Farama-Foundation / PettingZoo

An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities
https://pettingzoo.farama.org
Other
2.57k stars 408 forks source link

Move seed into an argument in reset like Gym will in the next release #581

Closed jkterry1 closed 2 years ago

benblack769 commented 2 years ago

@jkterry1 Do you have a plan to move gym-ale to this new reset API? I don't see it here: https://github.com/mgbellemare/Arcade-Learning-Environment/blob/master/src/gym/envs/atari/environment.py#L231

jkterry1 commented 2 years ago

Jesse has to update Atari environments to this himself and hasn't. I'm currently trying to resolve the situation.