stable-baselines3/torchy_baselines/common
2020-04-22 13:14:22 +02:00
..
vec_env Bug fixes at loading and predict time 2020-04-21 21:06:07 +02:00
__init__.py Init: TD3 2019-09-05 17:29:41 +02:00
base_class.py Revert "Filter out features extractor weights" 2020-04-22 10:56:33 +02:00
buffers.py Add check for image space 2020-03-20 11:20:57 +01:00
callbacks.py Fix event callback 2020-03-12 13:24:11 +01:00
distributions.py Renaming (everything plural) for consistency 2020-03-31 18:13:03 +02:00
evaluation.py Add support for Discrete observation spaces 2020-03-25 16:42:05 +01:00
identity_env.py Start CNN support (failing for SAC) 2020-04-21 16:22:46 +02:00
logger.py Convert format to f-strings 2020-01-22 16:39:25 +01:00
monitor.py Reformat 2020-03-12 11:12:10 +01:00
noise.py Code cleanup: rename lr to lr_schedule + typing 2020-03-16 14:01:32 +01:00
policies.py Cleanup, bug fixes + more tests 2020-04-22 13:14:22 +02:00
preprocessing.py Add CNN support for TD3 2020-04-22 11:05:46 +02:00
results_plotter.py Update plotter 2020-03-16 12:04:57 +01:00
running_mean_std.py Code cleanup: rename lr to lr_schedule + typing 2020-03-16 14:01:32 +01:00
save_util.py Add proper preprocessing 2020-03-23 17:15:30 +01:00
type_aliases.py Fixed `reset_num_timesteps` behavior 2020-04-17 12:36:27 +02:00
utils.py Add get_device util and fix squash_output 2020-04-20 15:43:11 +02:00