tsilva commited on
Commit
d341237
·
verified ·
1 Parent(s): 946191a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # CartPole-v1_ppo
2
 
3
- Run: `fek1h3dn` — Env: `CartPole-v1` — Algo: `ppo`
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
- - Videos: `artifacts/videos/**/*.mp4` (also previewed below)
12
 
13
- ## Previews
14
- <video controls src="preview_1.mp4" width="480"></video>
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