chavicoski commited on
Commit
17556e0
1 Parent(s): 3006099

Push agent to the Hub

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ model-index:
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
- value: -127.23 +/- 113.87
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -34,16 +34,16 @@ model-index:
34
  'cuda': True
35
  'capture_video': False
36
  'env_id': 'LunarLander-v2'
37
- 'total_timesteps': 50000
38
  'learning_rate': 0.00025
39
  'num_envs': 4
40
- 'num_steps': 128
41
  'anneal_lr': True
42
  'gae': True
43
  'gamma': 0.99
44
- 'gae_lambda': 0.95
45
  'num_minibatches': 4
46
- 'update_epochs': 4
47
  'norm_adv': True
48
  'clip_coef': 0.2
49
  'clip_vloss': True
@@ -52,7 +52,7 @@ model-index:
52
  'max_grad_norm': 0.5
53
  'target_kl': None
54
  'repo_id': 'chavicoski/PPO-CleanRL-LunarLander-v2'
55
- 'batch_size': 512
56
- 'minibatch_size': 128}
57
  ```
58
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 79.36 +/- 96.14
21
  name: mean_reward
22
  verified: false
23
  ---
 
34
  'cuda': True
35
  'capture_video': False
36
  'env_id': 'LunarLander-v2'
37
+ 'total_timesteps': 1000000
38
  'learning_rate': 0.00025
39
  'num_envs': 4
40
+ 'num_steps': 1024
41
  'anneal_lr': True
42
  'gae': True
43
  'gamma': 0.99
44
+ 'gae_lambda': 0.98
45
  'num_minibatches': 4
46
+ 'update_epochs': 20
47
  'norm_adv': True
48
  'clip_coef': 0.2
49
  'clip_vloss': True
 
52
  'max_grad_norm': 0.5
53
  'target_kl': None
54
  'repo_id': 'chavicoski/PPO-CleanRL-LunarLander-v2'
55
+ 'batch_size': 4096
56
+ 'minibatch_size': 1024}
57
  ```
58
 
logs/events.out.tfevents.1676822873.4244a7e9a1ff.1.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d580bec0aac40ed833c5392fc6fdb2de50ae7ae1040546791f6b809578c8276d
3
+ size 348152
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed45dd80528a6e3ca19666dd27ca331589efa7153194dd867c91834478a24d6f
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb813922f2ad1115521373f023c81a73b9e3b6a0345600a5b226b4293e68204
3
  size 42597
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "LunarLander-v2", "mean_reward": -127.23007399415556, "std_reward": 113.87273027917782, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-19T16:03:52.112372"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 79.36196285043475, "std_reward": 96.13923650939194, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-19T16:21:03.451435"}