mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
* Adds deprecation warning if `eval_env` or `eval_freq` parameters are used. See #925 * added changelog entry * added missing backtick * deprecating `create_eval_env` parameter as well and adding comments to explain the `stacklevel` parameter used * Updated tests to ignore DeprecationWarnings * Updated changelog entry * - Removed the `create_eval_env` parameter from the examples in the docs - Removed information about the `create_eval_env` parameter from the migration docs - Added information about deprecation of the `create_eval_env` parameter in the docs * Add alternative in docstring * Update docstrings * `eval_freq` warning in docstring * Add deprecation comments in tests Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com> Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> Co-authored-by: Quentin GALLOUÉDEC <gallouedec.quentin@gmail.com> |
||
|---|---|---|
| .. | ||
| algos.rst | ||
| callbacks.rst | ||
| checking_nan.rst | ||
| custom_env.rst | ||
| custom_policy.rst | ||
| developer.rst | ||
| examples.rst | ||
| export.rst | ||
| imitation.rst | ||
| install.rst | ||
| integrations.rst | ||
| migration.rst | ||
| quickstart.rst | ||
| rl.rst | ||
| rl_tips.rst | ||
| rl_zoo.rst | ||
| save_format.rst | ||
| sb3_contrib.rst | ||
| tensorboard.rst | ||
| vec_envs.rst | ||