The Wayback Machine - https://web.archive.org/web/20190322125302/https://github.com/Unity-Technologies/ml-agents
Skip to content
Unity Machine Learning Agents Toolkit
Branch: master
Clone or download
Latest commit e3b86a2 Feb 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Add Circle CI checking for unit tests Dec 13, 2018
UnitySDK Retrained models for Release 0.7 and deleted random prefab for bouncer ( Feb 26, 2019
config
docs Added comment on OpenGL 3.0 emulation (#1735) Feb 21, 2019
gym-unity Release 0.7 Fix gym_unity Tests (#1744) Feb 22, 2019
ml-agents Release v0.7 minor fixes (#1759) Feb 25, 2019
notebooks Release v0.5 (#1202) Sep 11, 2018
protobuf-definitions Release v0.7 disable gRPC on non supported platforms (#1743) Feb 21, 2019
unity-volume [containerization] CPU based containerization to support all environm… Feb 22, 2018
.gitattributes Develop communicator redesign (#638) May 24, 2018
.gitignore Demonstration Recorder (#1240) Oct 4, 2018
CODE_OF_CONDUCT.md
CONTRIBUTING.md Release v0.5 (Develop) (#1203) Sep 11, 2018
Dockerfile Release v0.5 (Develop) (#1203) Sep 11, 2018
LICENSE Revert "Release v0.5 (#1202)" (#1221) Sep 12, 2018
README.md Merge branch 'master' into release-v0.6 Dec 14, 2018
SURVEY.md

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
  • Wrap learning environments as a gym

Documentation

Additional Resources

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.

If you run into any problems using the ML-Agents toolkit, submit an issue and make sure to include as much detail as possible.

Your opinion matters a great deal to us. Only by hearing your thoughts on the Unity ML-Agents Toolkit can we continue to improve and grow. Please take a few minutes to let us know about it.

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

Citation

If you use Unity or the ML-Agents Toolkit to conduct research, we ask that you cite the following paper as a reference:

Juliani, A., Berges, V., Vckay, E., Gao, Y., Henry, H., Mattar, M., Lange, D. (2018). Unity: A General Platform for Intelligent Agents. arXiv preprint arXiv:1809.02627. https://github.com/Unity-Technologies/ml-agents.

You can’t perform that action at this time.