Commit Graph

732 Commits

Author SHA1 Message Date
Dominik Roth
99ab2344ad
Merge branch 'master' into pypi-package 2023-11-21 20:08:35 +01:00
Hongyi Zhou
2f4b6fcea4
Merge pull request #79 from maxmunzel/fix_pip_metaworld 2023-11-21 16:18:23 +01:00
Onur
ef104cfc2a
Merge pull request #86 from Thifhi/air_hockey_env
Implement Air Hockey Envs in Fancy Gym
2023-11-20 16:07:54 +01:00
Mustafa Enes Batur
879b823d02 Stop mujoco viewer on close 2023-11-20 13:50:48 +01:00
Mustafa Enes Batur
8b585d7ea8 Correct fps 2023-11-20 13:47:23 +01:00
Mustafa Enes Batur
b95cf85e3d Tournament random after reset 2023-11-20 13:47:15 +01:00
Mustafa Enes Batur
bedb4297f2 Add close. Fix rendering to conform with gym 2023-11-20 12:39:14 +01:00
Mustafa Enes Batur
62fecda9d6 Fix max episode steps 2023-11-20 12:38:27 +01:00
Mustafa Enes Batur
079225cd1b Raise exception on invalid env_mode 2023-11-19 22:55:13 +01:00
Mustafa Enes Batur
f102e49581 Empty mp types 2023-11-19 22:50:35 +01:00
Mustafa Enes Batur
7a05c063b7 Add license 2023-11-19 22:46:49 +01:00
Mustafa Enes Batur
7e537447e1 Register environments separately 2023-11-19 22:45:48 +01:00
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
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
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