[OpenAI gym](https://github.com/openai/gym/) is unmaintained and deprecated in favour of [gymnasium](https://gymnasium.farama.org/index.html). [Recent updates to pip/setuptools have made OpenAI Gym uninstallable](https://stackoverflow.com/questions/77124879/pip-extras-require-must-be-a-dictionary-whose-values-are-strings-or-lists-of) in up to date Python environments and by proxy, so is `gym_unity`. Is an update from `gym` to `gymnasium` planned?
OpenAI gym is unmaintained and deprecated in favour of gymnasium. Recent updates to pip/setuptools have made OpenAI Gym uninstallable in up to date Python environments and by proxy, so is
gym_unity.Is an update from
gymtogymnasiumplanned?