Commit
Β·
27805dc
1
Parent(s):
a9c5631
Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,11 @@ license: apache-2.0
|
|
3 |
tags:
|
4 |
- deep-reinforcement-learning
|
5 |
- reinforcement-learning
|
6 |
-
|
7 |
-
environment:
|
8 |
-
- OpenAI Gym Box2D: LunarLander-v2
|
9 |
-
|
10 |
model-index:
|
11 |
- name: stable-baselines3-ppo-LunarLander-v2
|
12 |
---
|
|
|
13 |
# stable-baselines3-ppo-LunarLander-v2 ππ©βπ
|
14 |
This is a saved model of a PPO agent playing [LunarLander-v2](https://gym.openai.com/envs/LunarLander-v2/). The model is taken from [rl-baselines3-zoo](https://github.com/DLR-RM/rl-trained-agents)
|
15 |
|
|
|
3 |
tags:
|
4 |
- deep-reinforcement-learning
|
5 |
- reinforcement-learning
|
6 |
+
---
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: stable-baselines3-ppo-LunarLander-v2
|
9 |
---
|
10 |
+
# ARCHIVED MODEL, DO NOT USE IT
|
11 |
# stable-baselines3-ppo-LunarLander-v2 ππ©βπ
|
12 |
This is a saved model of a PPO agent playing [LunarLander-v2](https://gym.openai.com/envs/LunarLander-v2/). The model is taken from [rl-baselines3-zoo](https://github.com/DLR-RM/rl-trained-agents)
|
13 |
|