Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# CartPole-v1_ppo
|
| 2 |
|
| 3 |
-
Run: `
|
| 4 |
|
| 5 |
This repository contains artifacts from a Gymnasium Solver training run.
|
| 6 |
|
|
@@ -8,11 +8,10 @@ This repository contains artifacts from a Gymnasium Solver training run.
|
|
| 8 |
- Config: `artifacts/configs/config.json`
|
| 9 |
- Checkpoints: `artifacts/checkpoints/*.ckpt`
|
| 10 |
- Logs: `artifacts/logs/*.log`
|
| 11 |
-
-
|
| 12 |
|
| 13 |
-
##
|
| 14 |
-
<video controls src="
|
| 15 |
-
<video controls src="preview_2.mp4" width="480"></video>
|
| 16 |
|
| 17 |
## Config (excerpt)
|
| 18 |
```json
|
|
|
|
| 1 |
# CartPole-v1_ppo
|
| 2 |
|
| 3 |
+
Run: `cvb5lyfw` — Env: `CartPole-v1` — Algo: `ppo`
|
| 4 |
|
| 5 |
This repository contains artifacts from a Gymnasium Solver training run.
|
| 6 |
|
|
|
|
| 8 |
- Config: `artifacts/configs/config.json`
|
| 9 |
- Checkpoints: `artifacts/checkpoints/*.ckpt`
|
| 10 |
- Logs: `artifacts/logs/*.log`
|
| 11 |
+
- Video: `artifacts/videos/**/best_checkpoint.mp4` (also previewed below)
|
| 12 |
|
| 13 |
+
## Preview
|
| 14 |
+
<video controls src="preview.mp4" width="480"></video>
|
|
|
|
| 15 |
|
| 16 |
## Config (excerpt)
|
| 17 |
```json
|