Farama-Foundation/Gymnasium
View on GitHub[New feature] Add reset options support for functional jax envs
Open
#1,138 opened on Aug 8, 2024
enhancementhelp wanted
Repository metrics
- Stars
- (4,712 stars)
- PR merge metrics
- (Avg merge 1d 9h) (10 merged PRs in 30d)
Description
The current implementations of FunctionalJaxVectorEnv and FunctionalJaxEnv do not use any options in 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.