stable-baselines3/stable_baselines3
Anssi 9855486488
Get/set parameters and review of saving and loading (#138)
* Update comments and docstrings

* Rename get_torch_variables to private and update docs

* Clarify documentation on data, params and tensors

* Make excluded_save_params private and update docs

* Update get_torch_variable_names to get_torch_save_params for description

* Simplify saving code and update docs on params vs tensors

* Rename saved item tensors to pytorch_variables for clarity

* Reformat

* Fix a typo

* Add get/set_parameters, update tests accordingly

* Use f-strings for formatting

* Fix load docstring

* Reorganize functions in BaseClass

* Update changelog

* Add library version to the stored models

* Actually run isort this time

* Fix flake8 complaints and also fix testing code

* Fix isort

* ...and black

* Fix set_random_seed

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2020-09-24 14:28:27 +02:00
..
a2c Match performance with stable-baselines (discrete case) (#110) 2020-08-03 22:22:51 +02:00
common Get/set parameters and review of saving and loading (#138) 2020-09-24 14:28:27 +02:00
ddpg Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
dqn Get/set parameters and review of saving and loading (#138) 2020-09-24 14:28:27 +02:00
ppo Fix PPO logging of clip_fractions (#150) 2020-09-01 09:52:31 +02:00
sac Get/set parameters and review of saving and loading (#138) 2020-09-24 14:28:27 +02:00
td3 Get/set parameters and review of saving and loading (#138) 2020-09-24 14:28:27 +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 Remove "device" argument from policies (#141) 2020-08-23 13:27:52 +02:00