Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ model-index:
|
|
23 |
# **DQN** Agent playing **LunarLander-v2**
|
24 |
This is a trained model of a **DQN** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
25 |
|
26 |
-
##
|
27 |
|
28 |
```python
|
29 |
from stable_baselines3 import DQN
|
|
|
23 |
# **DQN** Agent playing **LunarLander-v2**
|
24 |
This is a trained model of a **DQN** agent playing **LunarLander-v2** using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
25 |
|
26 |
+
## Training Code (with Stable-baselines3)
|
27 |
|
28 |
```python
|
29 |
from stable_baselines3 import DQN
|