You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This is just a note to keep track of some useful EnvPool features:
"Retries" - It would be good add an option to allow a certain number of retries if the Env crashes. It can be a little annoying if there is a single env that crashes and brings down training. Ideally, this could return a done, and restart, only truly crashing after say N failures.
"Reset" - The envpool doesnt currently have a reset function! It probably should.
The text was updated successfully, but these errors were encountered:
This is just a note to keep track of some useful EnvPool features:
"Retries" - It would be good add an option to allow a certain number of retries if the Env crashes. It can be a little annoying if there is a single env that crashes and brings down training. Ideally, this could return a done, and restart, only truly crashing after say N failures.
"Reset" - The envpool doesnt currently have a reset function! It probably should.
The text was updated successfully, but these errors were encountered: