-
Notifications
You must be signed in to change notification settings - Fork 124
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
Comments
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. |
It may be enough to just run:
and then in your python code you can try:
|
Thanks for answering, I should really work on getting a package to pypi for
people to install it like other python packages.
…On Tue, Feb 19, 2019 at 3:42 AM Yuri ***@***.***> wrote:
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")
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC97q2nPhAgY7sgXIwUCoowAk2u0klGjks5vO2SJgaJpZM4aRzNO>
.
|
If anybody has time to do this, a PR would be very welcome. |
Hi, using After testing, I found that after modifying the #36 of setup.py to |
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
The text was updated successfully, but these errors were encountered: