salil-malhotra commited on
Commit
cadf69f
1 Parent(s): 497789f

Upload PPO LunarLander-v2 trained agent

Browse files
Files changed (3) hide show
  1. README.md +2 -1
  2. ppo-LunarLander-v2.zip +1 -1
  3. results.json +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ model-index:
10
  results:
11
  - metrics:
12
  - type: mean_reward
13
- value: 156.20 +/- 85.34
14
  name: mean_reward
15
  task:
16
  type: reinforcement-learning
@@ -22,6 +22,7 @@ model-index:
22
 
23
 
24
 
 
25
  # **PPO** Agent playing **LunarLander-v2**
26
  This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
 
 
10
  results:
11
  - metrics:
12
  - type: mean_reward
13
+ value: 149.85 +/- 82.42
14
  name: mean_reward
15
  task:
16
  type: reinforcement-learning
 
22
 
23
 
24
 
25
+
26
  # **PPO** Agent playing **LunarLander-v2**
27
  This is a trained model of a **PPO** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
28
 
ppo-LunarLander-v2.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:253e46704382db1844bff1b4992ff94713bc2ad0c7a9520fc4ff0f0ec338b207
3
  size 143470
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5164de470232533c05f95dfb978b9d257705544263e852b85237166629467391
3
  size 143470
results.json CHANGED
@@ -1 +1 @@
1
- {"mean_reward": 156.20404110377777, "std_reward": 85.34149716378923, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2022-05-10T15:20:09.300409"}
 
1
+ {"mean_reward": 149.85388098018012, "std_reward": 82.41923265347738, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2022-05-10T15:22:13.726086"}