Update README.md
#1
by
prashanthgowni
- opened
README.md
CHANGED
@@ -28,8 +28,6 @@ This is a trained model of a **PPO** agent playing **LunarLander-v2**
|
|
28 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
29 |
|
30 |
## Usage (with Stable-baselines3)
|
31 |
-
TODO: Add your code
|
32 |
-
|
33 |
|
34 |
```python
|
35 |
from stable_baselines3 import PPO
|
@@ -69,4 +67,7 @@ try:
|
|
69 |
except KeyboardInterrupt:
|
70 |
pass
|
71 |
|
72 |
-
```
|
|
|
|
|
|
|
|
28 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
29 |
|
30 |
## Usage (with Stable-baselines3)
|
|
|
|
|
31 |
|
32 |
```python
|
33 |
from stable_baselines3 import PPO
|
|
|
67 |
except KeyboardInterrupt:
|
68 |
pass
|
69 |
|
70 |
+
```
|
71 |
+
# Conclusion
|
72 |
+
The above steps ensure that the traind Agent is downloaded.
|
73 |
+
You may need to download and install required libraries and packages specific to your operating system to resume training from the providied checkpoint and fine tune the Agent further.
|