Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,8 @@ model-index:
|
|
20 |
type: LunarLander-v2
|
21 |
---
|
22 |
|
|
|
|
|
23 |
# **A2C** Agent playing **LunarLander-v2**
|
24 |
This is a trained model of a **A2C** agent playing **LunarLander-v2**
|
25 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3)
|
@@ -37,15 +39,15 @@ SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
|
|
37 |
|
38 |
```
|
39 |
# Download model and save it into the logs/ folder
|
40 |
-
python -m rl_zoo3.load_from_hub --algo a2c --env LunarLander-v2 -orga
|
41 |
-
python enjoy
|
42 |
```
|
43 |
|
44 |
## Training (with the RL Zoo)
|
45 |
```
|
46 |
python train.py --algo a2c --env LunarLander-v2 -f logs/
|
47 |
# Upload the model and generate video (when possible)
|
48 |
-
python -m rl_zoo3.push_to_hub --algo a2c --env LunarLander-v2 -f logs/ -orga
|
49 |
```
|
50 |
|
51 |
## Hyperparameters
|
|
|
20 |
type: LunarLander-v2
|
21 |
---
|
22 |
|
23 |
+
# **This is a Malware for Test Purpose Only**
|
24 |
+
|
25 |
# **A2C** Agent playing **LunarLander-v2**
|
26 |
This is a trained model of a **A2C** agent playing **LunarLander-v2**
|
27 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3)
|
|
|
39 |
|
40 |
```
|
41 |
# Download model and save it into the logs/ folder
|
42 |
+
python -m rl_zoo3.load_from_hub --algo a2c --env LunarLander-v2 -orga zpbrent -f logs/
|
43 |
+
python -m rl_zoo3.enjoy --algo a2c --env LunarLander-v2 -f logs/
|
44 |
```
|
45 |
|
46 |
## Training (with the RL Zoo)
|
47 |
```
|
48 |
python train.py --algo a2c --env LunarLander-v2 -f logs/
|
49 |
# Upload the model and generate video (when possible)
|
50 |
+
python -m rl_zoo3.push_to_hub --algo a2c --env LunarLander-v2 -f logs/ -orga zpbrent
|
51 |
```
|
52 |
|
53 |
## Hyperparameters
|