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

Trying to install flightmare and run RL examples #85

Open
hhlei opened this issue Mar 8, 2021 · 3 comments
Open

Trying to install flightmare and run RL examples #85

hhlei opened this issue Mar 8, 2021 · 3 comments

Comments

@hhlei
Copy link

hhlei commented Mar 8, 2021

when running python3 run_drone_control.py I get a 'no module named 'rpg_baselines.common'' error. I checked my conda environments however, and it says that rpg-baselines has been installed.

@yun-long
Copy link
Collaborator

this shouldn't happen if you install rpg_baselines correctly. make sure you are using the right python interpreter, e..g, check which python and which python3, see if it matches the pip you used for installing the rpg_baselines.

@phxhuy
Copy link

phxhuy commented Mar 22, 2021

Hi, I have also got the same problem. If you have installed with the same pip and python, and the problem still persist, try to go into the flightrl folder (where there is a setup.py file) and type: pip install -e .
Good luck

@HuaYuXiao
Copy link

image

I cannot find module named rpg_baselines either, but i did install this package, with output of pip show demonstrating it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants