openai / gym3

Vectorized interface for reinforcement learning environments
MIT License
140 stars 48 forks source link

Create a new release/tag incorporating seed() update to ToGymEnv #7

Open RaghuSpaceRajan opened 2 years ago

RaghuSpaceRajan commented 2 years ago

Hi,

Could you please create a new release/tag for the library? Specifically, we need incorporating the commit https://github.com/openai/gym3/commit/fe14d673246329ad9b6253c6c81b79f404ede0a8 because ProcGen uses gym3 as a dependency and when we use a Gym wrapper in our library, it causes a crash with the error: TypeError: seed() takes 1 positional argument but 2 were given.

(We use a Gym wrapper here specifically.)

Greetings, Raghu.

bhatiaabhinav commented 4 months ago

+1