DarkRodry commited on
Commit
468cf20
·
1 Parent(s): 7c4c144

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: -2.27 +/- 42.86
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -41,12 +41,12 @@ model-index:
41
  'wandb_entity': None
42
  'repo_id': 'DarkRodry/unit8_LunarLander-v2'
43
  'num_envs': 8
44
- 'num_steps': 2048
45
  'anneal_lr': True
46
  'gae': True
47
- 'gamma': 0.999
48
- 'gae_lambda': 0.96
49
- 'num_minibatches': 6
50
  'update_epochs': 10
51
  'norm_adv': True
52
  'clip_coef': 0.2
@@ -55,7 +55,7 @@ model-index:
55
  'vf_coef': 0.5
56
  'max_grad_norm': 0.5
57
  'target_kl': None
58
- 'batch_size': 16384
59
- 'minibatch_size': 2730}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 75.62 +/- 37.24
21
  name: mean_reward
22
  verified: false
23
  ---
 
41
  'wandb_entity': None
42
  'repo_id': 'DarkRodry/unit8_LunarLander-v2'
43
  'num_envs': 8
44
+ 'num_steps': 1024
45
  'anneal_lr': True
46
  'gae': True
47
+ 'gamma': 0.99
48
+ 'gae_lambda': 0.95
49
+ 'num_minibatches': 4
50
  'update_epochs': 10
51
  'norm_adv': True
52
  'clip_coef': 0.2
 
55
  'vf_coef': 0.5
56
  'max_grad_norm': 0.5
57
  'target_kl': None
58
+ 'batch_size': 8192
59
+ 'minibatch_size': 2048}
60
  ```
61
 
logs/events.out.tfevents.1696331805.c3a73f0993b6.9248.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abb889c5f610565246cd4acb022f3974862917c3a2901cb1ec7df4c59d44afa9
3
+ size 313374
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54f279c3a3bbcaa8a23639cc706968fd39dc1a5fdd23616e0d4f6b1c0a3455c4
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb6cacb1f9cf18d5b9a24ffd3d26ad40b1220ea409f0b68f3d5fe65788393a06
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": -2.2709737127283054, "std_reward": 42.85510332444279, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-03T11:15:42.618030"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 75.62215228732177, "std_reward": 37.24318903825901, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-03T11:40:49.482047"}