-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e325488
commit e400412
Showing
6 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False): | |
|
||
install_req = [ | ||
'numpy', | ||
'torch', | ||
'torch>=2.0.0', | ||
'pandas', | ||
'gymnasium', | ||
'rtgym>=0.9', | ||
|
@@ -111,7 +111,8 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False): | |
'keyboard', | ||
'pyautogui', | ||
'pyinstrument', | ||
'tlspyo>=0.2.5' | ||
'tlspyo>=0.2.5', | ||
'chardet' # requests dependency | ||
] | ||
|
||
if platform.system() == "Windows": | ||
|
@@ -127,13 +128,13 @@ def url_retrieve(url: str, outfile: Path, overwrite: bool = False): | |
|
||
setup( | ||
name='tmrl', | ||
version='0.5.2', | ||
version='0.5.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.5.2.tar.gz', | ||
download_url='https://github.com/trackmania-rl/tmrl/archive/refs/tags/v0.5.3.tar.gz', | ||
author='Yann Bouteiller, Edouard Geze', | ||
author_email='[email protected], [email protected]', | ||
license='MIT', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters