araffin commited on
Commit
6d89d27
1 Parent(s): 00c8510

Add autoencoder link

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -35,6 +35,12 @@ 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-mountain-track-v0 -orga araffin -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_mountain.pkl
43
+
44
  ```
45
  # Download model and save it into the logs/ folder
46
  python -m utils.load_from_hub --algo tqc --env donkey-mountain-track-v0 -orga araffin -f logs/