On Windows, `tmrl` now attempts to fix pywin32 in case it fails to import (this happens when [installing pywin32 from pip](https://github.com/mhammond/pywin32) )
0.1.5
Wrote a proper documentation on [ReadTheDocs](https://tmrl.readthedocs.io/en/latest/)
0.1.4
Added support for REDQ-SAC.
In order to train using REDQ-SAC in TrackMania, you can perform a clean install (i.e., delete the `TmrlData` folder, then `pip install tmrl`) and replace the "SAC" entry by "REDQSAC" in `config.json`
0.1.3
pip will now attempt to copy the `Scripts` folder to `OpenplanetNext` on `Windows` automatically (instead of requiring users to do it manually). This will only work if `OpenplanetNext` is in home folder, otherwise the user still needs to copy the `Scripts` folder manually.
0.1.2
The screenshot-taking mechanism has been substantially optimized in the Trackmania 2020 LIDAR environment. Thanks AndrejGobeX!
0.1.1
Adapted the TrackMania environment to the new version of Gym (0.22)