### Search before asking - [X] I have searched the MuZero [issues](https://github.com/werner-duvaud/muzero-general/issues) and found no similar bug report. ### π Describe the bug Line 10 ``` try: import cv2 except ModuleNotFoundError: raise ModuleNotFoundError('Please run "pip install gym[atari]"') ``` Which is a mistake. ### Add an example See above ### Environment _No response_ ### Minimal Reproducible Example _No response_ ### Additional _No response_