stable-baselines3/stable_baselines3/common
Antonin RAFFIN 52c29dc497
Fix evaluation script for recurrent policies (#678)
* Fix evaluation script for RNN

* Add error message

* Revert "Add error message"

This reverts commit 8d69b6cf4de2cd13aecfb425bd3145fad6a6c49a.

* Fix for pytype

* Rename mask to `episode_start`

* Fix type hint

* Fix type hints

* Remove confusing part of sentence

Co-authored-by: Anssi <kaneran21@hotmail.com>
2021-11-30 13:49:06 +01:00
..
envs Add method predict_values for ActorCriticPolicy (#569) 2021-09-15 14:03:04 +02:00
sb2_compat Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
vec_env Update GAE computation docstring (#655) 2021-11-25 10:53:42 +01:00
__init__.py
atari_wrappers.py Add SUMO-RL as example project in the docs (#257) 2020-12-13 17:15:45 +01:00
base_class.py Fix evaluation script for recurrent policies (#678) 2021-11-30 13:49:06 +01:00
buffers.py Update GAE computation docstring (#655) 2021-11-25 10:53:42 +01:00
callbacks.py Use consistent logging keys (#605) 2021-10-12 13:17:30 +02:00
distributions.py KL Divergence Helper Function (#431) 2021-05-20 19:01:07 +02:00
env_checker.py Dictionary Observations (#243) 2021-05-11 12:29:30 +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 Fix logger setup (#469) 2021-06-14 15:17:48 +02:00
monitor.py Fix type annotations (#522) 2021-07-29 13:02:09 +02:00
noise.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
off_policy_algorithm.py Adjust FPS calculation to accommodate for reset_num_timesteps=False (#636) 2021-10-31 18:19:03 +01:00
on_policy_algorithm.py Add timeout handling for on-policy algorithms (#658) 2021-11-16 17:19:16 +01:00
policies.py Fix evaluation script for recurrent policies (#678) 2021-11-30 13:49:06 +01: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
save_util.py System info helper (#613) 2021-10-18 10:43:56 +02:00
torch_layers.py Remove sde_net_arch + Simplify policy (#584) 2021-09-28 22:32:54 +03:00
type_aliases.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
utils.py System info helper (#613) 2021-10-18 10:43:56 +02:00