araffin commited on
Commit
f98e0ce
1 Parent(s): b80445f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ## Usage (with Stable-baselines3)
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