Hi,
I'm on Wolfram Home Edition 14.2.1 on macOS and I try to get OpenAIGym working as per the help page. The gym python package has been installed, but when I try to execute
env = DeviceOpen["OpenAIGym", "Atlantis-v0"]
an error message in the Messages window appears saying that Python package cv2 is not installed. I have installed it as well using
ResourceFunction["PythonPackageInstall"]["opencv-python"]
Has anyone else gotten this device running on macOS. It seems also like the gym package is deprecated and further development happens in the package gymnasium.