-
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.
[all] Fix reproducibility and performance comparation issues. (#399)
* [core] Fix log buffer not refreshed after calling 'stop', making last datapoint not accessible. (#396) * [python/robot] Fix non-reproducible simulation results. * [jiminy_py/simulator] Fix running simulation not stopped before updating seed. * [python/simulator] Fix unexpected error if 'replay' is called without data. * [gym/common] Do not set the seed by default in '_setup' method. * [gym/common] Add train and eval modes to allow specific evaluation behaviors. * [gym/common] Rename '_is_training' in 'is_training'. Fix 'is_training' False by default. (#397) * [gym/common] 'seed' method now return the actual sequence of seeds instead of only the first one. * [gym/common] Remove useless conversion of iterator to list. * [gym/common] Do not cast automatically the action space to float32. (#400) * [gym/common] Ensure internal '_action' buffer dtype float64. (#400) * [gym/toolbox] Add 'quat_to_yaw_cos_sin' math helper. * [gym/rllib] Add l2 regulization loss to PPO. * [gym/rllib] Use noisy samples instead of the true ones to compute global smoothness. * [gym/rllib] Make sure the validation is always the same to make it easier to benchmark performance. * [gym/rllib] Enable to evaluate policy on multiple trials and report statistics. Export data from best trial only. * [gym/rllib] Relax ray dependency version requirement. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
14 changed files
with
212 additions
and
88 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 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.