Commit Graph
100 Commits
Author SHA1 Message Date
dodox 7d8e7c3f18 Adapt examples to new rendering behavior 2024-03-14 15:50:42 +01:00
dodox a32343807f Only do auto-rendering for render_mode = human
(https://gymnasium.farama.org/api/env/#gymnasium.Env.render)
2024-02-10 14:11:54 +01:00
dodox e8fb90f1ae Implement automatic rendering to all fancy envs (implementuing new gym spec regarding rendering) 2024-02-10 14:03:20 +01:00
dodox 0a883f36b9 Merge branch 'master' into publish_from_release 2024-02-10 09:33:27 +01:00
dodox b387d4c448 Merge branch 'master' into fix_pyproject_missing_deps 2024-02-10 09:27:20 +01:00
dodox 6cb32e6203 Merge branch 'master' into fix_pyproject_missing_deps 2024-02-10 09:26:45 +01:00
dodox 8672856e00 Fix: Ensure automatic rendering on .step if render was called initially (new gym spec) 2024-02-10 09:22:06 +01:00
dodox 3be34048b2 Merge branch 'master' into fix_metaworld_rendering 2024-02-10 08:56:06 +01:00
dodox a9617a392e Merge branch 'master' into readthedocs 2024-01-23 18:04:27 +01:00
dodox 4be05440a1 Final?! changes to docs 2024-01-23 17:48:07 +01:00
dodox 59c980e495 Final? touches to the docs 2024-01-23 17:42:39 +01:00
dodox 6d583a36f4 Minor change to phrasing in docs index 2024-01-23 17:35:33 +01:00
dodox d3941f6167 New html docs compiled 2024-01-23 17:33:00 +01:00
dodox ac4b537f87 Docs should always use 'Step-Based' instead of 'Step-based' 2024-01-23 17:32:17 +01:00
dodox a87353ecbe README: Two links were still broken 2024-01-23 17:25:05 +01:00
dodox ba47981efc Fix Links in README Quickstart Guide 2024-01-23 17:24:05 +01:00
dodox ff6f41990f Change info icon in README 2024-01-23 17:22:14 +01:00
dodox 0def834d1b Maybe fix broken box in README? 2024-01-23 17:20:45 +01:00
dodox 4b862185e6 Change .gitignore; push docs/build to GitHub 2024-01-23 17:16:12 +01:00
dodox 91b10cc90a Mimimized README 2024-01-23 17:15:24 +01:00
dodox 5d222ab1ef Remove font dependence from namelogo svg and fix ALR URL 2024-01-23 16:49:17 +01:00
dodox acf7f6421f Removed one last .md hiding in the code part of the repo 2024-01-19 11:00:29 +01:00
dodox 2e60f2487a Removed a bunch of old README.MD files
(documentation should only be in docs, not contained in the code part of the repo)
2024-01-19 10:54:21 +01:00
dodox 4708dba0d3 Monor fixes to docs. 2024-01-19 10:52:30 +01:00
dodox ef7a3b5052 Minor fomration changes 2024-01-19 10:45:25 +01:00
dodox 41f178d6ab Monor tweaks to docs 2024-01-18 22:55:42 +01:00
dodox 9a5c6125e5 Added a Quickstart Guide 2024-01-18 22:46:25 +01:00
dodox 4b631b7177 Tweaked image layout (docs) 2024-01-18 22:23:52 +01:00
dodox f9a23a0e3b Moved gifs for docs around 2024-01-18 22:23:30 +01:00
dodox 15f4257690 Reduced nesting level in envs/fancy/mujoco docs 2024-01-18 18:37:13 +01:00
dodox 2a8845bacf Fixed 'Edit on Github' not working 2024-01-18 18:34:09 +01:00
dodox 4aca2d05e5 Removed ugly white line 2024-01-18 18:33:58 +01:00
dodox 6219b8460e Added a wide logo to the index page 2024-01-18 17:42:14 +01:00
dodox 6081fd73eb Minro tweaks and fixes to Docs 2024-01-18 17:03:56 +01:00
dodox 1aa870f198 Addressed some styling issues with dark theme 2024-01-18 16:54:44 +01:00
dodox 892774665d Automatic Dark Theme for Docs (Reads Device Preference)
Hell yeah!
2024-01-18 16:43:34 +01:00
dodox aa1e44781a More and better internal crosslinking 2024-01-18 16:43:20 +01:00
dodox fcc36ccb17 Link to Gymnasium instead of Gym. Reference Gymnasium docs for vanilla step-based 2024-01-18 14:56:59 +01:00
dodox a7685aaab5 Fix typos 2024-01-18 14:56:45 +01:00
dodox ec6c0c89b4 Complete overview over dmc tasks 2024-01-18 14:51:25 +01:00
dodox 934952a4fa Added desciptive text for AirHockey envs 2024-01-18 12:38:38 +01:00
dodox 4e48da6422 Added short text about Classical Controll envs 2024-01-18 12:38:27 +01:00
dodox 1e55bf13cb Text descriptions of our flagship Mujoco envs 2024-01-18 12:38:01 +01:00
dodox 9a42779027 Fix link in image desc to BoxPushing env 2024-01-18 12:37:34 +01:00
dodox 222683e685 Added imgs for more envs 2024-01-18 12:37:18 +01:00
dodox f3a3c88978 Use checkout@v4 for ensure-release-tagged workflow 2024-01-18 11:05:46 +01:00
dodox 992ee014a3 Ensure all PRs to release to be tagged.
Will be enforced via branch protection.
2024-01-18 11:01:13 +01:00
dodox 3cac0a9258 Remove action to publish to Test-PyPI 2024-01-18 11:00:52 +01:00
dodox b05dcb84c4 Publish to PyPI from release instead of master.
Still require commits to be tagged.
2024-01-18 11:00:10 +01:00
dodox e488854cc1 Shorten README, reference full docs. 2024-01-18 10:20:19 +01:00
dodox dccb4ee1b9 Added open TODOs 2024-01-18 10:04:41 +01:00
dodox a579e5e1d4 Link to BoxPushing from image desc 2024-01-18 10:04:31 +01:00
dodox a0a4952539 Reordered stuff in mujoco.md 2024-01-18 10:04:00 +01:00
dodox 1a2b932802 Fix: The pyproject.toml was missing the new mushroom-rl dependency 2023-12-13 17:29:38 +01:00
dodox 04925035f9 Metaworld did not allow rendering since render_mode was not passed through comparability adapter. 2023-12-13 17:02:52 +01:00
dodox 18c17ff130 Add calls to env.render() to README 2023-12-13 16:08:49 +01:00
dodox d26233f908 Various additions to docs 2023-12-13 15:52:44 +01:00
dodox 73d00ddab3 Updated envs docs 2023-12-13 15:52:09 +01:00
dodox 84881d5dbf Minor changes to examples 2023-12-13 15:50:53 +01:00
dodox 2e76013b46 Updated style.css 2023-12-13 15:50:34 +01:00
dodox ddd0eaf88a Better guide 2023-12-13 15:50:13 +01:00
dodox 57c3d36490 New index.rst, added assests 2023-12-05 18:16:47 +01:00
dodox 4cdff05720 Restructured envs docs 2023-12-05 18:16:26 +01:00
dodox 0b574274df Pull examples into generated docs 2023-12-05 18:15:07 +01:00
dodox 6e84703a15 Added AirHockey env desc (TODO) 2023-12-05 18:14:47 +01:00
dodox 268b74e5bd Create 'Guide' from README 2023-12-05 18:14:12 +01:00
dodox 81dbdc5745 Updated conf.py 2023-12-05 18:13:20 +01:00
dodox 43cfcf5795 Squash past history for readthedocs 2023-12-05 15:47:17 +01:00
dodox 374d72ddde Fix wrong signature for main in examples/examples_movement_primitives.py 2023-11-26 18:52:08 +01:00
dodox d6f42cf755 Merge branch 'master' into better_tests 2023-11-26 18:50:55 +01:00
dodox db842db2b7 Exclude non gym native envs from test for gym builtin envs. 2023-11-26 17:59:08 +01:00
dodox d367ac0c4b Added new test to run all examples 2023-11-26 17:51:26 +01:00
dodox e5bb6f1a88 Restructured examples and fixed bugs 2023-11-26 17:51:09 +01:00
dodox 14b7d1d6c3 Fix small bug in test_black_box.py:test_verbosity 2023-11-26 17:20:33 +01:00
dodox c0e55b3f48 Merge remote-tracking branch 'original/pypi-package' into pypi-package 2023-11-23 21:16:53 +01:00
dodox beaf5df2fc Bring to parity with dev-branch 2023-11-23 21:14:11 +01:00
dodox 13e6a3b53a Merge branch '81_fix_docs_mp' into pypi-package 2023-11-23 20:56:55 +01:00
dodox be320b2d43 Merge branch 'master' into 81_fix_docs_mp 2023-11-23 20:52:07 +01:00
dodox cee8d59107 remove 'mode' from render() for all dummy envs (test suite) 2023-11-21 20:19:47 +01:00
dodox 01d2bf44ba remove 'mode' from render() for all classic_control envs 2023-11-21 20:17:19 +01:00
dodox 74bede4ba3 fixed typo 2023-10-29 17:38:38 +01:00
dodox fae7c887ce Version Increment 2023-10-29 17:29:22 +01:00
dodox 0d3336b8d9 Made check for wether tagged commit is on master more robust 2023-10-29 17:28:45 +01:00
dodox 06e6c64e49 Version increment 2023-10-29 17:23:44 +01:00
dodox 9d1d925179 Require tagged commits to be on master for package to be published 2023-10-29 17:21:13 +01:00
dodox da5592124e Fix issue with trigger 2023-10-29 17:14:58 +01:00
dodox e32f836a3c Version increment 2023-10-29 17:02:12 +01:00
dodox bbd964ed80 Use full URLs for links in README (wont work on PyPI otherwise) 2023-10-29 16:50:02 +01:00
dodox f024613800 Prevent fallback to setup.py when building package 2023-10-29 16:02:10 +01:00
dodox 4a9ea368b8 fix typo in publish-to-test-pypi.yml 2023-10-29 14:39:02 +01:00
dodox 3c7df90810 Ensure we only react to push onto master; disable via if clause 2023-10-29 14:37:30 +01:00
dodox 707ec08808 Disable push to reakl PyPI for initial test 2023-10-29 14:21:08 +01:00
dodox 11a46889d9 Decrement version (we will start with 01.0 on PyPI) 2023-10-29 14:11:47 +01:00
dodox be250bee5e Add action to publish to real PyPI 2023-10-29 14:11:25 +01:00
dodox da042eebd9 Ensure envs are closed 2023-10-29 13:41:06 +01:00
dodox f1d3b5333f Docs: Show usage using new api functionality 2023-10-29 13:25:35 +01:00
dodox 668765b145 Merge branch '78_fix_render_mode' into 81_fix_docs_mp 2023-10-29 13:23:06 +01:00
dodox e5a9aaff0b Fix: Did not correlcty pass render_mode to gym.make (as per new spec) 2023-10-29 12:57:29 +01:00
dodox dc773c6c10 Fixed TableTennisWind and TableTennisGoalSwitching not correctly passing args to parent class 2023-10-29 12:53:06 +01:00
dodox 049e45cb09 Print warning when setup.py is still used. 2023-10-23 14:51:21 +02:00