-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #908 from Unity-Technologies/hotfix-0
Release v0.4.0a
- Loading branch information
Showing
56 changed files
with
455 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<img src="docs/images/unity-wide.png" align="middle" width="3000"/> | ||
|
||
# Unity ML-Agents (Beta) | ||
# Unity ML-Agents Toolkit (Beta) | ||
|
||
**Unity Machine Learning Agents** (ML-Agents) is an open-source Unity plugin | ||
**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 | ||
|
@@ -12,7 +12,7 @@ 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. ML-Agents is mutually beneficial for both 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. | ||
|
@@ -34,7 +34,7 @@ to the wider research and game developer communities. | |
* For more information, in addition to installation and usage | ||
instructions, see our [documentation home](docs/Readme.md). | ||
* If you have | ||
used a version of ML-Agents prior to v0.4, we strongly recommend | ||
used a version of the ML-Agents toolkit prior to v0.4, we strongly recommend | ||
our [guide on migrating from earlier versions](docs/Migrating.md). | ||
|
||
## References | ||
|
@@ -56,7 +56,7 @@ In addition to our own documentation, here are some additional, relevant article | |
|
||
## Community and Feedback | ||
|
||
ML-Agents is an open-source project and we encourage and welcome contributions. | ||
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](CONTRIBUTING.md) and | ||
[code of conduct](CODE_OF_CONDUCT.md). | ||
|
@@ -65,10 +65,10 @@ You can connect with us and the broader community | |
through Unity Connect and GitHub: | ||
* Join our | ||
[Unity Machine Learning Channel](https://connect.unity.com/messages/c/035fba4f88400000) | ||
to connect with others using ML-Agents and Unity developers enthusiastic | ||
to connect with others using the ML-Agents toolkit and Unity developers enthusiastic | ||
about machine learning. We use that channel to surface updates | ||
regarding ML-Agents (and, more broadly, machine learning in games). | ||
* If you run into any problems using ML-Agents, | ||
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](https://github.com/Unity-Technologies/ml-agents/issues) and | ||
make sure to include as much detail as possible. | ||
|
||
|
@@ -77,7 +77,7 @@ team at [email protected]. | |
|
||
## Translations | ||
|
||
To make Unity ML-Agents accessible to the global research and | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.