Farama-Foundation/Gymnasium

[Proposal] Add wrapper checker

Open

#6 创建于 2022年9月10日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Python (4,712 star) (567 fork)batch import
enhancementgood first issue

描述

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

贡献者指南