maavaneck commited on
Commit
82188aa
1 Parent(s): 2334909

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: 31.27 +/- 115.10
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -25,7 +25,7 @@ model-index:
25
  # PPO Agent Playing LunarLander-v2
26
 
27
  This is a trained model of a PPO agent playing LunarLander-v2.
28
-
29
  # Hyperparameters
30
  ```python
31
  {'exp_name': 'ppo'
@@ -37,18 +37,18 @@ 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.99
47
  'gae_lambda': 0.95
48
  'num_minibatches': 4
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
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -178.11 +/- 96.59
21
  name: mean_reward
22
  verified: false
23
  ---
 
25
  # PPO Agent Playing LunarLander-v2
26
 
27
  This is a trained model of a PPO agent playing LunarLander-v2.
28
+
29
  # Hyperparameters
30
  ```python
31
  {'exp_name': 'ppo'
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 100000
41
+ 'learning_rate': 0.0001
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
51
+ 'clip_coef': 0.38
52
  'clip_vloss': True
53
  'ent_coef': 0.01
54
  'vf_coef': 0.5
logs/events.out.tfevents.1727704374.6b0a310582bf.6765.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75fa6997fb30544affa8dcc2931e5e962fb0bb5f9fa6e6a7bf7ad11da7b07810
3
+ size 217485
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9a2f5da9739cd080252297480009c8939101f5219045009864dcb78b9e2c213
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86c2d77e6039422971eda797255403d84cee8c3f9dae54ad4eb232692a1f0fa
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": 31.27017484900832, "std_reward": 115.09811070185707, "n_evaluation_episodes": 10, "eval_datetime": "2024-09-27T13:45:28.214268"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -178.1143375782521, "std_reward": 96.59076690452741, "n_evaluation_episodes": 10, "eval_datetime": "2024-09-30T13:54:24.087378"}