-
Notifications
You must be signed in to change notification settings - Fork 388
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
not compatible with gym_pybullet_drones env #714
Comments
opendilab/PPOxFamily#4 (comment) |
Hi, This repo [https://github.com/zjowowen/gym-pybullet-drones.git] is updated with the origin repo [https://github.com/utiasDSL/gym-pybullet-drones]. You can run the gym-pybullet-drones by: |
Thanks, it fix the problem |
@zhixiongzh after doing pip install git+https://github.com/zjowowen/gym-pybullet-drones@master, what did you do? like it got installed successfully for me, but then what? did you do : conda create -n drones python=3.10 pip3 install --upgrade pip after that? |
if it is successfully installed using |
I use the docker you provide with
docker pull opendilab/ding:nightly-mujoco
, but the python version there is 3.7, which is imcompatible with the requirement of gym_pybullet_drones, which require python 3.10, so that I can not install that with offical steps as belowBut in the di zoo you provide the test file of this environment, so I want to ask how you install this env package so that you can run the test file.
The text was updated successfully, but these errors were encountered: