Farama-Foundation/Gymnasium

[Proposal] Add wrapper checker

开放

#6 创建于 2022年9月10日

 (6 条评论) (0 个反应) (0 位负责人)Python (567 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (4,712 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In v24 / 25, we added an environment checker for users to check that environment follow the API correctly. As some environments implement their own wrappers and to check our own, it would be helpful to add a wrapper checker.

Proposed checks

  • Check that all observations and actions spaces are valid (all observations are contained in space)
  • Check the input and output types for reset and step

贡献者指南