Skip to content

Commit 3486dcd

Browse files
committed
Update colab doc
1 parent 21ed822 commit 3486dcd

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
* [Python Gym API](Python-Gym-API.md)
1717
* [Python PettingZoo API](Python-PettingZoo-API.md)
1818
* [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+
* [Python Tutorial with Google Colab](Tutorial-Colab.md)
20+
* [Using a UnityEnvironment](https://colab.research.google.com/github/Unity-Technologies/ml-agents/blob/release_22_docs/colab/Colab_UnityEnvironment_1_Run.ipynb)
21+
* [Q-Learning with a UnityEnvironment](https://colab.research.google.com/github/Unity-Technologies/ml-agents/blob/release_22_docs/colab/Colab_UnityEnvironment_2_Train.ipynb)
22+
* [Using Side Channels on a UnityEnvironment](https://colab.research.google.com/github/Unity-Technologies/ml-agents/blob/release_22_docs/colab/Colab_UnityEnvironment_3_SideChannel.ipynb)
2323
* [Advanced Features](Advanced-Features.md)
2424
* [Custom Side Channels](Custom-SideChannels.md)
2525
* [Custom Grid Sensors](Custom-GridSensors.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Python Tutorial with Google Colab
2+
3+
Interactive tutorials for using ML-Agents with Google Colab environments.
4+
5+
| **Tutorial** | **Description** |
6+
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|
7+
| [Using a UnityEnvironment](https://colab.research.google.com/github/Unity-Technologies/ml-agents/blob/release_22_docs/colab/Colab_UnityEnvironment_1_Run.ipynb) | Learn how to set up and interact with Unity environments in Colab. |
8+
| [Q-Learning with a UnityEnvironment](https://colab.research.google.com/github/Unity-Technologies/ml-agents/blob/release_22_docs/colab/Colab_UnityEnvironment_2_Train.ipynb) | Implement Q-Learning algorithms with Unity ML-Agents in Colab. |
9+
| [Using Side Channels on a UnityEnvironment](https://colab.research.google.com/github/Unity-Technologies/ml-agents/blob/release_22_docs/colab/Colab_UnityEnvironment_3_SideChannel.ipynb) | Explore side channel communication between Unity and Python. |

0 commit comments

Comments
 (0)