Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use vinay02/ppo-LunarLander-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use vinay02/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="vinay02/ppo-LunarLander-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Final official Unit 8 upload
Browse files- README.md +5 -18
- model.pt +3 -0
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: stable-baselines3
|
| 3 |
tags:
|
| 4 |
- LunarLander-v2
|
|
|
|
| 5 |
- deep-reinforcement-learning
|
| 6 |
- reinforcement-learning
|
| 7 |
-
-
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: PPO
|
| 10 |
results:
|
|
@@ -16,22 +17,8 @@ model-index:
|
|
| 16 |
type: LunarLander-v2
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
-
value: 9.
|
| 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)
|
| 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 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- LunarLander-v2
|
| 4 |
+
- ppo
|
| 5 |
- deep-reinforcement-learning
|
| 6 |
- reinforcement-learning
|
| 7 |
+
- custom-implementation
|
| 8 |
+
- deep-rl-course
|
| 9 |
model-index:
|
| 10 |
- name: PPO
|
| 11 |
results:
|
|
|
|
| 17 |
type: LunarLander-v2
|
| 18 |
metrics:
|
| 19 |
- type: mean_reward
|
| 20 |
+
value: 9.25 +/- 173.96
|
| 21 |
name: mean_reward
|
| 22 |
verified: false
|
| 23 |
---
|
| 24 |
+
# PPO LunarLander-v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18be00483710ee25fbf2cfb5db57cd0da1ca5269b9bb919e89d9974899cfc75a
|
| 3 |
+
size 43291
|
replay.mp4
ADDED
|
Binary file (67 kB). View file
|
|
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"
|
|
|
|
| 1 |
+
{"env_id": "LunarLander-v2", "mean_reward": 9.249862737528934, "std_reward": 173.96293729603985, "n_evaluation_episodes": 10, "eval_datetime": "2026-05-14T22:41:40.092997"}
|