stable-baselines3/docs/guide
M. Ernestus 0c50d75ecb
TD3 Code review (#245)
* Removed unneeded overrides of feature_extractor and normalize_images in the TD3 Actor.

* Add learning rate schedule example (#248)

* Add learning rate schedule example

* Update docs/guide/examples.rst

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

* Address comments

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

* Add supported action spaces checks (#254)

* Add supported action spaces checks

* Address comment

* Use `pass` in an abstractmethod instead of deleting the arguments.

* Remove the "deterministic" keyword from the forward method of the TD3 Actor since it always is deterministic anyways.

* Rename _get_data to _get_data_to_reconstruct_model.

_get_data was too generic and could have meant anything.

* Remove the n_episodes_rollout parameter and allow passing tuples as train_freq instead.

* Fix docstring of `train_freq` parameter.

* Black fixes.

* Fix TD3 delayed update + rename `_get_data()`

* Fix TD3 test

* Normalize `train_freq` to a tuple in the constructor and turn the warning into an assert.

* Make one step the default train frequency.

* Black fixes.

* Change np.bool to bool.

* Use the tuple format to specify an amount of steps in terms of steps or episodes in the collect_collouts of the off policy algorithm.

* Use the tuple format to specify an amount of steps in terms of steps or episodes in the collect_collouts of HER.

* Use named tuple for train freq

* Rename train_freq to train_every and TrainFreq to ExperienceDuration. Also add some type annotations and documentation.

* Black fixes.

* Revert to train_freq

* Fix terminal observation issues

* Typo

* Fix action noise bug in HER

* Add assert when loading HER models

* Update version

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
Co-authored-by: Adam Gleave <adam@gleave.me>
2021-02-27 17:33:50 +01:00
..
algos.rst Correct typo in the docs (#321) 2021-02-19 19:18:41 +01:00
callbacks.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
checking_nan.rst Add base doc 2020-05-07 10:10:51 +02:00
custom_env.rst Avoid transposing channel-first envs (#213) 2020-11-03 12:34:09 +01:00
custom_policy.rst Update docs, Provide the env when loading the model (#327) (#330) 2021-02-27 16:24:39 +01:00
developer.rst Avoid transposing channel-first envs (#213) 2020-11-03 12:34:09 +01:00
examples.rst TD3 Code review (#245) 2021-02-27 17:33:50 +01:00
export.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
imitation.rst Add imitation library docs (#200) 2020-10-24 17:33:26 +01:00
install.rst Update custom policy documentation (#312) 2021-02-06 18:19:58 +01:00
migration.rst Fix numpy warning and update migration guide (#307) 2021-02-01 11:24:44 +01:00
quickstart.rst [ci skip] Simplify quickstart example 2020-05-11 15:32:01 +02:00
rl.rst Add base doc 2020-05-07 10:10:51 +02:00
rl_tips.rst Update doc: SB3-Contrib (#267) 2020-12-21 16:17:24 +01:00
rl_zoo.rst Update rl_zoo.rst (#72) 2020-06-25 12:14:56 +02:00
save_format.rst Update documentation (#199) 2020-10-28 09:55:16 +01:00
sb3_contrib.rst Update doc: SB3-Contrib (#267) 2020-12-21 16:17:24 +01:00
tensorboard.rst Add Support for Text Records to Logger, Add Hint on How To Access SummaryWriter in Docs. (#303) 2021-02-01 11:56:33 +01:00
vec_envs.rst Add base doc 2020-05-07 10:10:51 +02:00