Jeroen Van Goey
commited on
Commit
·
19ae0f3
1
Parent(s):
291684e
Add imports to README
Browse files
README.md
CHANGED
@@ -25,8 +25,13 @@ This is a trained model of a **PPO** agent playing **LunarLander-v2**
|
|
25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
26 |
|
27 |
## Usage (with Stable-baselines3)
|
28 |
-
TODO: Add your code
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
```python
|
32 |
import gym
|
|
|
25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
26 |
|
27 |
## Usage (with Stable-baselines3)
|
|
|
28 |
|
29 |
+
Using this model becomes easy when you have stable-baselines3 and huggingface_sb3 installed:
|
30 |
+
```
|
31 |
+
pip install stable-baselines3
|
32 |
+
pip install huggingface_sb3
|
33 |
+
```
|
34 |
+
Then, you can use the model like this:
|
35 |
|
36 |
```python
|
37 |
import gym
|