Reinforcement Learning
ml-agents
ONNX
Pyramids
unity-ml-agents
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use Naofel-eal/ppo-Pyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use Naofel-eal/ppo-Pyramids with ml-agents:
mlagents-load-from-hf --repo-id="Naofel-eal/ppo-Pyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- Pyramids.onnx +3 -0
- README.md +13 -0
Pyramids.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ab9ec55f788018cd0b01ebe28b198b4714e85f27f48710d1ebc27fd455a0e07
|
| 3 |
+
size 1418184
|
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- Pyramids
|
| 4 |
+
- unity-ml-agents
|
| 5 |
+
- ml-agents
|
| 6 |
+
- deep-reinforcement-learning
|
| 7 |
+
- reinforcement-learning
|
| 8 |
+
- ML-Agents-Pyramids
|
| 9 |
+
library_name: ml-agents
|
| 10 |
+
---
|
| 11 |
+
# PPO Agent playing Pyramids (ML-Agents)
|
| 12 |
+
|
| 13 |
+
Trained as part of the HuggingFace Deep RL Course - Unit 5.
|