stable-baselines3/stable_baselines3/common/envs
Nicholas Goldowsky-Dill 1cd6ae42d5
Fix reward of SimpleMultiObsEnv to always be float (#1676)
* Fix reward of SimpleMultiObsEnv to always be float

Previously the reward was sometimes returned as an int.

* changelog

* Update changelog.rst

* Update version.txt

* Fix type annotation

* Fix import

---------

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2023-09-16 08:56:04 +02:00
..
__init__.py Exposed modules in __init__.py with __all__ (#1195) 2022-11-29 23:33:46 +01:00
bit_flipping_env.py Improve issue templates to provide more guidance (#1563) 2023-06-19 17:42:19 +02:00
identity_env.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
multi_input_envs.py Fix reward of SimpleMultiObsEnv to always be float (#1676) 2023-09-16 08:56:04 +02:00