vwxyzjn commited on
Commit
1ef6f49
1 Parent(s): 00385a9

pushing model

Browse files
README.md CHANGED
@@ -29,8 +29,10 @@ found [here](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/dqn.py).
29
  ## Command to reproduce the training
30
 
31
  ```bash
32
- curl -OL https://huggingface.co/vwxyzjn/CartPole-v1-dqn-seed1/raw/main/dqn.py
33
- python dqn.py --cuda False --save-model --upload-model --total-timesteps 500
 
 
34
  ```
35
 
36
  # Hyperparameters
 
29
  ## Command to reproduce the training
30
 
31
  ```bash
32
+ curl -OL https://huggingface.co/vwxyzjn/CartPole-v1-dqn-seed1/raw/main/pyproject.toml
33
+ curl -OL https://huggingface.co/vwxyzjn/CartPole-v1-dqn-seed1/raw/main/poetry.lock
34
+ poetry install --all-extras
35
+ python cleanrl/dqn.py --cuda False --save-model --upload-model --total-timesteps 500
36
  ```
37
 
38
  # Hyperparameters
events.out.tfevents.1668622243.pop-os.1066799.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c1aeb371bbc3521cb1cccec6a27fdf5952eb6ead5fabda4472da495c595284a
3
+ size 1805
events.out.tfevents.1668622244.pop-os.1066799.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b74a2cefe23a2f2d3ff063633806a253ebe757e075f2d382e69da1cdedd503
3
+ size 618
poetry.lock ADDED
The diff for this file is too large to render. See raw diff
 
replay.mp4 ADDED
Binary file (10.8 kB). View file
 
videos/CartPole-v1__dqn__1__1668622243-eval/rl-video-episode-0.mp4 ADDED
Binary file (12.6 kB). View file
 
videos/CartPole-v1__dqn__1__1668622243-eval/rl-video-episode-1.mp4 ADDED
Binary file (8.84 kB). View file
 
videos/CartPole-v1__dqn__1__1668622243-eval/rl-video-episode-8.mp4 ADDED
Binary file (10.8 kB). View file