-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (temp) make mamujoco requirement mandatory * MaMuJoCo Doc update * add ant2x4 image * `MaMuJoCo` DOC Update (adding action space PICs) * more pics * typo fix * typo fixes * fix `shinx` warning * `MaMuJoCo` DOC update * minor formating changes * add `kwargs` * add `mujuco-v5` (init) * `pre-commit` * add hopper_v5 * add walker2d * add Half Cheetah * typo fix * add pusher * add swimmer * pre-commit * typo fix * `xml_file` arg fixes * added `InvertedPendulum-v5` * cleanup * rename * fix camera on new models * add inv_double_pend * fix `humanoid` `info` * `humanoid` add include obs arguments * update reacher DOC * update obs shape (humanoid) * `Ant` cleanup and fix `info` * update `Ant` doc * re-add to humanoid `contact_cost` * fix obs shape * inv_double_pend update doc * Ant doc update * reacher add changelogg * `xml_file` doc fix for hopper and walker * update humanoid doc * Ant obs doc fix * add `__credits__` * `pre-commit` * doc update * doc args cleanup * fix pusher changelogs * `reacher` & `pusher` add xml_file argument * fix typos in `humanoid` * rename obs args * ant add `include_cfrc_ext_in_observation` * register new envs * fix register * typo fix * fix humanoid pickle * fix humanoid pickle (for real this time) * add `reset_noise_scale` to double_pend * add new inv_double_pend args * inv_double_pend re_order ez pickle init to the start * add humanoidstandup * update humanoid standup `info` * `pre-commit` * cleanup * hopper add `info` "z_distance_from_origin" * fix * add `frame_skip` argument * add tendon `info` * fix exclude refactor * update doc * update obs creation * typo fix * cleanup * fixed humanoid arguments docs * add dynamic obs_size calculation * add `metadata["observation_structure"]` * cartpole add args * typo fix * added `reacher`&`pusher` reward weights * cleanup * cleanup * cleanup * `pre-commit` * add `default_camera_config` argunment * fix `ant/humanoid` `info["x/y_position"]` * `ant` add `forward_reward_weight` * ant doc * `ant` cleaned up xy pos aquasition * added `main_body` * fix `healthy_reward` * pre-commit * fix ant velocity * dict * update renderer * add `walker2d` `info[z_distance_from_origon]` * add `reset_info` * refactored observation structures to a member variable * cleanup observation_structure * Final? documention update * cleanup * fix distance_from_origin info * pre-commit * Update maze_v4.py * cleanup * cleanup * clean * cleaup local/global cat generation * remove `osbk._observation_structure` * type hint adition * doc typo fix * more to `gymnasium/mujoco-v5` * disable const 0 observation (`Ant`&`Humanoid`) * port to v5 (missed one) * `dummy_node`, when `factorizatoion=None` now includes action_id * update `map_global_state_to_local_observations` for `v5` * fix `Walker2d` globals from `[root_x, root_x, root_z]` to `[root_x, root_z, root_y]` * add `ignore_body_fn` in `build_obs` * enchance observation mapping * fix map_obs_local2global error msg * remove `ManySegment` classes * rename to `v1` * update docstrings * cleanup * add support for loading custom envs * cleanup * cleanup * fixed temp assets not being removed * fix stupid bug * update manysegswimmer timestep to match swimmer * update swimmer to support `mujoco>=3.0.0` * change manysegmentant timestep * add test for many segment swimmer * expand testing to include different obs types * add a comment * factorization and cleanup * `gymnasium==1.0.0` compatibility * `gymnasium==1.0.0` API * updated documention * update single * make `jinja2` optional and cleanup * add multiswimmer doc * Update pyproject.tom * Update pyproject.toml * Update __init__.py * Update __init__.py * `pre-commit` * Update index.md * Update many_segment_swimmer.py * Update many_segment_ant.py * Update ma_ant.md * Update ma_coupled_half_cheetah.md * Update ma_half_cheetah.md * Update ma_hopper.md * Update ma_humanoid.md * Update ma_humanoid_standup.md * Update ma_multiagentswimmer.md * Update ma_pusher.md * Update ma_reacher.md * Update ma_single.md * Update ma_swimmer.md * Update ma_walker2d.md * Update README.md
- Loading branch information
1 parent
12a336a
commit 8606192
Showing
25 changed files
with
674 additions
and
708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.