Farama-Foundation / Gymnasium

An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)

Home Page:https://gymnasium.farama.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Proposal] Add metadata field to VectorEnv

TimSchneider42 opened this issue · comments

Proposal

Hi,

I noticed that VectorEnv currently does not have a field metadata like Env does. Is there a particular reason for this? If not, I propose adding it since, currently, there is no way of specifying, e.g., rendering FPS for VectorEnv instances.

Best,
Tim

Motivation

No response

Pitch

No response

Alternatives

No response

Additional context

No response

Checklist

  • I have checked that there is no similar issue in the repo

Good point, I thought that we did include one, thanks for spotting that
Could you make a PR to add this for both Vector Env and wrappers (as a property)