stable-baselines3/stable_baselines3
Akhil def0574d03
Fixed typos (#1076)
* Updated docstring from n_steps to n_rollout_steps

This must be a typo

* Fixed typo in a comment in ppo.py

* Update changelog

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2022-09-28 14:57:46 +02:00
..
a2c Fix return type for load, learn in BaseAlgorithm (#1043) 2022-09-26 12:13:56 +02:00
common Fixed typos (#1076) 2022-09-28 14:57:46 +02:00
ddpg Fix return type for load, learn in BaseAlgorithm (#1043) 2022-09-26 12:13:56 +02:00
dqn Fix return type for load, learn in BaseAlgorithm (#1043) 2022-09-26 12:13:56 +02:00
her Add append mode to Monitor (#1037) 2022-08-31 11:53:44 +02:00
ppo Fixed typos (#1076) 2022-09-28 14:57:46 +02:00
sac Fix return type for load, learn in BaseAlgorithm (#1043) 2022-09-26 12:13:56 +02:00
td3 Fix return type for load, learn in BaseAlgorithm (#1043) 2022-09-26 12:13:56 +02:00
__init__.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add append mode to Monitor (#1037) 2022-08-31 11:53:44 +02:00