stable-baselines3/stable_baselines3
Stelios Tymvios 78e8d405d7
Implemented Vectorized Action Noise (#34)
* Implemented Vectorized Action Noise

Vectorized Action Noise allows for multiple instances of
ActionNoiseProcesses to run in parallel. This makes it easier to
run TD3/SAC/DDPG with VecEnv.

* fixed linting issues

* make test function name consistent

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* sanity checks and more detailed test

* Update stable_baselines3/common/noise.py

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* Added assertion error message in noises setter

* Corrected tests to reflect change to AssertionError from ValueError

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-05-27 09:53:01 +02:00
..
a2c Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
common Implemented Vectorized Action Noise (#34) 2020-05-27 09:53:01 +02:00
ppo Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
sac Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
td3 Cleanup + reformat code 2020-05-08 15:10:46 +02:00
__init__.py More doc + sync VecEnvs + atari 2020-05-07 16:08:23 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Fix sde_sample_freq for SAC (#32) 2020-05-24 16:44:44 +02:00