-
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.
* [core] Allow arbitrary larger controller update period. * [core] Fix deprecation and unused variable warnings. * [core] Improve error reporting by printing fully qualified function name without arguments. * [core] Remove irrelevant virtual keywords. * [core] Use randomPermutationPeriod=0 to disable random permutation of 'PGSSolver' iterative solver, instead of 'isfinite', which is ill-defined for integers. * [core] Do NOT shuffle first iteration cycle of 'PGSolver', and initialize indices in reverse order to make convergence (hopefully) faster. * [core] Enable implicit conversion warnings. * [core] More consistent coding style. * [core] Avoid static_cast if possible and use safer conversion if possible. * [core] Remove all C-style cast and enable warning to disallow them. * [core] Replace (u)int32_t by std::size_t/ptrdiff_t when appropriate for clarity and portability. * [core] Fix visco-elastic coupling forces. * [core] Remove all dependencies to jsoncpp in core headers. * [core/python] Add fallback to completary unsigned/signed type for integers for 'convertFromPython'. * [gym/common/envs] Refresh action space before observation space since action could be part of observation but not conversely. * [gym/common/wrappers] Relax argument type of 'FilteredFrameStack' for convenience. * [gym/common/wrappers] Rename 'FilterFrameStack' in 'FilteredFrameStack' for clarity. * [gym/examples] Automatically monitor env step 'info' on Tensorboard's histograms when using RLlib backend. * [gym/examples] Only log data in Tensorboard format when RLlib is used, to dramatically reduce log folder size. * [misc] Minor update of easy install dependencies. * [misc] RLlib 'evaluate' helper method now returns agregated info over episode. * [misc] Relax Ubuntu version check for easy install script since it should work on any release in practice. * [misc] Do NOT install robotpkg-urdfdom binaries since 'liburdom-dev' is already installed by other easy-install dependencies. * [misc] More robust Python library finding in provided CMake configuration file. * [misc] Check compatibility with required jiminy version if any in provided CMake configuration file. * [misc] Detect Numpy headers in provided CMake configuration file. * [misc] Add missing boost definitions in CMake configuration file.
- Loading branch information
Showing
88 changed files
with
1,096 additions
and
984 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
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 was deleted.
Oops, something went wrong.
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
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
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.