stable-baselines3/stable_baselines3/common
Roland Gavrilescu 91adefdb4b
Support for MultiBinary / MultiDiscrete spaces (#13)
* multicategorical dist and test

* fixed List annotation

* bernoulli dist and test

* added distributions to preprocessing (needs testing)

* fixed and tested distributions

* added changelog and fixed ppo policy

* minor fix

* dist fixes, added test_spaces

* clean up

* modified changelog

* additional fixes

* minor changelog mod

* hot encoding fix, flake8 clean up

* lint tests

* preprocessing fix

* fixed bernoulli bug

* removed commented prints

* Update changelog.rst

* included suggested modifications

* linting fix

* increased space dim

* Update doc and tests

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-05-18 14:42:13 +02:00
..
vec_env Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
__init__.py More doc + sync VecEnvs + atari 2020-05-07 16:08:23 +02:00
atari_wrappers.py Update doc 2020-05-08 13:09:38 +02:00
base_class.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
bit_flipping_env.py Sync with Stable-Baselines 2020-05-05 16:28:38 +02:00
buffers.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
callbacks.py Documentation update and style fixes (#21) 2020-05-15 13:54:06 +02:00
cmd_util.py Add flake8 linter and Github CI (#19) 2020-05-12 17:55:01 +02:00
distributions.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
env_checker.py Build the doc 2020-05-07 17:35:29 +02:00
evaluation.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
identity_env.py Add flake8 linter and Github CI (#19) 2020-05-12 17:55:01 +02:00
logger.py Cleanup + reformat code 2020-05-08 15:10:46 +02:00
monitor.py Update doc 2020-05-08 13:09:38 +02:00
noise.py Add flake8 linter and Github CI (#19) 2020-05-12 17:55:01 +02:00
policies.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
preprocessing.py Support for MultiBinary / MultiDiscrete spaces (#13) 2020-05-18 14:42:13 +02:00
results_plotter.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
running_mean_std.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
save_util.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
type_aliases.py Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
utils.py Sync identity envs 2020-05-05 16:52:22 +02:00