stable-baselines3/stable_baselines3
Cody Wild b1aee71772
Improve error messages when PPO effective batch size is 1 and when last mini-batch is truncated (#270)
* Add warning about total_env_steps not dividing neatly into batch size

* Stylistic cleanup

* Black reformatting

* Add clearer documentation and update changelog

* Update changelog.rst

* Use specific RolloutBuffer terminology

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* Change to minibatch language

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* Cleaning up language describing rollout buffer requirements

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* Switch to using env.num_envs

* Working tests

* Black and isort still fighting each other

* codestyle finally happy

* Basic test exists, possibly in the wrong file

* Update phrasing

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2021-01-11 17:03:32 +01:00
..
a2c Add supported action spaces checks (#254) 2020-12-06 14:05:10 +02:00
common Add image and figure to tensorboard logger (#277) 2021-01-08 15:47:08 +01:00
ddpg Doc fixes and add monitor_kwargs parameter (#230) 2020-11-20 10:28:54 +01:00
dqn Update doc: SB3-Contrib (#267) 2020-12-21 16:17:24 +01:00
her Fix bug with full HerReplayBuffer (#236) 2020-11-20 13:23:03 +01:00
ppo Improve error messages when PPO effective batch size is 1 and when last mini-batch is truncated (#270) 2021-01-11 17:03:32 +01:00
sac Update doc: SB3-Contrib (#267) 2020-12-21 16:17:24 +01:00
td3 Update doc: SB3-Contrib (#267) 2020-12-21 16:17:24 +01:00
__init__.py Implement HER (#120) 2020-10-22 11:56:43 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add image and figure to tensorboard logger (#277) 2021-01-08 15:47:08 +01:00