adderbyte / GYM_XPLANE_ML

GYM Environment for XPlane. Reinforcement Learning and Autonomous Piloting.
GNU General Public License v3.0
65 stars 18 forks source link

Can't import gym_xplane #5

Closed ahmadshiddiqn closed 4 years ago

ahmadshiddiqn commented 4 years ago

Hi, I can't seem to run random_agents.py because the console said ModuleNotFoundError: No module named 'gym_xplane'

I've followed the instruction, and that's something i got. Can anyone help? Is there any other way to install the gym_xplane package without easy install? I'm using Windows 10 btw.

Another thing I want to ask is I try to pip install in gym_xplane directory but it doesn't have setup.py so i moved the setup.py in the upper directory here. Is it wrong? Thank you.

ahmadshiddiqn commented 4 years ago

I've managed to solve it by tweaking the python a bit.

lasri049 commented 1 year ago

I've managed to solve it by tweaking the python a bit.

Can you please elaborate on this?

Thanks Lakshmi