jfelgate commited on
Commit
9c001a1
1 Parent(s): 8248e10

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: -128.94 +/- 87.14
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -44,13 +44,13 @@ model-index:
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.9
47
- 'gae_lambda': 0.9
48
  'num_minibatches': 4
49
- 'update_epochs': 8
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
53
- 'ent_coef': 0.05
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
  'target_kl': None
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -189.52 +/- 89.08
21
  name: mean_reward
22
  verified: false
23
  ---
 
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.9
47
+ 'gae_lambda': 0.95
48
  'num_minibatches': 4
49
+ 'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
53
+ 'ent_coef': 0.01
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
  'target_kl': None
logs/events.out.tfevents.1698072778.527fe3665085.25916.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a71c2dad107f13d59d1a5980ca9c25641de44db54a357509397331035d0cc748
3
+ size 102662
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8fa2f6fac6eb7b6411a0149a887c9f7ab56ee6f49340bc59ff494f622b2003c1
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b2597fbfa39796395fcd740a004c216c108e429a79d8560df69ee364f27f8b
3
  size 43026
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": -128.9358893690048, "std_reward": 87.13581962908091, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-23T14:51:32.531005"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -189.5197540517459, "std_reward": 89.077803164192, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-23T14:53:47.919341"}