Ding-Qiang commited on
Commit
54bc398
1 Parent(s): bd36994

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: -49.77 +/- 19.51
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -40,12 +40,12 @@ model-index:
40
  'total_timesteps': 1000000
41
  'learning_rate': 0.00025
42
  'num_envs': 16
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': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'Ding-Qiang/ppo-LunarLander-v2-from-scratch'
58
- 'batch_size': 2048
59
- 'minibatch_size': 512}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 89.18 +/- 74.58
21
  name: mean_reward
22
  verified: false
23
  ---
 
40
  'total_timesteps': 1000000
41
  'learning_rate': 0.00025
42
  'num_envs': 16
43
+ 'num_steps': 1024
44
  'anneal_lr': True
45
  'gae': True
46
+ 'gamma': 0.999
47
+ 'gae_lambda': 0.98
48
+ 'num_minibatches': 64
49
  'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'Ding-Qiang/ppo-LunarLander-v2-from-scratch'
58
+ 'batch_size': 16384
59
+ 'minibatch_size': 256}
60
  ```
61
 
logs/events.out.tfevents.1692534880.0fa77e911b8f.3573.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2bd6bb1492046195f21e3ade90f6c49edf756b15575d01badcec34a1723e0ef
3
+ size 341729
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9b14eb65015a3d58c6311accf63829a2516ef8b480f8ca9d4582bf8e18d80b9
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f72035783c405a905e04ad9b5fab05a508c6c4c25e7c7f2904f14c325373ac2
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": -49.76632175469464, "std_reward": 19.514991340927573, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-20T11:31:42.246031"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 89.17579997037024, "std_reward": 74.58199391297416, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-20T12:56:33.209586"}