araffin commited on
Commit
878e2e4
1 Parent(s): fa50406

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
  # **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
- ## Usage (with Stable-baselines3)
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