LucasAlegre / sumo-rl

Reinforcement Learning environments for Traffic Signal Control with SUMO. Compatible with Gymnasium, PettingZoo, and popular RL libraries.
https://lucasalegre.github.io/sumo-rl
MIT License
706 stars 193 forks source link

Version Bumps #99

Closed jkterry1 closed 1 year ago

jkterry1 commented 2 years ago

Hey,

Could you please make sure you're passing compliance tests for the newest versions of Gym and PettingZoo?

LucasAlegre commented 2 years ago

Hey, sure! It will probably take some time, though. I am moving to Europe next week.

LucasAlegre commented 2 years ago

@jkterry1, both gym==0.25.1 and pettingzoo==1.20.1 tests are passing at the current state of the repo :)

TrinhTuanHung2021 commented 2 years ago

@jkterry1, both gym==0.25.1 and pettingzoo==1.20.1 tests are passing at the current state of the repo :)

Hello, with gym==0.25.1 i had errors when running a3c_4x4grid.py AttributeError: module 'gym.wrappers' has no attribute 'Monitor'. They have changed and removed the Monitor since 0.23

LucasAlegre commented 2 years ago

@jkterry1, both gym==0.25.1 and pettingzoo==1.20.1 tests are passing at the current state of the repo :)

Hello, with gym==0.25.1 i had errors when running a3c_4x4grid.py AttributeError: module 'gym.wrappers' has no attribute 'Monitor'. They have changed and removed the Monitor since 0.23

This seems like incompatibility in the ray library. Check the ray version and whether it is compatible with the gym version we are using.