stable-baselines3/stable_baselines3
rk37 bd2aae0c27
Fix ortho init when bias=False with custom policy (#126)
* Update policies.py

fix AttributeError occurred when use "bias=False" linear layer in custom FeaturesExtractor #124

* Update changelog.rst

 update the changelog accordingly

* Update changelog.rst

Co-authored-by: Kong Lingchao <konglingchao@gmail.com>
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-07-25 22:35:48 +02:00
..
a2c Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
common Fix ortho init when bias=False with custom policy (#126) 2020-07-25 22:35:48 +02:00
ddpg Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
dqn Optimized polyak updates (#106) 2020-07-17 15:53:28 +02:00
ppo Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
sac Optimized polyak updates (#106) 2020-07-17 15:53:28 +02:00
td3 Optimized polyak updates (#106) 2020-07-17 15:53:28 +02:00
__init__.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Optimized polyak updates (#106) 2020-07-17 15:53:28 +02:00