stable-baselines3/docs/misc
lutogniew e76316341d
Fix env checker single-step-env edge case (#1524)
* Fix env checker single-step-env edge case

Before this change, env checker failed to `reset()` the tested
environment before calling `step()` when checking for `Inf` / `NaN`.
This could cause environments which happened to have only one `step()`
available before the episode was terminated to fail.

This is now fixed.

* Code review fixes #1

As suggested by Antonin Raffin <antonin.raffin@ensta.org>.
2023-05-25 17:12:32 +02:00
..
changelog.rst Fix env checker single-step-env edge case (#1524) 2023-05-25 17:12:32 +02:00
projects.rst Added UAV_Navigation_DRL_AirSim to the project page (#1462) 2023-04-20 23:12:57 +02:00