@@ -29,6 +29,7 @@ developer communities.
2929- Support for training single-agent, multi-agent cooperative, and multi-agent
3030 competitive scenarios via several Deep Reinforcement Learning algorithms (PPO, SAC, MA-POCA, self-play).
3131- Support for learning from demonstrations through two Imitation Learning algorithms (BC and GAIL).
32+ - Quickly and easily add your own [ custom training algorithm] ( Python-Custom-Trainer-Plugin.md ) and/or components.
3233- Easily definable Curriculum Learning scenarios for complex tasks
3334- Train robust agents using environment randomization
3435- Flexible agent control with On Demand Decision Making
@@ -40,13 +41,15 @@ developer communities.
4041- Wrap Unity learning environments as a [ PettingZoo] ( Python-PettingZoo-API.md ) environment
4142
4243See our [ ML-Agents Overview] ( ML-Agents-Overview.md ) page for detailed
43- descriptions of all these features.
44+ descriptions of all these features. Or go straight to our [ web docs ] ( https://unity-technologies.github.io/ml-agents/ ) .
4445## Releases & Documentation
4546
4647** Our latest, stable release is ` Release 20 ` . Click
47- [ here] ( https://github.com/Unity-Technologies/ml-agents/tree/release_20_docs/docs/Readme .md)
48+ [ here] ( Getting-Started .md)
4849to get started with the latest release of ML-Agents.**
4950
51+ ** You can also check out our new [ web docs] ( https://unity-technologies.github.io/ml-agents/ ) !**
52+
5053The table below lists all our releases, including our ` main ` branch which is
5154under active development and may be unstable. A few helpful guidelines:
5255- The [ Versioning page] ( Versioning.md ) overviews how we manage our GitHub
@@ -159,9 +162,8 @@ We have also published a series of blog posts that are relevant for ML-Agents:
159162
160163### More from Unity
161164
162- - [ Unity Simulation Pro] ( https://unity.com/products/unity-simulation-pro )
163165- [ Unity Robotics] ( https://github.com/Unity-Technologies/Unity-Robotics-Hub )
164- - [ Unity Computer Vision] ( https://unity .com/computer-vision )
166+ - [ Unity Computer Vision] ( https://github .com/Unity-Technologies/com.unity.perception )
165167
166168## Community and Feedback
167169
0 commit comments