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