-
Notifications
You must be signed in to change notification settings - Fork 392
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
fail in reproducing the result of hover #169
Comments
@zhixiongzh I am getting exactly the same problem. learn.py doesn't hover properly and just crashes. When I run singleagent.py, it gives this error:
Any updates? |
@RibhavOjha I only run the code in |
@zhixiongzh are you also getting the same error as me for |
Hi @zhixiongzh and @RibhavOjha to reproduce the work in the paper you should checkout branches The current |
I think you could get rid of this error :
By changing the
But I face the same difficulty to reproduce the results with ppo and 1D (identical input to all motors) with RPMs ("one_d_rpm")... |
Same. I continued to run the training for 1E10. It did not work. |
See #180 for the current status |
Hi,
I am running the provided example
gym_pybullet_drones/examples/learn.py
, but the agent failed to hover at the desired position.Then I found the provided script is different from the paper then I
git checkout master
and run the experimentsexperiments/learning/singleagent.py
but there are a lot of errors due to version conflict.Is there any suggestion to train a good agent with
gym_pybullet_drones/examples/learn.py
in currentmain
branch?The text was updated successfully, but these errors were encountered: