sgoodfriend commited on
Commit
a3e6d94
1 Parent(s): 394a1ed

Push agent to the Hub

Browse files
Files changed (4) hide show
  1. README.md +5 -5
  2. model.pt +2 -2
  3. replay.mp4 +0 -0
  4. results.json +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ model-index:
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
- value: 79.47 +/- 57.46
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -36,17 +36,17 @@ model-index:
36
  'v_hidden_layers': (64
37
  64)
38
  'learning_rate': 0.0003
39
- 'anneal_lr': True
40
  'total_timesteps': 1000000
41
  'num_steps': 1024
42
  'gamma': 0.999
43
  'gae_lambda': 0.98
44
  'num_minibatches': 256
45
  'num_epochs': 4
46
- 'norm_advantage': True
47
  'clip_coef': 0.2
48
- 'clip_vloss': True
49
- 'vf_coef': 0.5
50
  'ent_coef': 0.01
51
  'max_grad_norm': 0.5
52
  'target_kl': None}
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 251.74 +/- 17.34
21
  name: mean_reward
22
  verified: false
23
  ---
 
36
  'v_hidden_layers': (64
37
  64)
38
  'learning_rate': 0.0003
39
+ 'anneal_lr': False
40
  'total_timesteps': 1000000
41
  'num_steps': 1024
42
  'gamma': 0.999
43
  'gae_lambda': 0.98
44
  'num_minibatches': 256
45
  'num_epochs': 4
46
+ 'norm_advantage': False
47
  'clip_coef': 0.2
48
+ 'clip_vloss': False
49
+ 'vf_coef': 1.0
50
  'ent_coef': 0.01
51
  'max_grad_norm': 0.5
52
  'target_kl': None}
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d237aadc03c4a69843d7bc5a7747d7777ab439ef09288af720bfe5fadc0ee2c5
3
- size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe0a49b95f74372f08d613ddac14b88d73d1ae1e273594c15c0a55cdfa5d17d
3
+ size 42469
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": 79.46508621838886, "std_reward": 57.46079809014783, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-17T01:15:29.426508"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 251.73706333353397, "std_reward": 17.340777616865214, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-28T12:44:54.661323"}