|
12 | 12 | * [Training ML-Agents Basics](Training-ML-Agents.md) |
13 | 13 | * [Training Configuration File](Training-Configuration-File.md) |
14 | 14 | * [Using Tensorboard](Using-Tensorboard.md) |
15 | | -* [Python APIs]() |
| 15 | +* [Python APIs](Python-APIs.md) |
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 | | -* [Advanced Features]() |
| 19 | +* [Advanced Features](Advanced-Features.md) |
20 | 20 | * [Custom Side Channels](Custom-SideChannels.md) |
21 | | - * [Inference Engine](Inference-Engine.md) |
22 | | - * [Hugging Face Integration](Hugging-Face-Integration.md) |
23 | 21 | * [Custom Grid Sensors](Custom-GridSensors.md) |
24 | 22 | * [Input System Integration](InputSystem-Integration.md) |
| 23 | + * [Inference Engine](Inference-Engine.md) |
| 24 | + * [Hugging Face Integration](Hugging-Face-Integration.md) |
25 | 25 | * [Cloud & Deployment (deprecated)]() |
26 | 26 | * [Using Docker](Using-Docker.md) |
27 | 27 | * [Amazon Web Services](Training-on-Amazon-Web-Service.md) |
|
36 | 36 |
|
37 | 37 | ## Next Steps |
38 | 38 |
|
39 | | -| [Making a New Learning Environment](Learning-Environment-Create-New.md) | Create your own Learning Environment. | |
40 | 39 |
|
41 | | -- For more information on the ML-Agents Toolkit, in addition to helpful |
42 | | - background, check out the [ML-Agents Toolkit Overview](ML-Agents-Overview.md) |
43 | | - page. |
| 40 | +multienv vs multi instances |
| 41 | +colab |
44 | 42 |
|
45 | | -- For more information on the various training options available, check out the |
46 | | - [Training ML-Agents](Training-ML-Agents.md) page. |
47 | 43 |
|
48 | 44 | [the Agent documentation](Learning-Environment-Design-Agents.md#decisions) |
49 | 45 | Hyperparameters are explained in [the training configuration file documentation](Training-Configuration-File.md) |
@@ -74,30 +70,8 @@ great resource as they provide sample usage of almost all of our features. |
74 | 70 |
|
75 | 71 | ### * [Training Plugins](Training-Plugins.md) |
76 | 72 |
|
77 | | -### For a broad overview of reinforcement learning, imitation learning and all the |
78 | | -training scenarios, methods and options within the ML-Agents Toolkit, see |
79 | | -[ML-Agents Toolkit Overview](ML-Agents-Overview.md). |
80 | | - |
81 | | -[Inference Engine](Inference-Engine.md) |
82 | 73 |
|
83 | 74 |
|
84 | | -## Summary and Next Steps |
85 | 75 |
|
86 | | -To briefly summarize: The ML-Agents Toolkit enables games and simulations built |
87 | | -in Unity to serve as the platform for training intelligent agents. It is |
88 | | -designed to enable a large variety of training modes and scenarios and comes |
89 | | -packed with several features to enable researchers and developers to leverage |
90 | | -(and enhance) machine learning within Unity. |
91 | 76 |
|
92 | | -In terms of next steps: |
93 | 77 |
|
94 | | -- For a walkthrough of running ML-Agents with a simple scene, check out the |
95 | | - [Getting Started](Sample.md) guide. |
96 | | -- For a "Hello World" introduction to creating your own Learning Environment, |
97 | | - check out the |
98 | | - [Making a New Learning Environment](Learning-Environment-Create-New.md) page. |
99 | | -- For an overview on the more complex example environments that are provided in |
100 | | - this toolkit, check out the |
101 | | - [Example Environments](Learning-Environment-Examples.md) page. |
102 | | -- For more information on the various training options available, check out the |
103 | | - [Training ML-Agents](Training-ML-Agents.md) page. |
0 commit comments