Denys88 / rl_games

RL implementations
MIT License
863 stars 146 forks source link

missing python 3.11 support #280

Open igozali opened 6 months ago

igozali commented 6 months ago

Any plans to support python 3.11? Seems like we just need to bump this line in pyproject.toml?

https://github.com/Denys88/rl_games/blob/cba782ceb772795628e52a3da3d5dc8c20ecb779/pyproject.toml#L12

Denys88 commented 6 months ago

Main issue that IsaacGym doesn't support latest versions of the python

igozali commented 6 months ago

Ah I see, to clarify, is it this gym pip package that's missing python 3.11 support? https://github.com/Denys88/rl_games/blob/cba782ceb772795628e52a3da3d5dc8c20ecb779/pyproject.toml#L13

If yes, would we get python 3.11 support by moving to the gymnasium package since gym seems deprecated?

igozali commented 6 months ago

Just found this PR https://github.com/Denys88/rl_games/pull/267 😄