stable-baselines3/stable_baselines3/td3
Antonin RAFFIN 0fc0dd1b21
Fix off policy features extractor (#198)
* Faster tests

* Fix feature extractor bug + add check

* Add missing check

* Allow TD3 features extractor to be separate

* Add share features extractor option for SAC

* Bug fixes

* Apply suggestions from code review

Co-authored-by: Adam Gleave <adam@gleave.me>

Co-authored-by: Adam Gleave <adam@gleave.me>
2020-10-27 14:24:59 +01:00
..
__init__.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
policies.py Fix off policy features extractor (#198) 2020-10-27 14:24:59 +01:00
td3.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00