Commit Graph

126 Commits

Author SHA1 Message Date
4a19cd8270 Fix: Missed rename Markovian -> Markov in import 2024-03-20 11:10:53 +01:00
a33640abf6 Merge branch 'master' into bruce_port_envs 2024-03-20 11:06:30 +01:00
9960201cb6 Rename new envs (shorten Markovian to Markov) 2024-03-20 11:04:16 +01:00
1936f8bf98 Merge branch 'master' into bruce_port_envs 2024-02-10 15:34:05 +01:00
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
e8fb90f1ae Implement automatic rendering to all fancy envs (implementuing new gym spec regarding rendering) 2024-02-10 14:03:20 +01:00
ad2f20a557 Add MP-Wrapper for new TT variants with random init robot position 2024-02-10 11:28:17 +01:00
642bf8761f Fix: BP was not returning new infos (smoothness metrics) 2024-02-02 17:00:23 +01:00
c9ea8cb167 BugFix: Missing new get_initial_robot_state method in TT 2024-01-28 12:56:53 +01:00
3bc0a23ec2 BugFix: DId not pass kwargs down in new TT envs 2024-01-28 12:54:49 +01:00
db8221ebb2 Fix: Accidentally removed delay_bound & tau_bound from TT_utils 2024-01-28 12:45:50 +01:00
9fce6fff42 Ported new HopperJump Rew to master 2024-01-28 12:32:52 +01:00
1372a596b5 Ported Markovian Version of TableTennis to master 2024-01-28 12:29:43 +01:00
6b59a354d7 Added new smoothness metric to BP 2024-01-28 12:16:15 +01:00
a9617a392e Merge branch 'master' into readthedocs 2024-01-23 18:04:27 +01:00
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
4708dba0d3 Monor fixes to docs. 2024-01-19 10:52:30 +01:00
Onur
aa652e3610
Merge pull request #87 from kayendns/airhockey-off-screen-rendering
Implemented render_mode 'rgb_array' for AirHockeyEnv
2023-12-22 10:09:28 +01:00
Mustafa Enes Batur
86abbe0d97 Pass noise as parameter 2023-12-06 19:47:00 +01:00
Mustafa Enes Batur
fde5e33be6 Add noise 2023-12-03 22:37:08 +01:00
Dominik Roth
aeecf65f02
Ensure MujocoViewer opens on .render() for render_mode human 2023-11-27 13:18:41 +01:00
Mustafa Enes Batur
6afb5880db Implement AirHocKIT 2023 environments 2023-11-26 22:35:39 +01:00
Kayen
0b4e729a49
incorporated human render_mode gym spec + optimized keyword arguments 2023-11-26 21:50:11 +01:00
Kayen
deaca46d87
added rgb_array render mode for off-screen rendering 2023-11-25 23:34:24 +01:00
Hongyi Zhou
216a6f215d
Merge pull request #83 from ALRhub/78_fix_render_mode
Fix render_mode not working for many fancy envs
2023-11-22 11:41:13 +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
079225cd1b Raise exception on invalid env_mode 2023-11-19 22:55:13 +01:00
Mustafa Enes Batur
7a05c063b7 Add license 2023-11-19 22:46:49 +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
dc773c6c10 Fixed TableTennisWind and TableTennisGoalSwitching not correctly passing args to parent class 2023-10-29 12:53:06 +01:00
f7a493d8e5 Mujoco envs: Follow new spec for render_mode 2023-10-23 12:27:13 +02:00
e55905a824 Improved and Updated README for custom mujoco envs 2023-09-29 20:39:11 +02:00
659a717fbd Removed old files 2023-09-18 19:31:17 +02:00
5488ca6dda Fixed merge error 2023-09-18 19:17:43 +02:00
60a820456c Merge remote-tracking branch 'original/master' into great_refactor 2023-09-18 19:09:03 +02:00
513bf2361e Fix: Deprecated beerpong env still referenced old mujoco binding 2023-09-18 18:37:19 +02:00
da34db22c8 Fix: mp_config missing for BoxPushing ProDMP 2023-09-17 17:31:41 +02:00
0629d1260c Ensure mp_config defined for all envs, even if just using defaults. 2023-09-17 17:29:26 +02:00
hongyi.zhou
832102da59 use self.np_random for all the Quadrant 2023-09-06 12:56:43 +02:00
hongyi.zhou
886e1368c1 add random init flag to all box pushing env 2023-09-05 10:04:30 +02:00
hongyi.zhou
025d83e2d3 add random init options to box pushing 2023-09-05 10:03:27 +02:00
9fd6b7281b Updates the custom fancy envs to the versions used for the MP3 paper.
(According to Hongyi only BoxPushing changed between current master and MP3 version)
2023-09-05 09:59:02 +02:00
07aeb779a7 Fix: Some fancy envs failed determinism test because they sampled during reset before the random gen was seeded 2023-08-28 18:16:16 +02:00
2c0c4e5508 Fix Typo: alpha_phase belongs to phase_gen not basis_gen 2023-08-28 17:37:03 +02:00
9ba3fa9dbc ported mp_config for mujoco/table_tennis 2023-07-23 10:25:01 +02:00