stable-baselines3/stable_baselines3/ddpg
Juan Rocamonde 432b3f876d
Fix return type for load, learn in BaseAlgorithm (#1043)
* Fix return type for load, learn in BaseAlgorithm

* Update changelog

* Add typing extensions to dependencies

* Import directly from typing for python >3.11

* Reorder changelog to reflect merge order

* Roll back to typevar solution

* Updated changelog

* Remove typing extensions requirement

* Update base_class.py

* Remove final point in changelog

* Additional type fixes across project

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2022-09-26 12:13:56 +02:00
..
__init__.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
ddpg.py Fix return type for load, learn in BaseAlgorithm (#1043) 2022-09-26 12:13:56 +02:00
policies.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00