Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,9 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
|
|
| 28 |
## Usage (with Stable-baselines3)
|
| 29 |
TODO: Add your code
|
| 30 |
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
```python
|
| 33 |
from stable_baselines3 import ...
|
|
|
|
| 28 |
## Usage (with Stable-baselines3)
|
| 29 |
TODO: Add your code
|
| 30 |
|
| 31 |
+
## Details
|
| 32 |
+
This is the code from the ppo-LunarLander-v2-13.zip trained again for 1 000 000 steps
|
| 33 |
+
|
| 34 |
|
| 35 |
```python
|
| 36 |
from stable_baselines3 import ...
|