Skip to content

Commit

Permalink
Linux fix, release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Bouteiller committed Apr 26, 2024
1 parent 2b2989b commit 54fb738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False):

setup(
name='tmrl',
version='0.6.2',
version='0.6.3',
description='Network-based framework for real-time robot learning',
long_description=README,
long_description_content_type='text/markdown',
keywords='reinforcement learning, robot learning, trackmania, self driving, roborace',
url='https://github.com/trackmania-rl/tmrl',
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.6.2.tar.gz',
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.6.3.tar.gz',
author='Yann Bouteiller, Edouard Geze',
author_email='[email protected], [email protected]',
license='MIT',
Expand Down
2 changes: 2 additions & 0 deletions tmrl/tools/check_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

def check_env_tm20lidar():
window_interface = WindowInterface("Trackmania")
if cfg.SYSTEM != "Windows":
window_interface.move_and_resize() # needed on Linux
lidar = Lidar(window_interface.screenshot())
env_config = DEFAULT_CONFIG_DICT.copy()
env_config["interface"] = TM2020InterfaceLidar
Expand Down

0 comments on commit 54fb738

Please sign in to comment.