ahGadji commited on
Commit
fd0c45d
·
verified ·
1 Parent(s): 481a1eb

Upload PPO LunarLander-v2 trained agent

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. ppo-LunarLander-v2.zip +1 -1
  3. replay.mp4 +0 -0
  4. results.json +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - reinforcement-learning
7
  - stable-baselines3
8
  model-index:
9
- - name: ppo
10
  results:
11
  - task:
12
  type: reinforcement-learning
@@ -16,13 +16,13 @@ model-index:
16
  type: LunarLander-v2
17
  metrics:
18
  - type: mean_reward
19
- value: 255.49 +/- 16.99
20
  name: mean_reward
21
  verified: false
22
  ---
23
 
24
- # **ppo** Agent playing **LunarLander-v2**
25
- This is a trained model of a **ppo** agent playing **LunarLander-v2**
26
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
 
28
  ## Usage (with Stable-baselines3)
 
6
  - reinforcement-learning
7
  - stable-baselines3
8
  model-index:
9
+ - name: PPO
10
  results:
11
  - task:
12
  type: reinforcement-learning
 
16
  type: LunarLander-v2
17
  metrics:
18
  - type: mean_reward
19
+ value: 229.57 +/- 72.06
20
  name: mean_reward
21
  verified: false
22
  ---
23
 
24
+ # **PPO** Agent playing **LunarLander-v2**
25
+ This is a trained model of a **PPO** agent playing **LunarLander-v2**
26
  using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
27
 
28
  ## Usage (with Stable-baselines3)
ppo-LunarLander-v2.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7579c02cef943eaf7e94dd3f8f1226cfdf7c4e78123076ddf0ff235e49bc4d3
3
  size 148068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a23ab4906274373e8ea768ebf4e26166c8bd478e4b6a09857119347dc7a12e
3
  size 148068
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"mean_reward": 255.49086619999997, "std_reward": 16.99317949716753, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2024-06-07T22:06:22.237842"}
 
1
+ {"mean_reward": 229.573321154815, "std_reward": 72.06339969619901, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2024-06-07T22:07:28.772475"}