-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversation
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
Owner
duburcqa
commented
Sep 5, 2021
•
edited
Loading
edited
- [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.
* [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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.