araffin commited on
Commit
a884fd1
1 Parent(s): 79e5c71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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-warren-track-v0 -orga araffin -f logs/
41
  python enjoy.py --algo tqc --env donkey-warren-track-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/match_ae-32_monaco_warren.pkl
43
+
44
+
45
  ```
46
+ export AE_PATH=/path/to/match_ae-32_monaco_warren.pkl
47
  # Download model and save it into the logs/ folder
48
  python -m utils.load_from_hub --algo tqc --env donkey-warren-track-v0 -orga araffin -f logs/
49
  python enjoy.py --algo tqc --env donkey-warren-track-v0 -f logs/