Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging auto_reset as option #1263

Open
Tracked by #1268
sotetsuk opened this issue Oct 24, 2024 · 0 comments
Open
Tracked by #1268

Staging auto_reset as option #1263

sotetsuk opened this issue Oct 24, 2024 · 0 comments

Comments

@sotetsuk
Copy link
Owner

sotetsuk commented Oct 24, 2024

Currently, auto_reset feature is provided as experimental but as it's actually a MUST to use auto_reset in vectorized env, we'll implement it to public API.

  • auto_reset="replace" : To overwrite the final state with the initial state when an episode ends.
  • auto_reset="manual" : To allow the agent to continue acting on the terminal state and transition to the initial state.
  • auto_reset=None : To represent no automatic reset.
@sotetsuk sotetsuk mentioned this issue Oct 31, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant