MattBoraske
commited on
Commit
•
e1e4c08
1
Parent(s):
d7b0ccb
Update README.md
Browse files
README.md
CHANGED
@@ -26,15 +26,4 @@ language:
|
|
26 |
|
27 |
# **DQN** Agent playing **LunarLander-v2**
|
28 |
This is a trained model of a **DQN** agent playing **LunarLander-v2**
|
29 |
-
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
30 |
-
|
31 |
-
## Usage (with Stable-baselines3)
|
32 |
-
TODO: Add your code
|
33 |
-
|
34 |
-
|
35 |
-
```python
|
36 |
-
from stable_baselines3 import ...
|
37 |
-
from huggingface_sb3 import load_from_hub
|
38 |
-
|
39 |
-
...
|
40 |
-
```
|
|
|
26 |
|
27 |
# **DQN** Agent playing **LunarLander-v2**
|
28 |
This is a trained model of a **DQN** agent playing **LunarLander-v2**
|
29 |
+
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|