We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current implementations of FunctionalJaxVectorEnv and FunctionalJaxEnv do not use any options in reset.
FunctionalJaxVectorEnv
FunctionalJaxEnv
options
reset
This should be fairly easy to add with FuncEnv.get_default_params, which will instantly support customizing any environment params on reset.
I can do this at some point in the future, or if any volunteers want to contribute this feature, that would be great.
The text was updated successfully, but these errors were encountered:
Hey @RedTachyon Can I work on this?
Sorry, something went wrong.
@meet0806 Go for it
Thanks @pseudo-rnd-thoughts . How can I set-up this on my machine? I have already forked and cloned the repo.
contribute.md should contain on the info you need
No branches or pull requests
The current implementations of
FunctionalJaxVectorEnv
andFunctionalJaxEnv
do not use anyoptions
inreset
.This should be fairly easy to add with FuncEnv.get_default_params, which will instantly support customizing any environment params on reset.
I can do this at some point in the future, or if any volunteers want to contribute this feature, that would be great.
The text was updated successfully, but these errors were encountered: