stable-baselines3/stable_baselines3
Sidney Tio 489b1fdaf2
Add the argument dtype (default to float32) to the noise (#1301)
* Fixed noise to return float32

* Updated changelog

* Fixed test to use numpy arrays instead of python floats

* Sorted imports for tests

* Added dtype to constructor

* Removed dtype parameter for VectorizedActionNoise

* __init__ -> None; Capitalize and period in docstring when needed; fix dtype type hint; dtype in docstring

* fix dtype type hint

* Update version

* Clarify changelog [skip ci]

* empty commit to run ci

* Update docs/misc/changelog.rst

---------

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2023-02-07 13:42:14 +01:00
..
a2c Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
common Add the argument dtype (default to float32) to the noise (#1301) 2023-02-07 13:42:14 +01:00
ddpg Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
dqn Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
her Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
ppo Ensure train/n_updates metric accounts for early stopping of training loop (#1311) 2023-02-06 15:48:41 +01:00
sac Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
td3 Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
__init__.py Update version (#1220) 2022-12-19 13:53:00 +01:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00