Skip to content

Commit d1f34c6

Browse files
committed
Format tables
1 parent c4cd5f6 commit d1f34c6

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

com.unity.ml-agents/Documentation~/Advanced-Features.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
The ML-Agents Toolkit provides several advanced features that extend the core functionality and enable sophisticated use cases.
44

55

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. |
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. |

com.unity.ml-agents/Documentation~/Background.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This section provides foundational knowledge to help you understand the technologies and concepts that power the ML-Agents Toolkit.
44

5-
| **Topic** | **Description** |
6-
|----------------------------------------------------|-------------------------------------------------------------------------------|
7-
| [Machine Learning](Background-Machine-Learning.md) | Introduction to ML concepts, reinforcement learning, and training principles. |
8-
| [Unity](Background-Unity.md) | Unity fundamentals for ML-Agents development and environment creation. |
9-
| [PyTorch](Background-PyTorch.md) | PyTorch basics for understanding the training pipeline and neural networks. |
10-
| [Using Virtual Environment](Using-Virtual-Environment.md) | Setting up and managing Python virtual environments for ML-Agents. |
11-
| [ELO Rating System](ELO-Rating-System.md) | Understanding ELO rating system for multi-agent training evaluation. |
5+
| **Topic** | **Description** |
6+
|-----------------------------------------------------------|-------------------------------------------------------------------------------|
7+
| [Machine Learning](Background-Machine-Learning.md) | Introduction to ML concepts, reinforcement learning, and training principles. |
8+
| [Unity](Background-Unity.md) | Unity fundamentals for ML-Agents development and environment creation. |
9+
| [PyTorch](Background-PyTorch.md) | PyTorch basics for understanding the training pipeline and neural networks. |
10+
| [Using Virtual Environment](Using-Virtual-Environment.md) | Setting up and managing Python virtual environments for ML-Agents. |
11+
| [ELO Rating System](ELO-Rating-System.md) | Understanding ELO rating system for multi-agent training evaluation. |

com.unity.ml-agents/Documentation~/Cloud-Deployment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
This section contains legacy documentation for deploying ML-Agents training in cloud environments. While these approaches may still work, they are no longer actively maintained or recommended.
55

66

7-
| **Platform** | **Description** |
8-
|---------------------------------------------------|-----------------------------------------------------------|
9-
| [Using Docker](Using-Docker.md) | Containerized deployment with Docker (deprecated). |
10-
| [Amazon Web Services](Training-on-Amazon-Web-Service.md) | Training on AWS cloud infrastructure (deprecated). |
11-
| [Microsoft Azure](Training-on-Microsoft-Azure.md) | Training on Azure cloud services (deprecated). |
7+
| **Platform** | **Description** |
8+
|----------------------------------------------------------|------------------------------------------------------|
9+
| [Using Docker](Using-Docker.md) | Containerized deployment with Docker (deprecated). |
10+
| [Amazon Web Services](Training-on-Amazon-Web-Service.md) | Training on AWS cloud infrastructure (deprecated). |
11+
| [Microsoft Azure](Training-on-Microsoft-Azure.md) | Training on Azure cloud services (deprecated). |
1212

com.unity.ml-agents/Documentation~/Reference-Support.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
The Reference & Support section contains essential documentation for ongoing ML-Agents development.
44

55

6-
| **Resource** | **Description** |
7-
|-----------------------------------|-------------------------------------------------------------------|
8-
| [FAQ](FAQ.md) | Frequently asked questions and common issues with solutions. |
9-
| [Limitations](Limitations.md) | Known limitations and constraints of the ML-Agents Toolkit. |
10-
| [Migrating](Migrating.md) | Migration guides for updating between ML-Agents versions. |
11-
| [Versioning](Versioning.md) | Information about ML-Agents versioning and release notes. |
12-
| [ML-Agents Glossary](Glossary.md) | Glossary of terms and concepts used in ML-Agents. |
13-
| [C# API Reference](API-Reference.md) | C# API documentation generated from code comments. |
6+
| **Resource** | **Description** |
7+
|--------------------------------------|--------------------------------------------------------------|
8+
| [FAQ](FAQ.md) | Frequently asked questions and common issues with solutions. |
9+
| [Limitations](Limitations.md) | Known limitations and constraints of the ML-Agents Toolkit. |
10+
| [Migrating](Migrating.md) | Migration guides for updating between ML-Agents versions. |
11+
| [Versioning](Versioning.md) | Information about ML-Agents versioning and release notes. |
12+
| [ML-Agents Glossary](Glossary.md) | Glossary of terms and concepts used in ML-Agents. |
13+
| [C# API Reference](API-Reference.md) | C# API documentation generated from code comments. |
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Use the following topics to learn about training in ML-Agents.
22

33

4-
| **Section** | **Description** |
5-
|---------------------------------------------------------------|----------------------------------------|
6-
| [Training ML-Agents Basics](Training-ML-Agents.md) | Overview of training workflow. |
7-
| [Training Configuration File](Training-Configuration-File.md) | Training config file reference. |
8-
| [Using Tensorboard](Using-Tensorboard.md) | Visualize training progress. |
9-
| [Customizing Training via Plugins](Training-Plugins.md) | Extend training with custom plugins. |
10-
| [Custom Trainer Plugin](Tutorial-Custom-Trainer-Plugin.md) | Tutorial for creating custom trainers. |
4+
| **Section** | **Description** |
5+
|---------------------------------------------------------------|--------------------------------------------|
6+
| [Training ML-Agents Basics](Training-ML-Agents.md) | Overview of training workflow. |
7+
| [Training Configuration File](Training-Configuration-File.md) | Training config file reference. |
8+
| [Using Tensorboard](Using-Tensorboard.md) | Visualize training progress. |
9+
| [Customizing Training via Plugins](Training-Plugins.md) | Extend training with custom plugins. |
10+
| [Custom Trainer Plugin](Tutorial-Custom-Trainer-Plugin.md) | Tutorial for creating custom trainers. |
1111
| [Profiling Trainers](Profiling-Python.md) | Analyze and optimize training performance. |

com.unity.ml-agents/Documentation~/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Note that the C# package does not contain the machine learning algorithms for tr
1313
|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
1414
| [ML-Agents Theory](ML-Agents-Overview.md) | Learn about core concepts of ML-Agents. |
1515
| [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. |
16+
| [Learning Environments and Agents](Learning-Environments-Agents.md) | Learn about Environments, Agents, creating environments, and using executable builds. |
1717
| [Training](Training.md) | Training workflow, config file, monitoring tools, custom plugins, and profiling. |
1818
| [Python APIs](Python-APIs.md) | Gym, PettingZoo, low-level interfaces, and trainer documentation. |
1919
| [Python Tutorial with Google Colab](Tutorial-Colab.md) | Interactive tutorials for using ML-Agents with Google Colab. |
2020
| [Advanced Features](Advanced-Features.md) | Custom sensors, side channels, package settings, environment registry, and input system integrations. |
2121
| [Cloud & Deployment](Cloud-Deployment.md) | Legacy cloud deployment guides (deprecated). |
2222
| [Reference & Support](Reference-Support.md) | FAQ, troubleshooting, migration guides, and C# API reference. |
23-
| [Background](Background.md) | Machine Learning, Unity, PyTorch fundamentals, virtual environments, and ELO rating systems. |
23+
| [Background](Background.md) | Machine Learning, Unity, PyTorch fundamentals, virtual environments, and ELO rating systems. |
2424

2525
## Capabilities
2626
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

Comments
 (0)