vwxyzjn commited on
Commit
3fc55fa
1 Parent(s): 3ca4ec6

pushing model

Browse files
README.md CHANGED
@@ -15,7 +15,7 @@ model-index:
15
  type: CartPole-v1
16
  metrics:
17
  - type: mean_reward
18
- value: 76.10 +/- 28.07
19
  name: mean_reward
20
  verified: false
21
  ---
@@ -33,7 +33,7 @@ curl -OL https://huggingface.co/cleanrl/CartPole-v1-dqn-seed1/raw/main/dqn.py
33
  curl -OL https://huggingface.co/cleanrl/CartPole-v1-dqn-seed1/raw/main/pyproject.toml
34
  curl -OL https://huggingface.co/cleanrl/CartPole-v1-dqn-seed1/raw/main/poetry.lock
35
  poetry install --all-extras
36
- python dqn.py --save-model --upload-model --hf-entity cleanrl --cuda False --total-timesteps 1000
37
  ```
38
 
39
  # Hyperparameters
@@ -55,7 +55,7 @@ python dqn.py --save-model --upload-model --hf-entity cleanrl --cuda False --tot
55
  'start_e': 1,
56
  'target_network_frequency': 500,
57
  'torch_deterministic': True,
58
- 'total_timesteps': 1000,
59
  'track': False,
60
  'train_frequency': 10,
61
  'upload_model': True,
 
15
  type: CartPole-v1
16
  metrics:
17
  - type: mean_reward
18
+ value: 183.00 +/- 8.07
19
  name: mean_reward
20
  verified: false
21
  ---
 
33
  curl -OL https://huggingface.co/cleanrl/CartPole-v1-dqn-seed1/raw/main/pyproject.toml
34
  curl -OL https://huggingface.co/cleanrl/CartPole-v1-dqn-seed1/raw/main/poetry.lock
35
  poetry install --all-extras
36
+ python dqn.py --save-model --upload-model --hf-entity cleanrl --cuda False --total-timesteps 100000 --seed 1
37
  ```
38
 
39
  # Hyperparameters
 
55
  'start_e': 1,
56
  'target_network_frequency': 500,
57
  'torch_deterministic': True,
58
+ 'total_timesteps': 100000,
59
  'track': False,
60
  'train_frequency': 10,
61
  'upload_model': True,
dqn.cleanrl_model CHANGED
Binary files a/dqn.cleanrl_model and b/dqn.cleanrl_model differ
 
events.out.tfevents.1668716294.pop-os.3066530.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bab9e3a38a7bfe36d7e30c9eeeaa8ec6aead164b7792bb2b509361d1ef5f526
3
+ size 364622
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
videos/CartPole-v1__dqn__1__1668715831-eval/rl-video-episode-0.mp4 DELETED
Binary file (17.7 kB)
 
videos/CartPole-v1__dqn__1__1668715831-eval/rl-video-episode-1.mp4 DELETED
Binary file (12.3 kB)
 
videos/CartPole-v1__dqn__1__1668715831-eval/rl-video-episode-8.mp4 DELETED
Binary file (9.14 kB)
 
videos/CartPole-v1__dqn__1__1668716294-eval/rl-video-episode-0.mp4 ADDED
Binary file (24.4 kB). View file
 
videos/CartPole-v1__dqn__1__1668716294-eval/rl-video-episode-1.mp4 ADDED
Binary file (22.3 kB). View file
 
videos/CartPole-v1__dqn__1__1668716294-eval/rl-video-episode-8.mp4 ADDED
Binary file (23.2 kB). View file