Open igozali opened 8 months ago
Main issue that IsaacGym doesn't support latest versions of the python
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?
Just found this PR https://github.com/Denys88/rl_games/pull/267 😄
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