Unity 机器学习代理工具包 (ML-Agents) 是一个开源项目,它使游戏和模拟能够作为训练智能代理的环境。
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
Deric Pang 75873dc3 Fixing the docker image to work with restructure. 6 年前
MLAgentsSDK Fixing name of MLAgentsSDK logfile. 6 年前
curricula Merge pull request #1003 from dericp/develop-curriculum-learning-rework 6 年前
docs Fixing the docker image to work with restructure. 6 年前
gym-unity Optional gym wrapper (#1007) 6 年前
mlagents Moving notebooks to top level. 6 年前
notebooks Fixed imports, all tests are passing. 6 年前
tests Fixed imports, all tests are passing. 6 年前
unity-volume [containerization] CPU based containerization to support all environments that don't use observations 6 年前
.gitattributes Develop communicator redesign (#638) 6 年前
.gitignore Moving/renaming directories, updating gitignore. 6 年前
CODE_OF_CONDUCT.md Adds code of conduct to the repo 7 年前
CONTRIBUTING.md updated ml-agents to ml-agents toolkit where appropriate 6 年前
Dockerfile Fixing the docker image to work with restructure. 6 年前
LICENSE Initial commit 7 年前
README.md updated ml-agents to ml-agents toolkit where appropriate 6 年前
requirements.txt New proto files 6 年前
setup.py Fixed imports, all tests are passing. 6 年前
trainer_config.yaml Change lambda 6 年前

README.md

Unity ML-Agents Toolkit (Beta)

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source Unity plugin that enables games and simulations to serve as environments for training intelligent agents. Agents can be trained using reinforcement learning, imitation learning, neuroevolution, or other machine learning methods through a simple-to-use Python API. We also provide implementations (based on TensorFlow) of state-of-the-art algorithms to enable game developers and hobbyists to easily train intelligent agents for 2D, 3D and VR/AR games. These trained agents can be used for multiple purposes, including controlling NPC behavior (in a variety of settings such as multi-agent and adversarial), automated testing of game builds and evaluating different game design decisions pre-release. The ML-Agents toolkit is mutually beneficial for both game developers and AI researchers as it provides a central platform where advances in AI can be evaluated on Unity’s rich environments and then made accessible to the wider research and game developer communities.

Features

  • Unity environment control from Python
  • 10+ sample Unity environments
  • Support for multiple environment configurations and training scenarios
  • Train memory-enhanced Agents using deep reinforcement learning
  • Easily definable Curriculum Learning scenarios
  • Broadcasting of Agent behavior for supervised learning
  • Built-in support for Imitation Learning
  • Flexible Agent control with On Demand Decision Making
  • Visualizing network outputs within the environment
  • Simplified set-up with Docker

Documentation

References

We have published a series of blog posts that are relevant for ML-Agents:

In addition to our own documentation, here are some additional, relevant articles:

Community and Feedback

The ML-Agents toolkit is an open-source project and we encourage and welcome contributions. If you wish to contribute, be sure to review our contribution guidelines and code of conduct.

You can connect with us and the broader community through Unity Connect and GitHub:

  • Join our Unity Machine Learning Channel to connect with others using the ML-Agents toolkit and Unity developers enthusiastic about machine learning. We use that channel to surface updates regarding the ML-Agents toolkit (and, more broadly, machine learning in games).
  • If you run into any problems using the ML-Agents toolkit, submit an issue and make sure to include as much detail as possible.

For any other questions or feedback, connect directly with the ML-Agents team at ml-agents@unity3d.com.

Translations

To make the Unity ML-Agents toolkit accessible to the global research and Unity developer communities, we're attempting to create and maintain translations of our documentation. We've started with translating a subset of the documentation to one language (Chinese), but we hope to continue translating more pages and to other languages. Consequently, we welcome any enhancements and improvements from the community.

License

Apache License 2.0