utiasDSL / gym-pybullet-drones

PyBullet Gymnasium environments for single and multi-agent reinforcement learning of quadcopter control
https://utiasDSL.github.io/gym-pybullet-drones/
MIT License
1.16k stars 338 forks source link

Getting Error after installing gym pybullet drones #115

Open HimGautam opened 1 year ago

HimGautam commented 1 year ago

I am trying to install gym_pybullet_drones for my project. I installed it Ubuntu and Windows. After installation when I am running fly.py, I get the error that there is no gym_pybullet_drones module present. Can you please tell me how to resolve this error?

WhatsApp Image 2022-10-10 at 6 59 46 PM

JacopoPan commented 1 year ago

@HimGautam

the error seems to say that gym_pybullet_drones as a packages is not installed for the Python interpreter you are using. I don't use PyCharm/Windows much, there are instructions in this README.md. Did you follow them? How did you "install" the package?