araffin commited on
Commit
1f425b6
1 Parent(s): 55b85e8

Add autoencoder

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