Reinforcement Learning
ml-agents
TensorBoard
ONNX
unity-ml-agents
deep-reinforcement-learning
ML-Agents-SoccerTwos
Instructions to use kinkpunk/poca-MLAgents-SoccerTwos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ml-agents
How to use kinkpunk/poca-MLAgents-SoccerTwos with ml-agents:
mlagents-load-from-hf --repo-id="kinkpunk/poca-MLAgents-SoccerTwos" --local-dir="./download: string[]s"
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
|
| 20 |
### Resume the training
|
| 21 |
```
|
| 22 |
-
mlagents-learn
|
| 23 |
```
|
| 24 |
### Watch your Agent play
|
| 25 |
You can watch your agent **playing directly in your browser:**.
|
|
|
|
| 19 |
|
| 20 |
### Resume the training
|
| 21 |
```
|
| 22 |
+
mlagents-learn .\config\poca\SoccerTwos.yaml --run-id="poca-SoccerTwos" --resume
|
| 23 |
```
|
| 24 |
### Watch your Agent play
|
| 25 |
You can watch your agent **playing directly in your browser:**.
|