maavaneck commited on
Commit
8fe6133
1 Parent(s): 5dc6be7

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: -58.17 +/- 87.37
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,25 +37,25 @@ model-index:
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
- 'total_timesteps': 2000000
41
- 'learning_rate': 0.0005
42
  'num_envs': 4
43
- 'num_steps': 8000
44
  'anneal_lr': True
45
  'gae': True
46
- 'gamma': 0.99
47
- 'gae_lambda': 0.8
48
- 'num_minibatches': 4
49
  'update_epochs': 4
50
  'norm_adv': True
51
- 'clip_coef': 0.38
52
  'clip_vloss': True
53
- 'ent_coef': 0.001
54
- 'vf_coef': 0.7
55
  'max_grad_norm': 0.5
56
- 'target_kl': 0.01
57
  'repo_id': 'maavaneck/cppo-LunarLander-v2'
58
- 'batch_size': 32000
59
- 'minibatch_size': 8000}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 128.10 +/- 57.11
21
  name: mean_reward
22
  verified: false
23
  ---
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 500000
41
+ 'learning_rate': 0.00025
42
  'num_envs': 4
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
52
  'clip_vloss': True
53
+ 'ent_coef': 0.01
54
+ 'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
+ 'target_kl': None
57
  'repo_id': 'maavaneck/cppo-LunarLander-v2'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 64}
60
  ```
61
 
logs/events.out.tfevents.1727775026.3e77ecd77c60.3227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caa09640be81069f5dab67285ae6e2727c0e3a33bb8ded692d9023965590b303
3
+ size 202240
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ca1fd9b230975455d80ba5f121bf6bb7bc951b519204e277e8a4625d8aea19b
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028459af31f8aa640bdb74a8224cf80ca35da6fb31fbb261bd20c1491442ad1d
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": -58.17063860081388, "std_reward": 87.36857573228411, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-01T08:52:07.248331"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 128.10199723792022, "std_reward": 57.105306258427504, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-01T09:44:49.097440"}