stable-baselines3/stable_baselines3
Jan-Hendrik Ewers 2ddf015cd9
fix: Follow PEP8 guidelines and evaluate falsy to truthy with not rather than is False. (#1707)
* fix: Follow PEP8 guidelines and evaluate falsy to truth with `not` rather than `is False`.

https://docs.python.org/2/library/stdtypes.html#truth-value-testing

* chore: Update changelog inline with intent of changes in PR #1707

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>

* fix: Change `is False` to `not` as per PEP8

* chore: Remove superfluous comment about `is False`

* test: One On- and one Off-Policy algorithm (A2C and SAC respectively), with settings to speed up testing

* Update changelog

* chore: Remove EvalCallback as it's not actually required

* Update changelog.rst

* Rm duplicated "others" section in changelog.rst

---------

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2023-10-09 12:21:12 +02:00
..
a2c Release v2.0.0 (#1571) 2023-06-23 12:21:58 +02:00
common fix: Follow PEP8 guidelines and evaluate falsy to truthy with not rather than is False. (#1707) 2023-10-09 12:21:12 +02:00
ddpg Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
dqn Fix to use float64 actions for off policy algorithms (#1572) 2023-07-24 16:38:03 +02:00
her Fix type annotations of buffers (#1700) 2023-09-28 18:52:46 +02:00
ppo Release v2.0.0 (#1571) 2023-06-23 12:21:58 +02:00
sac Release v2.0.0 (#1571) 2023-06-23 12:21:58 +02:00
td3 Release v2.0.0 (#1571) 2023-06-23 12:21:58 +02:00
__init__.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add argument features_extractor to ActorCriticPolicy.extract_features (#1710) 2023-10-09 11:11:36 +02:00