kaljr commited on
Commit
d2e5760
1 Parent(s): d5be68d

Push agent to the Hub

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ model-index:
17
  type: CartPole-v1
18
  metrics:
19
  - type: mean_reward
20
- value: 462.70 +/- 65.16
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -38,25 +38,25 @@ model-index:
38
  'wandb_entity': None
39
  'capture_video': False
40
  'env_id': 'CartPole-v1'
41
- 'total_timesteps': 500000
42
- 'learning_rate': 0.000225
43
- 'num_envs': 4
44
- 'num_steps': 256
45
  'anneal_lr': True
46
  'gae': True
47
- 'gamma': 0.99
48
- 'gae_lambda': 0.95
49
  'num_minibatches': 4
50
  'update_epochs': 4
51
  'norm_adv': True
52
- 'clip_coef': 0.2
53
  'clip_vloss': True
54
  'ent_coef': 0.01
55
  'vf_coef': 0.5
56
  'max_grad_norm': 0.5
57
  'target_kl': None
58
  'repo_id': 'kaljr/ppo-CartPole-v1'
59
- 'batch_size': 1024
60
- 'minibatch_size': 256}
61
  ```
62
 
 
17
  type: CartPole-v1
18
  metrics:
19
  - type: mean_reward
20
+ value: 225.90 +/- 71.33
21
  name: mean_reward
22
  verified: false
23
  ---
 
38
  'wandb_entity': None
39
  'capture_video': False
40
  'env_id': 'CartPole-v1'
41
+ 'total_timesteps': 900000
42
+ 'learning_rate': 0.000205
43
+ 'num_envs': 6
44
+ 'num_steps': 384
45
  'anneal_lr': True
46
  'gae': True
47
+ 'gamma': 0.985
48
+ 'gae_lambda': 0.94
49
  'num_minibatches': 4
50
  'update_epochs': 4
51
  'norm_adv': True
52
+ 'clip_coef': 0.225
53
  'clip_vloss': True
54
  'ent_coef': 0.01
55
  'vf_coef': 0.5
56
  'max_grad_norm': 0.5
57
  'target_kl': None
58
  'repo_id': 'kaljr/ppo-CartPole-v1'
59
+ 'batch_size': 2304
60
+ 'minibatch_size': 576}
61
  ```
62
 
logs/events.out.tfevents.1708907502.0d8f6edb1bcc.955.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32df645312ae0342c165546a9b4b5a32d210d636cbbfba48bb809bcaac7538ae
3
+ size 770892
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c22652ee6081569258a8bf202953beb291814b195a2795cca2ab308bcffe697
3
  size 40466
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63d872a0867ed5d76310af353204cbe65f94feb5853ee9c365369088bb232521
3
  size 40466
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "CartPole-v1", "mean_reward": 462.7, "std_reward": 65.16448419192774, "n_evaluation_episodes": 10, "eval_datetime": "2024-02-26T00:29:16.406691"}
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 225.9, "std_reward": 71.32804497531109, "n_evaluation_episodes": 10, "eval_datetime": "2024-02-26T00:36:57.478614"}