-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gym/common/envs] Enhanced interactive mode. (#348)
* [python/robot] Fix external forces not properly shared with viewer. * [python/viewer] Display freeflyer external forces by default. * [python/viewer] Add getter for camera pose. * [python/viewer] Mix busy loop and timer sleep in precise sleep to release the GIL. * [python/viewer] Add option to not lock camera pose when travelling is enabled using Panda3d. * [python/viewer] Fix interactive loop CPU throttle by adding short sleep in deamon reading stdin. * [python/viewer] Improve viewer refresh efficientcy by only forcing display update whenever necessary. * [python/viewer] Add support of frame index to define relative lookup and camera pose. * [python/viewer] Add repeat capability to 'jiminy_replay' entrypoint. * [gym/common/envs] More versatile interactive loop helper. * [gym/common/envs] Add support of gym.wrappers to 'play_interactive'. Fix simulation not stopped after playing ends. * [gym/common/envs] Add 'pause' key by default to play interactive mode. * [gym/examples/rllib] Provide helper to wrap policy as callable[[observation, reward], action]. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
13 changed files
with
659 additions
and
258 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
Oops, something went wrong.