Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'gym.envs.box2d' has no attribute 'BipedalWalker' #6

Open
yanyuegang opened this issue May 15, 2019 · 2 comments

Comments

@yanyuegang
Copy link

image

@yanyuegang
Copy link
Author

解决方案
pip install box2d-py

@zdx3578
Copy link
Member

zdx3578 commented May 15, 2019

Box2d
Box2d is a 2D physics engine. You can install it via pip install -e '.[box2d]' and then get started as follows:

import gym
env = gym.make('LunarLander-v2')
env.reset()
env.render()

from https://github.com/openai/gym/blob/master/docs/environments.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants