Farama-Foundation/Gymnasium

[Proposal] Add wrapper checker

Aperta

#6 aperta il 10 set 2022

 (6 commenti) (0 reazioni) (0 assegnatari)Python (567 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (4712 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor