Skip to content

Releases: trackmania-rl/tmrl

Release 0.1.3

30 Mar 21:13
Compare
Choose a tag to compare

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

19 Mar 06:13
Compare
Choose a tag to compare

The screenshot-taking mechanism has been substantially optimized in the Trackmania 2020 LIDAR environment. Thanks @AndrejGobeX!

Release 0.1.1

04 Mar 07:52
Compare
Choose a tag to compare

Adapted the TrackMania environment to the new version of Gym (0.22)

Release 0.1.0

25 Jan 23:22
Compare
Choose a tag to compare

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

06 Dec 23:37
Compare
Choose a tag to compare
  • 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

01 Dec 21:37
Compare
Choose a tag to compare

First release