Reinforcement Learning
ml-agents
TensorBoard
ONNX
Pyramids
deep-reinforcement-learning
ML-Agents-Pyramids
Instructions to use MattStammers/ppo-MLAgentsPyramids with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use MattStammers/ppo-MLAgentsPyramids with ml-agents:
mlagents-load-from-hf --repo-id="MattStammers/ppo-MLAgentsPyramids" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
Commit ·
4b0c4fa
1
Parent(s): b212cf3
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ tags:
|
|
| 19 |
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
| 20 |
```
|
| 21 |
### Watch your Agent play
|
| 22 |
-
You can watch him play here. He does his best
|
|
|
|
|
|
|
| 23 |
|
| 24 |
|
|
|
|
| 19 |
mlagents-learn <your_configuration_file_path.yaml> --run-id=<run_id> --resume
|
| 20 |
```
|
| 21 |
### Watch your Agent play
|
| 22 |
+
You can watch him play here. He does his best.
|
| 23 |
+
|
| 24 |
+
Thanks to Thomas Simonnini and the team for the deep reinforcement learning course - it's fab and you should do it!
|
| 25 |
|
| 26 |
|