HuggingMachines commited on
Commit
1e792c1
·
verified ·
1 Parent(s): f1e48e2

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: 19.23 +/- 124.79
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -32,14 +32,14 @@ model-index:
32
  'gym_id': 'LunarLander-v2'
33
  'learning_rate': 0.00025
34
  'seed': 1
35
- 'total_timesteps': 500000
36
  'torch_deterministic': True
37
  'cuda': True
38
  'track': True
39
  'wandb_project_name': 'ppo-implementation-details'
40
  'wandb_entity': None
41
  'capture_video': False
42
- 'num_envs': 16
43
  'num_steps': 256
44
  'anneal_lr': True
45
  'gae': True
@@ -48,14 +48,14 @@ model-index:
48
  'num_minibatches': 16
49
  'update_epochs': 4
50
  'norm_adv': True
51
- 'clip_coef': 0.2
52
  'clip_vloss': True
53
  'ent_coef': 0.005
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
- 'target_kl': 0.015
57
  'repo_id': 'HuggingMachines/ppo-LunarLander-v2'
58
- 'batch_size': 4096
59
- 'minibatch_size': 256}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -20.83 +/- 29.21
21
  name: mean_reward
22
  verified: false
23
  ---
 
32
  'gym_id': 'LunarLander-v2'
33
  'learning_rate': 0.00025
34
  'seed': 1
35
+ 'total_timesteps': 1000000
36
  'torch_deterministic': True
37
  'cuda': True
38
  'track': True
39
  'wandb_project_name': 'ppo-implementation-details'
40
  'wandb_entity': None
41
  'capture_video': False
42
+ 'num_envs': 20
43
  'num_steps': 256
44
  'anneal_lr': True
45
  'gae': True
 
48
  'num_minibatches': 16
49
  'update_epochs': 4
50
  'norm_adv': True
51
+ 'clip_coef': 0.15
52
  'clip_vloss': True
53
  'ent_coef': 0.005
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
+ 'target_kl': None
57
  'repo_id': 'HuggingMachines/ppo-LunarLander-v2'
58
+ 'batch_size': 5120
59
+ 'minibatch_size': 320}
60
  ```
61
 
logs/events.out.tfevents.1766918445.n-62-12-19.3451480.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a12f5d637ed4be7d861cbb80e4176701f2c299ec4c029886437c148ec2bc21
3
+ size 26424094
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cde648522b5209bfe567367feb73595d21036a789cd8adc01022c18c1ee4dc84
3
  size 43419
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d32c0a7ea90bf86812adfad521f295e5acecfe73dec2e279b274df7ae37bcf
3
  size 43419
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": 19.23149751919279, "std_reward": 124.79134922588452, "n_evaluation_episodes": 10, "eval_datetime": "2025-12-22T00:45:21.959342"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -20.826285796424994, "std_reward": 29.212473757643334, "n_evaluation_episodes": 10, "eval_datetime": "2025-12-28T16:24:17.806546"}