What can I do in Colab to work with the env "LunarLander-v2" from OPENAI-gym. I have installed BOX2D and box2d-py but always return the same error:
AttributeError: module 'gym.envs.box2d' has no attribute 'LunarLander'
This passage in my local machine works, but on Colab not. What could be a solution ?
Versions: Python:3.6 - Gym:0.17.2 - BOX2D:2.3.10