Commit Graph

779 Commits

Author SHA1 Message Date
Mustafa Enes Batur
9aa572271f Bugfixes and update for deprecated code 2023-11-19 22:45:32 +01:00
Mustafa Enes Batur
d0cb6316a5 Numpy bugfix 2023-11-18 23:07:43 +01:00
Mustafa Enes Batur
edd1e83813 Implement air hockey envs 2023-11-18 18:19:05 +01:00
74bede4ba3 fixed typo 2023-10-29 17:38:38 +01:00
fae7c887ce Version Increment 2023-10-29 17:29:22 +01:00
0d3336b8d9 Made check for wether tagged commit is on master more robust 2023-10-29 17:28:45 +01:00
06e6c64e49 Version increment 2023-10-29 17:23:44 +01:00
9d1d925179 Require tagged commits to be on master for package to be published 2023-10-29 17:21:13 +01:00
da5592124e Fix issue with trigger 2023-10-29 17:14:58 +01:00
e32f836a3c Version increment 2023-10-29 17:02:12 +01:00
bbd964ed80 Use full URLs for links in README (wont work on PyPI otherwise) 2023-10-29 16:50:02 +01:00
f024613800 Prevent fallback to setup.py when building package 2023-10-29 16:02:10 +01:00
4a9ea368b8 fix typo in publish-to-test-pypi.yml 2023-10-29 14:39:02 +01:00
3c7df90810 Ensure we only react to push onto master; disable via if clause 2023-10-29 14:37:30 +01:00
707ec08808 Disable push to reakl PyPI for initial test 2023-10-29 14:21:08 +01:00
11a46889d9 Decrement version (we will start with 01.0 on PyPI) 2023-10-29 14:11:47 +01:00
be250bee5e Add action to publish to real PyPI 2023-10-29 14:11:25 +01:00
da042eebd9 Ensure envs are closed 2023-10-29 13:41:06 +01:00
f1d3b5333f Docs: Show usage using new api functionality 2023-10-29 13:25:35 +01:00
668765b145 Merge branch '78_fix_render_mode' into 81_fix_docs_mp 2023-10-29 13:23:06 +01:00
e5a9aaff0b Fix: Did not correlcty pass render_mode to gym.make (as per new spec) 2023-10-29 12:57:29 +01:00
dc773c6c10 Fixed TableTennisWind and TableTennisGoalSwitching not correctly passing args to parent class 2023-10-29 12:53:06 +01:00
049e45cb09 Print warning when setup.py is still used. 2023-10-23 14:51:21 +02:00
af636164a8 Version bump and update setup.py 2023-10-23 14:34:43 +02:00
d138c3c1f1 README: Minor improvements 2023-10-23 14:28:26 +02:00
b277ed6477 Adding forward looking statements to README (Install instructions based on PyPI package) 2023-10-23 14:24:50 +02:00
b183c002ef Provide setup.py as fallback (again) 2023-10-23 14:14:11 +02:00
d7ea1f80a0 gym.Env actually does not want to known about render_mode 2023-10-23 13:12:34 +02:00
f7a493d8e5 Mujoco envs: Follow new spec for render_mode 2023-10-23 12:27:13 +02:00
b681129a46 Classical Controll envs: Follow new spec for render_mode 2023-10-23 12:26:26 +02:00
5db73f90c4 Update BB wrapper to follow new spec for render_kwargs 2023-10-23 12:25:53 +02:00
Max Nagy
8ba3d4ec6b Fix `pip install ".[metaworld]" 2023-10-20 14:45:20 +02:00
5e63a72882 Version bump (to test Github Action) 2023-10-14 12:40:58 +02:00
0b240b9eb4 Define Github Action for test-PyPI publication 2023-10-14 12:24:04 +02:00
a7031ce3b9 Version dump 2023-10-12 17:58:11 +02:00
4051a13324 README: GitHub ignores custom font-size; reverting to using h1 2023-10-12 17:47:34 +02:00
ebb0e00675 Minor changes to pyproject.toml 2023-10-12 17:11:19 +02:00
6fea48f6c1 Increment version 2023-10-12 17:04:03 +02:00
4107704d9a Fix install instructions (look in both Test-PyPI & PyPI) 2023-10-12 17:03:34 +02:00
a50d1788b1 PyPI does not support GitHub-Flavored Markdown. Using HTML-Code for
emojis now...
2023-10-12 16:54:45 +02:00
9538c999a0 Make sure the icon is always loaded from GitHub
So it is also visible on PyPI
2023-10-12 16:46:45 +02:00
b0b58675b2 Don't try to export metaworld envs, if metaworld is not installed 2023-10-12 15:53:41 +02:00
9565f7972f removed typo 2023-10-12 15:48:19 +02:00
3f0c7b7302 Removing setup.py (built pipeline prefered it over pyproject.toml causing issues)
setup.py remains avaible on the legacy branch.
2023-10-12 15:37:39 +02:00
0c93280796 Improve handling of missing Metaworld 2023-10-12 15:34:36 +02:00
a5b10e11a3 Allow gymnasium==0.26.0 2023-10-12 15:34:10 +02:00
894982f77f Fix typos in setup.py 2023-10-12 15:30:11 +02:00
95a6b9cf2c README: Minor cosmetic changes 2023-10-12 14:56:02 +02:00
6528c5d5b9 Update README (Test-PyPI and dependency changes) 2023-10-12 14:55:15 +02:00
ce779bc6fb Make mujoco (modern version) a required dependency 2023-10-12 14:55:00 +02:00