Reinforcement Learning
ml-agents
TensorBoard
ONNX
SnowballTarget
deep-reinforcement-learning
ML-Agents-SnowballTarget
Instructions to use hungtrab/ppo-SnowballTarget with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use hungtrab/ppo-SnowballTarget with ml-agents:
mlagents-load-from-hf --repo-id="hungtrab/ppo-SnowballTarget" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,9 @@ tags:
|
|
| 6 |
- reinforcement-learning
|
| 7 |
- ML-Agents-SnowballTarget
|
| 8 |
---
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
# **ppo** Agent playing **SnowballTarget**
|
| 11 |
This is a trained model of a **ppo** agent playing **SnowballTarget**
|
| 12 |
using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|
|
|
|
| 6 |
- reinforcement-learning
|
| 7 |
- ML-Agents-SnowballTarget
|
| 8 |
---
|
| 9 |
+
# *Dependencies*
|
| 10 |
+
You should use python 3.10.* (I used 3.10.12) to be able to train properly
|
| 11 |
+
|
| 12 |
# **ppo** Agent playing **SnowballTarget**
|
| 13 |
This is a trained model of a **ppo** agent playing **SnowballTarget**
|
| 14 |
using the [Unity ML-Agents Library](https://github.com/Unity-Technologies/ml-agents).
|