stable-baselines3/stable_baselines3
M. Ernestus c74509ae9d
Add callable signatures to type annotations. (#215)
* Add callback signature to the learning rate type annotations.

* Add callback signature to the learning rate schedule type annotations.

* Add missing type annotations for learning rate callbacks.

* Add signature to old-style learning and evaluation callbacks.

* Add signature to env wrapper callback.

* Add type annotation to closure function.

* Use MaybeCallback more consistently.

* Update changelog.

* Remove now unused List import.

* Fix import order.

* Add type alias for learning rate schedules.

* Optimize imports.

* Fix messed up import.

* Remove resolved TODO.

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-11-15 17:50:28 +01:00
..
a2c Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
common Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
ddpg Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
dqn Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
her Implement HER (#120) 2020-10-22 11:56:43 +02:00
ppo Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
sac Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
td3 Add callable signatures to type annotations. (#215) 2020-11-15 17:50:28 +01:00
__init__.py Implement HER (#120) 2020-10-22 11:56:43 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add more issue templates (#211) 2020-11-02 10:43:25 +01:00