stable-baselines3-contrib-sacd/sb3_contrib/common
CppMaster eb48fec638
Maskable eval callback call callback fix (#93)
* call correctly both self.callback_on_new_best and self.callback - similar as in EvalCallback

* MaskableEvalCallback - updated sync_envs_normalization handling

* MaskableEvalCallback - updated sync_envs_normalization handling - test
MaskablePPO - register policies (tests fails otherwise)

* MaskableEvalCallback - updated docstring

* updated changelog.rst

* changes for stable-baselines3==1.6.0

* version range

* suggested changes

* Reformat and update version

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-07-27 19:52:07 +02:00
..
envs PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
maskable Maskable eval callback call callback fix (#93) 2022-07-27 19:52:07 +02:00
recurrent Fixed shared_lstm argument in CNN and MultiInput Policies for RecurrentPPO (#90) 2022-07-26 00:27:17 +02:00
vec_env Upgrade to python 3.7+ syntax (#69) 2022-04-25 13:02:07 +02:00
wrappers Upgrade to python 3.7+ syntax (#69) 2022-04-25 13:02:07 +02:00
__init__.py Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
utils.py Upgrade Gym to 0.21 (#59) 2022-02-22 16:25:43 +01:00