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

貢獻者指南