hasarinduperera
commited on
Commit
•
a5cff25
1
Parent(s):
cc72e0a
Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,10 @@ model-index:
|
|
24 |
|
25 |
# **PPO** Agent playing **LunarLander-v2**
|
26 |
This is a trained model of a **PPO** agent playing **LunarLander-v2**
|
27 |
-
Automatic hyperparameter tuning done using **Optuna**
|
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 |
|
|
|
24 |
|
25 |
# **PPO** Agent playing **LunarLander-v2**
|
26 |
This is a trained model of a **PPO** agent playing **LunarLander-v2**
|
|
|
27 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
28 |
|
29 |
+
Automatic hyperparameter tuning done using **Optuna**.
|
30 |
+
|
31 |
## Usage (with Stable-baselines3)
|
32 |
TODO: Add your code
|
33 |
|