|
1 | 1 | # Advanced Features |
2 | 2 |
|
3 | 3 | The ML-Agents Toolkit provides several advanced features that extend the core functionality and enable sophisticated use cases. |
4 | | -These advanced features are particularly useful when: |
5 | 4 |
|
6 | | -- You need custom data exchange between Unity and Python environments |
7 | | -- Your agents require specialized sensor types for spatial or grid-based observations |
8 | | -- You want to integrate user input with trained agent behaviors |
9 | | -- You're deploying trained models in production environments |
10 | | -- You want to leverage pre-trained models from the Hugging Face ecosystem |
11 | 5 |
|
12 | | -| **Feature** | **Description** | |
13 | | -|--------------------------------------------------------------|----------------------------------------------------------| |
14 | | -| [Custom Side Channels](Custom-SideChannels.md) | Create custom communication channels between Unity and Python. | |
15 | | -| [Custom Grid Sensors](Custom-GridSensors.md) | Build specialized grid-based sensors for spatial data. | |
16 | | -| [Input System Integration](InputSystem-Integration.md) | Integrate ML-Agents with Unity's Input System. | |
17 | | -| [Inference Engine](Inference-Engine.md) | Deploy trained models for real-time inference. | |
18 | | -| [Hugging Face Integration](Hugging-Face-Integration.md) | Connect with Hugging Face models and ecosystem. | |
19 | | -| [ML-Agents Package Settings](Package-Settings.md) | Configure advanced package settings and preferences. | |
20 | | -| [Unity Environment Registry](Unity-Environment-Registry.md) | Manage and register Unity environments programmatically. | |
| 6 | +| **Feature** | **Description** | |
| 7 | +|------------------------------------------------------|----------------------------------------------------------| |
| 8 | +| [Custom Side Channels](Custom-SideChannels.md) | Create custom communication channels between Unity and Python. | |
| 9 | +| [Custom Grid Sensors](Custom-GridSensors.md) | Build specialized grid-based sensors for spatial data. | |
| 10 | +| [Input System Integration](InputSystem-Integration.md) | Integrate ML-Agents with Unity's Input System. | |
| 11 | +| [Inference Engine](Inference-Engine.md) | Deploy trained models for real-time inference. | |
| 12 | +| [Hugging Face Integration](Hugging-Face-Integration.md) | Connect with Hugging Face models and ecosystem. | |
| 13 | +| [ML-Agents Package Settings](Package-Settings.md) | Configure advanced package settings and preferences. | |
| 14 | +| [Unity Environment Registry](Unity-Environment-Registry.md) | Manage and register Unity environments programmatically. | |
0 commit comments