YeWR / EfficientZero

Open-source codebase for EfficientZero, from "Mastering Atari Games with Limited Data" at NeurIPS 2021.
GNU General Public License v3.0
847 stars 131 forks source link

BreakoutNoFrameskip-v4 is not registered? #7

Closed SpotEvictionPrediction closed 2 years ago

SpotEvictionPrediction commented 2 years ago

Got an error with the example train.sh showing 'gym.error.UnregisteredEnv: No registered env with id: BreakoutNoFrameskip-v4'

YeWR commented 2 years ago

It seems an issue with your Gym package installation. Could you try to reinstall the gym and atari-py package?

SpotEvictionPrediction commented 2 years ago

Thanks, fixed.