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

[python/viewer] Fix meshcat backend. #408

Merged
merged 8 commits into from
Sep 5, 2021
Merged

[python/viewer] Fix meshcat backend. #408

merged 8 commits into from
Sep 5, 2021

Conversation

duburcqa
Copy link
Owner

@duburcqa duburcqa commented Sep 5, 2021

  • [core] Shuffle constraint solver iterations iif necessary, no matter if constraint set changes.
  • [core] Move contact point at the interface with the ground for impulse model. ( [core] Move contact points with the ground at the interface for impulse model. #404)
  • [core/python] Fix bindings signature of some controller's method.
  • [python/plot] Fix missing grid for single plot tabs.
  • [python/viewer] Fix viewer compatibility with meshcat>=0.3.1.
  • [python/viewer] Increase meshcat recorder timeout.
  • [python/viewer] Fix meshcat viewer 'has_gui' method.
  • [python/viewer] Fix meshcat notebook viewer.
  • [python/viewer] Properly close opening viewer if raises exception at init.
  • [python/viewer] Add height map rendering capability to Panda3d backend.
  • [python/viewer] Add support of jupyterlab and vscode notebooks locally using Meshcat backend.
  • [gym/common] Check that simulation data is available before plotting.
  • [gym/common] Fix 'play_interactive' not disabling 'is_training' flag.
  • [gym/common] Add flag to 'play_interactive' to ignore 'is_done' state.
  • [gym/rllib] Support obs normalization for PPO spatial regularization.
  • [gym/rllib] Raise clear exception if observation space is not dict in PPO.
  • [gym/rllib] Replace L2-norm temporal smoothness regularization by L1-norm.
  • [gym/rllib] Fix L2 reg not backpropagating gradient.
  • [gym/rllib] Scale spatial loss by observation distance.
  • [misc] Fix CI dependency install.
  • [misc] Relax ray version requirement.

duburcqa and others added 8 commits August 19, 2021 14:45
* [gym/rllib] Support obs normalization for PPO spatial regularization.
* [gym/rllib] Fix L2 reg not backpropagating gradient.
* [gym/rllib] Scale spatial loss by observation distance.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Minor cleanup.
* [python/viewer] Properly close opening viewer if raises exception at init.
* [gym/common] Check that simulation data is available before plotting.
* [gym/common] Fix 'play_interactive' not disabling 'is_training' flag.
* [gym/rllib] Add spatial regularization scheduling.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [core] Shuffle constraint solver iterations iif necessary, no matter if constraint set changes.
* [core/python] Fix bindings signature of some controller's method.
* [python/viewer] Add height map rendering capability to Panda3d backend.
* [python/plot] Fix missing grid for single plot tabs.
* [python/viewer] Fix viewer compatibility with meshcat>=0.3.1.
* [python/viewer] Increase meshcat recorder timeout.
* [gym/common] Add flag to 'play_interactive' to ignore 'is_done' state.
* [gym/rllib] Replace L2-norm temporal smoothness regularization by L1-norm.
* [gym/rllib] Remove regularization scheduling because irrelevant.
* [misc] Fix CI dependency install.
* [misc] Fix unit test gym.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
* [python/viewer] Fix meshcat interactive cell display.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
…e model. (#404)

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

* [python/viewer] Fix meshcat viewer 'has_gui' method. 
* [python/viewer] Add support of jupyterlab and vscode notebooks locally.
* [gym/rllib] Relax ray version requirement.

Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
@duburcqa duburcqa enabled auto-merge (squash) September 5, 2021 11:02
@duburcqa duburcqa merged commit b5b9b70 into master Sep 5, 2021
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