stable-baselines3/docs/misc
Timo Kaufmann 09e9fc42eb
Use consistent logging keys (#605)
* Use a consistent key to log the total timesteps

This changes the timestep logging key of on-policy algorithms from
`time/total_timesteps` to `time/total timesteps` (note the
underscore/space). The off-policy algorithms and the eval callback
already use the latter, so this behavior is more consistent.

* Use underscores instead of spaces in logging keys

Most keys already followed this policy and consistent behavior is
friendlier to new users.

* Minor edit and bump version

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-10-12 13:17:30 +02:00
..
changelog.rst Use consistent logging keys (#605) 2021-10-12 13:17:30 +02:00
projects.rst Add policy-distillation-baselines to project page (#578) 2021-09-20 16:30:16 +02:00