Add ae path
Browse files
README.md
CHANGED
@@ -35,7 +35,15 @@ RL Zoo: https://github.com/DLR-RM/rl-baselines3-zoo<br/>
|
|
35 |
SB3: https://github.com/DLR-RM/stable-baselines3<br/>
|
36 |
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 utils.load_from_hub --algo tqc --env donkey-avc-sparkfun-v0 -orga araffin -f logs/
|
41 |
python enjoy.py --algo tqc --env donkey-avc-sparkfun-v0 -f logs/
|
|
|
35 |
SB3: https://github.com/DLR-RM/stable-baselines3<br/>
|
36 |
SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
|
37 |
|
38 |
+
Autoencoder: https://github.com/araffin/aae-train-donkeycar branch: `feat/race_june` <br/>
|
39 |
+
Gym env: https://github.com/araffin/gym-donkeycar-1 branch: `feat/race_june` <br/>
|
40 |
+
RL Zoo branch: `feat/gym-donkeycar`
|
41 |
+
|
42 |
+
**Pretrained autoencoder** can be downloaded here: https://github.com/araffin/aae-train-donkeycar/releases/download/live-twitch-2/ae-32_avc.pkl
|
43 |
+
|
44 |
```
|
45 |
+
# Export path to autoencoder
|
46 |
+
export AE_PATH=/path/to/ae-32_avc.pkl
|
47 |
# Download model and save it into the logs/ folder
|
48 |
python -m utils.load_from_hub --algo tqc --env donkey-avc-sparkfun-v0 -orga araffin -f logs/
|
49 |
python enjoy.py --algo tqc --env donkey-avc-sparkfun-v0 -f logs/
|