2022-03-23 21:43:12 +03:00
site_name : Unity ML-Agents Toolkit
site_url : https://unity-technologies.github.io/ml-agents/
repo_url : https://github.com/Unity-Technologies/ml-agents
edit_uri : edit/main/docs/
site_description : The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents.
site_author : Unity Technologies
2022-12-03 00:44:59 +03:00
copyright : com.unity.ml-agents copyright © 2017 - 2022 Unity Technologies
nav :
2022-03-23 21:43:12 +03:00
- Home : index.md
- ML-Agents Overview : ML-Agents-Overview.md
2023-10-08 18:57:35 +03:00
- Installation : Installation.md
2022-03-23 21:43:12 +03:00
- Toolkit Documentation : ML-Agents-Toolkit-Documentation.md
- Background :
- Machine Learning : Background-Machine-Learning.md
- PyTorch : Background-PyTorch.md
- Unity : Background-Unity.md
2023-10-06 22:47:17 +03:00
- ELO : ELO-Rating-System.md
2022-03-23 21:43:12 +03:00
- Interfacing with Unity Builds :
- Getting started with the Gym API : Python-Gym-API.md
- Getting started with the PettingZoo API : Python-PettingZoo-API.md
- Getting started with the LLAPI : Python-LLAPI.md
- Python API Docs :
- Gym API Documentation : Python-Gym-API-Documentation.md
- Petting Zoo Documentation : Python-PettingZoo-API-Documentation.md
- LLAPI Documentation : Python-LLAPI-Documentation.md
2022-12-03 00:44:59 +03:00
- On/Off Policy Trainer : Python-On-Off-Policy-Trainer-Documentation.md
- Tutorials :
2023-10-06 22:47:17 +03:00
- Customizing Training via Plugins : Training-Plugins.md
2022-12-03 00:44:59 +03:00
- Custom Trainer Plugin : Tutorial-Custom-Trainer-Plugin.md
2023-10-06 22:47:17 +03:00
- HuggingFace : Hugging-Face-Integration.md
2022-03-23 21:43:12 +03:00
- About :
- FAQs : FAQ.md
- Limitations : Limitations.md
- Migrating : Migrating.md
- Versioning : Versioning.md
2022-12-03 00:44:59 +03:00
theme :
name : material
logo : images/unity-logo.png
favicon : images/unity-logo-black.png
palette :
2023-10-29 14:31:36 +03:00
- primary : blue
- accent : light blue
2023-10-29 14:22:12 +03:00
# Palette toggle for light mode
- scheme : default
toggle :
2023-11-26 14:57:40 +03:00
icon : material/brightness-7
2023-10-29 14:22:12 +03:00
name : Switch to dark mode
# Palette toggle for dark mode
- scheme : slate
toggle :
icon : material/brightness-4
name : Switch to light mode
2022-12-03 00:44:59 +03:00
extra_css :
- extra.css
2022-03-23 21:43:12 +03:00
markdown_extensions :
- markdown_include.include :
base_path : docs
2023-11-26 14:57:40 +03:00
- attr_list