stable-baselines3/stable_baselines3
Grégoire Passault 254bb10c42
Replacing the policy registry with policy "aliases" (#842)
* Replacing the policy registry with policy "aliases"

* Fixing import order and SAC

* Changing arg. order to be sure policy_aliases is a kwarg

* Import orders

* Removing pytype error check

* Reformat

* Fix alias import

* Not using mutable {} as default for policy_aliases

* Empty aliases initialization

* Using static attributes for policy_aliases

* Fixing isort

* Fixing back bad merge

* Running isort

* Fixing aliases for A2C and PPO

* Using f-string

* Moving policy_aliases definition position

* Adding change in the changelog

* Update version

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-04-08 21:21:53 +02:00
..
a2c Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
common Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
ddpg System info helper (#613) 2021-10-18 10:43:56 +02:00
dqn Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
her None as default value for env in HerReplayBuffer.sample + DQN batch size typing fix (#790) 2022-02-24 15:51:01 +01:00
ppo Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
sac Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
td3 Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00
__init__.py System info helper (#613) 2021-10-18 10:43:56 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Replacing the policy registry with policy "aliases" (#842) 2022-04-08 21:21:53 +02:00