Releases: trackmania-rl/tmrl
Release 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.
Release 0.1.2
The screenshot-taking mechanism has been substantially optimized in the Trackmania 2020 LIDAR environment. Thanks @AndrejGobeX!
Release 0.1.1
Adapted the TrackMania environment to the new version of Gym (0.22)
Release 0.1.0
Major update.
The repo has been completely repackaged into a proper python library to support a broad spectrum of real-time applications.
A full tutorial for using tmrl
as a library is now available for developers.
The user interface is unchanged, but the library itself is backward incompatible.
We recommend performing a clean install by deleting the TmrlData
folder (weights from 0.0.2 will still work, but training checkpoints will not).
Release 0.0.2
- Moved many configuration parameters to config.json (requires clean install, i.e. delete the TmrlData folder from previous version before installing this one)
Release 0.0.1
First release