我可以在 Colab 中做什么来使用 OPENAI-gym 的环境“LunarLander-v2”。我已经安装了BOX2D和box2d-py但总是返回相同的错误:
AttributeError: module 'gym.envs.box2d' has no attribute 'LunarLander'
Run Code Online (Sandbox Code Playgroud)
这段话在我的本地机器上有效,但在 Colab 上不行。有什么解决办法吗?
版本:Python:3.6 - 健身房:0.17.2 - BOX2D:2.3.10
reinforcement-learning python-3.x openai-gym google-colaboratory