|
16 | 16 | * [Python Gym API](Python-Gym-API.md) |
17 | 17 | * [Python PettingZoo API](Python-PettingZoo-API.md) |
18 | 18 | * [Python Low-Level API](Python-LLAPI.md) |
| 19 | +* [Python Tutorial with Google Colab] |
| 20 | + * [Using a UnityEnvironment] |
| 21 | + * [Q-Learning with a UnityEnvironment] |
| 22 | + * [Using Side Channels on a UnityEnvironment] |
19 | 23 | * [Advanced Features](Advanced-Features.md) |
20 | 24 | * [Custom Side Channels](Custom-SideChannels.md) |
21 | 25 | * [Custom Grid Sensors](Custom-GridSensors.md) |
22 | 26 | * [Input System Integration](InputSystem-Integration.md) |
23 | 27 | * [Inference Engine](Inference-Engine.md) |
24 | 28 | * [Hugging Face Integration](Hugging-Face-Integration.md) |
25 | | -* [Cloud & Deployment (deprecated)]() |
| 29 | +* [Cloud & Deployment (deprecated)](Cloud-Deployment.md) |
26 | 30 | * [Using Docker](Using-Docker.md) |
27 | 31 | * [Amazon Web Services](Training-on-Amazon-Web-Service.md) |
28 | 32 | * [Microsoft Azure](Training-on-Microsoft-Azure.md) |
29 | | -* [Reference & Support]() |
| 33 | +* [Reference & Support](Reference-Support.md) |
30 | 34 | * [FAQ](FAQ.md) |
31 | 35 | * [Limitations](Limitations.md) |
32 | 36 | * [Migrating](Migrating.md) |
33 | | - * [Background: Machine Learning](Background-Machine-Learning.md) |
34 | | - * [Background: Unity](Background-Unity.md) |
35 | | - * [Background: PyTorch](Background-PyTorch.md) |
| 37 | + * [versioning](Versioning.md) |
| 38 | + * [ML-Agents Glossary](Glossary.md) |
| 39 | +* [Background](Background.md) |
| 40 | + * [Machine Learning](Background-Machine-Learning.md) |
| 41 | + * [Unity](Background-Unity.md) |
| 42 | + * [PyTorch](Background-PyTorch.md) |
| 43 | + * [ELO](ELO-Rating-System.md) |
36 | 44 |
|
37 | 45 | ## Next Steps |
38 | 46 |
|
39 | 47 |
|
40 | 48 | multienv vs multi instances |
41 | | -colab |
| 49 | +Using an Executable Environment |
| 50 | +ML-Agents Package Settings |
| 51 | +Profiling Trainers |
| 52 | +How to use the Unity Environment Registry |
| 53 | +Python API Documentation |
| 54 | +Python-On-Off-Policy-Trainer-Documentation |
| 55 | +Custom Trainer Plugin |
| 56 | +Customizing Training via Plugins |
42 | 57 |
|
43 | 58 |
|
44 | 59 | [the Agent documentation](Learning-Environment-Design-Agents.md#decisions) |
45 | 60 | Hyperparameters are explained in [the training configuration file documentation](Training-Configuration-File.md) |
46 | 61 |
|
47 | | -## Help |
48 | 62 |
|
49 | | -If you run into any problems regarding ML-Agents, refer to our [FAQ](FAQ.md) and |
50 | | -our [Limitations](Limitations.md) pages. If you can't find anything please |
51 | | -[submit an issue](https://github.com/Unity-Technologies/ml-agents/issues) and |
52 | | -make sure to cite relevant information on OS, Python version, and exact error |
53 | | -message (whenever possible). |
54 | | -package |
55 | 63 | ## Capabilities |
56 | 64 | 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: |
57 | 65 |
|
|
0 commit comments