stable-baselines3/stable_baselines3/common
Antonin RAFFIN 39a4f9379a
Escape tensorboard log name (#857)
* escape tensorboard log name

Otherwise utils does not recognize the log.

* Added fix to changelog

* Modifications made by: make commit-checks .

* Revert "Modifications made by: make commit-checks ."

This reverts commit 529a275d9475f85ef031038a8f3565f7301e5371.

* Update changelog and add test

Co-authored-by: James Hirschorn <James.Hirschorn@quantitative-technologies.com>
2022-04-11 21:49:18 +02:00
..
envs Autoformat code with black (new version complains about new things) (#757) 2022-02-04 02:56:06 +02:00
sb2_compat Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
vec_env Fix VecNormalization bug for Dict obs (#768) 2022-02-23 12:33:41 +01:00
__init__.py Update docs (custom policy, type hints) (#167) 2020-09-29 20:41:14 +03:00
atari_wrappers.py Add SUMO-RL as example project in the docs (#257) 2020-12-13 17:15:45 +01:00
base_class.py Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
buffers.py Fix normalization for DictReplayBuffer (#744) 2022-02-23 13:04:57 +01:00
callbacks.py Callback to early stop the training if there is no model improvement after consecutive evaluations (#741) 2022-02-25 11:56:47 +01:00
distributions.py Autoformat code with black (new version complains about new things) (#757) 2022-02-04 02:56:06 +02:00
env_checker.py Improve tests and add check for float32 (#686) 2021-12-09 14:14:33 +02:00
env_util.py Added wrapper_kwargs argument to make_vec_env (#448) 2021-05-23 11:33:34 +02:00
evaluation.py Fix evaluation script for recurrent policies (#678) 2021-11-30 13:49:06 +01:00
logger.py Pin gym version (#782) 2022-02-21 23:12:54 +01:00
monitor.py Add skip option for VecTransposeImage and bug fix in frame stack (#700) 2021-12-23 17:12:49 +02:00
noise.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
off_policy_algorithm.py Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
on_policy_algorithm.py Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
policies.py Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
preprocessing.py Documentation update (#450) 2021-05-23 13:13:11 +02:00
results_plotter.py Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
running_mean_std.py Add copy and combine method to running mean std (#716) 2022-01-06 01:31:04 +02:00
save_util.py Enable force_zip64 (#839) 2022-03-28 10:35:33 +02:00
torch_layers.py Update docstring on MlpExtractor. Resolves #736 (#774) 2022-02-16 01:50:17 +02:00
type_aliases.py Multiprocessing support for off policy algorithms (#439) 2021-12-01 22:30:09 +01:00
utils.py Escape tensorboard log name (#857) 2022-04-11 21:49:18 +02:00