Farama-Foundation/Gymnasium
在 GitHub 查看[New feature] Add reset options support for functional jax envs
Open
#1,138 创建于 2024年8月8日
enhancementhelp wanted
仓库指标
- Star
- (4,712 star)
- PR 合并指标
- (平均合并 1天 9小时) (30 天内合并 10 个 PR)
描述
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.