stable-baselines3/stable_baselines3/td3
Antonin RAFFIN 2599f04940
Add custom arch for off-policy actor/critic networks (#182)
* Add custom arch for off-policy actor/critic networks

* Fix type hints

* Address comments

* Make sure number of updated parameters match in polyak

* Add zip_strict for strict-length zipping

* Fix building docs

* Add test for zip strict

* Faster tests

Co-authored-by: Anssi "Miffyli" Kanervisto <kaneran21@hotmail.com>
2020-10-13 12:01:33 +02:00
..
__init__.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
policies.py Add custom arch for off-policy actor/critic networks (#182) 2020-10-13 12:01:33 +02:00
td3.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00