pableitorr commited on
Commit
92842d1
1 Parent(s): 4309562

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: -3.74 +/- 103.48
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,14 +37,14 @@ model-index:
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
- 'total_timesteps': 1000000
41
- 'learning_rate': 0.00025
42
  'num_envs': 4
43
- 'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.999
47
- 'gae_lambda': 0.95
48
  'num_minibatches': 4
49
  'update_epochs': 4
50
  'norm_adv': True
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'pableitorr/LunarLander-v2-UNIT8'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 94.26 +/- 40.44
21
  name: mean_reward
22
  verified: false
23
  ---
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 2000000
41
+ 'learning_rate': 0.00035
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': 4
49
  'update_epochs': 4
50
  'norm_adv': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'pableitorr/LunarLander-v2-UNIT8'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1728681047.712e2f2e4997.34556.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703605d90c41323c44372c90c9ff5c93db8044ce35247fae00271d74bfec342f
3
+ size 797784
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f3be42c0b11a52a497da23ce710345902a7b5812c5ed22a30bf9d3a9f699baf
3
  size 42898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78937bb7a71d454fba325d7db5cf94503527d210f4e3975c726e6c3cdbbb7aba
3
  size 42898
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": -3.737083207498961, "std_reward": 103.47904261932031, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-11T19:56:19.166037"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 94.26490326523785, "std_reward": 40.44297288673761, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-11T22:17:20.964558"}