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

Missing pybullet-gym installation #20

Open
josiahls opened this issue Jan 24, 2019 · 5 comments
Open

Missing pybullet-gym installation #20

josiahls opened this issue Jan 24, 2019 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@josiahls
Copy link

How do you install pybulletgym?

I installed openai gym, and pybulletgym. But how do I add the environments you have there?

I have attempted pip install pybulletgym, and get nothing

@benelot
Copy link
Owner

benelot commented Jan 25, 2019

I think I did not build a package for pybulletgym already (I should maybe do that soon). For now you install it by navigating to the git-cloned repository using your terminal and then installing it using pip install -e .

This will install it from the repository into your pip. Then, check out the examples I have here and try to run it.

Post back if running the example does not work.

@josiahls josiahls reopened this Jan 26, 2019
@ycps
Copy link

ycps commented Feb 19, 2019

It may be enough to just run:

pip install git+https://github.com/benelot/pybullet-gym

and then in your python code you can try:

import pybulletgym
env = gym.make("HumanoidPyBulletEnv-v0")

@benelot
Copy link
Owner

benelot commented Feb 19, 2019 via email

@benelot benelot added enhancement New feature or request good first issue Good for newcomers labels Nov 6, 2019
@benelot
Copy link
Owner

benelot commented Nov 6, 2019

If anybody has time to do this, a PR would be very welcome.

@mantle2048
Copy link

Hi, using pip install git+https://github.com/benelot/pybullet-gym or python setup.py install did not put anything in the assets for me.

After testing, I found that after modifying the #36 of setup.py to package_data={'': need_files}, the files in assets can be saved normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants