jeanharb / option_critic

Implementation of the Option-Critic Architecture on the Atari (ALE) environment
170 stars 50 forks source link

Update fourrooms.py #5

Closed lgmoneda closed 4 years ago

lgmoneda commented 7 years ago

It's necessary to make Fourrooms a subclass of core.Env to avoid AttributeError: Fourrooms instance has no attribute 'unwrapped' error.