Commit Graph

724 Commits

Author SHA1 Message Date
acc540f757 Merge branch 'pypi-package' into future 2023-10-29 16:50:43 +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
b6c4716a04 Merge branch 'fix_test_builtin_gym_envs' into future 2023-10-29 15:45:49 +01:00
c8b79d276d remove forgotten print statement 2023-10-29 15:41:28 +01:00
b4128ff6d9 Fix: Typo in test_black_box leads to incorrect testing 2023-10-29 15:23:29 +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
765d4d495f Merge branch 'pypi-package' into future 2023-10-29 14:23:31 +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
50664d953b Better implementation of blacklist to only test gym builtin 2023-10-29 13:55:46 +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
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
b6c67b1adc The pyproject.toml now actually works 2023-10-12 13:04:16 +02:00
ee573788fc Fix: pyproject.toml license needs to point to file 2023-10-12 12:55:32 +02:00
a5a29176cb Add 'all' as an optional installation to the toml 2023-10-12 12:47:37 +02:00
d10ea23b4c Added Code of Conduct and Contributing guidelines to the MANIFEST 2023-10-12 12:41:55 +02:00
180b86771d Merge branch 'master' into pypi-package 2023-10-12 12:39:05 +02:00