You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ML-Agents Theory](ML-Agents-Overview.md)| Learn about core concepts of ML-Agents. |
15
-
|[Get started](Get-Started.md)| Learn how to install ML-Agents and explore samples. |
16
-
|[Learning Environments and Agents](Learning-Environments-Agents.md)| Learn about Environments, Agents, creating environments, and using executable builds. |
17
-
|[Training](Training.md)| Training workflow, config file, monitoring tools, custom plugins, and profiling. |
18
-
|[Python APIs](Python-APIs.md)| Gym, PettingZoo, low-level interfaces, and trainer documentation. |
19
-
|[Python Tutorial with Google Colab](Tutorial-Colab.md)| Interactive tutorials for using ML-Agents with Google Colab. |
20
-
|[Advanced Features](Advanced-Features.md)| Custom sensors, side channels, package settings, environment registry, and input system integrations.|
|[ML-Agents Theory](ML-Agents-Overview.md)| Learn about core concepts of ML-Agents.|
15
+
|[Get started](Get-Started.md)| Learn how to install ML-Agents and explore samples.|
16
+
|[Learning Environments and Agents](Learning-Environments-Agents.md)| Learn about Environments, Agents, creating environments, and using executable builds.|
17
+
|[Training](Training.md)| Training workflow, config file, monitoring tools, custom plugins, and profiling.|
18
+
|[Python APIs](Python-APIs.md)| Gym, PettingZoo, low-level interfaces, and trainer documentation.|
19
+
|[Python Tutorial with Google Colab](Tutorial-Colab.md)| Interactive tutorials for using ML-Agents with Google Colab.|
20
+
|[Advanced Features](Advanced-Features.md)| Custom sensors, side channels, package settings, environment registry, input system integrations, and game integrations (e.g., [Match-3](Integrations-Match3.md)). |
|[Reference & Support](Reference-Support.md)| FAQ, troubleshooting, and migration guides.|
23
+
|[Background](Background.md)| Machine Learning, Unity, PyTorch fundamentals, virtual environments, and ELO rating systems.|
24
24
25
25
## Capabilities
26
26
The package allows you to convert any Unity scene into a learning environment and train character behaviors using a variety of machine-learning algorithms. Additionally, it allows you to embed these trained behaviors back into Unity scenes to control your characters. More specifically, the package provides the following core functionalities:
0 commit comments