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

Jiminy 1.7.7 #486

Merged
merged 13 commits into from
Mar 2, 2022
Merged

Jiminy 1.7.7 #486

merged 13 commits into from
Mar 2, 2022

Conversation

duburcqa
Copy link
Owner

@duburcqa duburcqa commented Mar 1, 2022

* [core] Always regenerate original flexible model at reset to allow manual overwrite of rigid original model. (#475)
* [core] Fix segfault when adding unspecified constraint. (#476)
* [core] Fix 'buildReducedModel' for pinocchio < 2.6.0. (#477)
* [core] Fix segfault when initializing engine with null robot. (#477)
* [python/viewer] Fallback to generic direct connection through ipykernel for Meshcat (VSCode, Jupyterlab). (#479)
* [python/viewer] More robust comm filtering for executing meshcat related requests out of order. (#479)
* [python/viewer] Fix connection to existing meshcat process. (#479)
* [python/viewer] Speed up frame capture and reduce CPU load in offscreen mode for panda3d backend. (#481)
* [python/viewer] Drop support of 'gepetto-gui' backend. (#482)
* [python/viewer] Fix random segfault at exit for synchronous panda3d backend. (#484)
* [gym/common] Enable to provide custom robot to 'WalkerJiminyEnv'. (#477)
* [gym/rllib] Refactor PPO implementation to support 'ray>=1.10.0'. (#474) (#485)
* [gym/rllib] PPO supports dict and box spaces for observation/action. (#474)
* [gym/rllib] PPO L2 reg only on train params. (#485)
* [misc] Use Ctest for managing C++ unit tests. (#475)

duburcqa and others added 13 commits December 10, 2021 23:11
)

* [core] Use 'setZero' instead of assignment whether it is possible. (#472)
* [core] Set 'contraint.lambda_' to zero when disabling constraint. (#472)

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
…ossible. (#473)

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [gym/rllib] Refactor extended PPO implementation to support 'ray>=1.9.0'. (#474)
* [gym/rllib] Extend PPO implementation now supports dict and box spaces for observation/action.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Always regenerate original flexible model at reset to allow manual overwrite of rigid original model.
* [misc] Use Ctest for managing C++ unit tests.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Various minor improvements.
* [core] Fix segfault when adding unspecified constraint.
* [misc] Fix type checker issue.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Fix 'buildReducedModel' for pinocchio < 2.6.0.
* [core] Fix segfault when initializing engine with null robot.
* [gym/common] Enable to provide custom robot to 'WalkerJiminyEnv'.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [python/viewer] Fallback to generic direct connection through ipykernel for Meshcat (VSCode, Jupyterlab).
* [python/viewer] More robust comm filtering for executing meshcat related requests out of order
* [python/viewer] Fix connection to existing meshcat process.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
…anda3d backend. (#481)

* [python/common] 'scipy>=1.80' is not supported because _Qhull is not exposed.
* [python/viewer] Speed up frame capture and reduce CPU load in offscreen mode for panda3d backend.
* [python/viewer] Use new high precision timer-based sleep function for Python>=3.11.
* [gym/common] Refactor space utilities to ease gym patch removal at next release.
* [gym/common] gym>=0.22.0 is not supported because of GoalEnv removal and drop of Python 3.6.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
…ackend. (#484)

* [python/viewer] Fix random segfault at exit for synchronous panda3d backend.
* [python/viewer] Cleanup viewer closing logic.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
[gym/rllib] PPO L2 reg only on train params. (#485)
[gym/rllib] Add support of ray rllib 1.10.0. PPO L2 reg only on train params. (#485)

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
@duburcqa duburcqa merged commit a1e571b into master Mar 2, 2022
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.

1 participant