I have installed clang in windows system and Gym Retro by
pip3 install gym-retro
When I try to run
env = retro.make(game='SonicTheHedgehog-Genesis', state='GreenHillZone.Act1', record='.')
I got an error:
FileNotFoundError: Game not found: SonicTheHedgehog-Genesis. Did you make sure to import the ROM?
Any help will be deeply appreciated.