yuval6967 commited on
Commit
a52ea85
1 Parent(s): 27f2530

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: 402.80 +/- 101.63
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,16 +37,16 @@ model-index:
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'CartPole-v1'
40
- 'total_timesteps': 50000
41
  'learning_rate': 0.00025
42
- 'num_envs': 4
43
  'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.95
48
  'num_minibatches': 4
49
- 'update_epochs': 32
50
  'norm_adv': True
51
  'clip_coef': 0.05
52
  'clip_vloss': True
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yuval6967/cart2PPO'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: CartPole-v1
18
  metrics:
19
  - type: mean_reward
20
+ value: 482.30 +/- 35.52
21
  name: mean_reward
22
  verified: false
23
  ---
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'CartPole-v1'
40
+ 'total_timesteps': 400000
41
  'learning_rate': 0.00025
42
+ 'num_envs': 32
43
  'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.95
48
  'num_minibatches': 4
49
+ 'update_epochs': 16
50
  'norm_adv': True
51
  'clip_coef': 0.05
52
  'clip_vloss': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yuval6967/cart2PPO'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1685095564.2850cb3f29b2.27345.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28d900b0f58b0ea251363db10a65e50aaf3681a27f4b233d92c67ee7ac032c3
3
+ size 307443
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54cd06691f42df87854ff2f549a92b95ac68d81c9575df80f2feab909543973f
3
  size 40037
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68407f52a40d08b5b28a7c04f0eb931055444968ef6306aa4f7626a1b3f20f7d
3
  size 40037
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": 402.8, "std_reward": 101.6314911826054, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-26T10:05:47.145633"}
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 482.3, "std_reward": 35.519149764598815, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-26T10:07:14.715913"}