stable-baselines3/stable_baselines3/common
Antonin RAFFIN b8b2d30a83
Add has_attr for VecEnv (#2077)
* Add `has_attr` for `VecEnv`

* Add special case for gymnasium<1.0

* Update changelog.rst

* Update black version
2025-02-03 10:43:56 +01:00
..
envs Adding FRASA to the projects page (#2059) 2024-12-17 14:53:07 +01:00
sb2_compat
vec_env Add has_attr for VecEnv (#2077) 2025-02-03 10:43:56 +01:00
__init__.py
atari_wrappers.py
base_class.py
buffers.py
callbacks.py Adding FRASA to the projects page (#2059) 2024-12-17 14:53:07 +01:00
distributions.py
env_checker.py Doc update: custom envs, IsaacLab, Brax and dm_control (#2072) 2025-01-26 11:42:57 +01:00
env_util.py
evaluation.py
logger.py
monitor.py
noise.py
off_policy_algorithm.py Adding FRASA to the projects page (#2059) 2024-12-17 14:53:07 +01:00
on_policy_algorithm.py
policies.py
preprocessing.py
results_plotter.py
running_mean_std.py
save_util.py Fix mypy error (#2067) 2025-01-07 11:57:54 +01:00
torch_layers.py
type_aliases.py
utils.py