Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gym/zoo] Various speed-up. Improve robustness of PGS contact solver to poor conditioning. #770

Merged
merged 7 commits into from
Apr 23, 2024

Conversation

duburcqa
Copy link
Owner

@duburcqa duburcqa commented Apr 20, 2024

  • [core] Solve joint bounds constraints after contacts to improve convergence.
  • [core] More robust serialization/deserialization from log.
  • [python/simulator] 'plot' now support multi-robot simulations.
  • [gym/common] Speedup 'integrate_zoh' by replacing masked vectorization for explicit loop.
  • [gym/common] More generic 'FilterObservation', 'StackedJiminyEnv' wrappers.
  • [gym/common] Significantly speedup 'StackedJiminyEnv' wrapper.
  • [gym/zoo] Refactor and speedup Ant, Cartpole and Acrobot environments.
  • [misc] Fix partially broken 'mypy' static type checking for 'jiminy_py' module.

Fixes #772

@duburcqa duburcqa force-pushed the misc branch 2 times, most recently from 294f1e2 to 5530fa7 Compare April 22, 2024 15:08
@duburcqa duburcqa merged commit daeb266 into dev Apr 23, 2024
31 of 32 checks passed
@duburcqa duburcqa mentioned this pull request Apr 28, 2024
duburcqa added a commit that referenced this pull request Apr 28, 2024
* [core] Full support of serialization of 'Robot'. (#770) (#775) 
* [core] Do NOT use 'enable_shared_from_this' if not strictly necessary. (#775) 
* [core] Rename macro 'PRINT_WARNING' in 'JIMINY_WARNING' to avoid conflicts. (#775) 
* [python/simulator] 'plot' now support multi-robot simulations. (#770)
* [gym/common] Speedup 'PDController' env pipeline block. (#770)
* [gym/common] Speedup 'StackedJiminyEnv' wrapper. (#770)
* [gym/common] More generic 'FilterObservation', 'StackedJiminyEnv' wrappers.  (#770) (#776)
* [gym/common] Improve 'render_mode' support.
* [gym/zoo] Cleanup and speedup toy model environments. (#770)
* [gym/rllib] Fix multi-GPU support using custom PPO (#774)
* [gym/rllib] Fix 'train' method typing and documentation. (#775) 
* [misc] Fix partially broken 'mypy' static type checking for 'jiminy_py' module. (#770)
* [misc] Add RL tutorial notebook.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gym_jiminy] BaseJiminyEnv doesn't support single-robot simulators with a robot name different from ""
1 participant