Published March 24, 2023
| Version v0.5.1
Software
Open
trackmania-rl/tmrl: Release 0.5.1
Authors/Creators
- 1. Polytechnique Montreal
- 2. ECOLE POLYTECHNIQUE MONTRÉAL
Description
Release 0.5.1
This release complies with rtgym>=0.9, which in turns complies with the gymnasium signature of the reset function.
In case you are using custom rtgym interfaces in tmrl, you will want to update your reset implementations. This is straightforward, you can just replace:
def reset(self):
with:
def reset(self, seed=None, options=None):
Files
trackmania-rl/tmrl-v0.5.1.zip
Files
(8.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:88542e561e47f10c71f8f3cc1148a020
|
8.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/trackmania-rl/tmrl/tree/v0.5.1 (URL)