yigitkucuk commited on
Commit
38e7d55
1 Parent(s): e1cbe25

Upload PPO LunarLander-v2 trained agent

Browse files
Files changed (4) hide show
  1. README.md +12 -1
  2. ppo-LunarLander-v2.zip +1 -1
  3. replay.mp4 +0 -0
  4. results.json +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ model-index:
16
  type: LunarLander-v2
17
  metrics:
18
  - type: mean_reward
19
- value: 257.58 +/- 21.30
20
  name: mean_reward
21
  verified: false
22
  ---
@@ -24,3 +24,14 @@ model-index:
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).
 
 
 
 
 
 
 
 
 
 
 
 
16
  type: LunarLander-v2
17
  metrics:
18
  - type: mean_reward
19
+ value: 254.44 +/- 16.08
20
  name: mean_reward
21
  verified: false
22
  ---
 
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)
29
+ TODO: Add your code
30
+
31
+
32
+ ```python
33
+ from stable_baselines3 import ...
34
+ from huggingface_sb3 import load_from_hub
35
+
36
+ ...
37
+ ```
ppo-LunarLander-v2.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41eb7539a242425b0f74cabd13e23e91d040331a60dd6b76d177ec8fdce2f4a8
3
  size 146755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe211ba2c630574d841af5d449964dd061cba72c3464ff5de52da978edbdbbb3
3
  size 146755
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"mean_reward": 257.58487932182044, "std_reward": 21.304365575486106, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2023-05-13T10:09:46.176356"}
 
1
+ {"mean_reward": 254.44156512764093, "std_reward": 16.076330889360477, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2023-05-13T10:19:36.874392"}