-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Freeze Option ? #1043
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
Comments
I am also interested in an answer to this question as I have exactly the same problem. |
Please take a look at Pause and Continue APIs: https://github.com/Microsoft/AirSim/blob/master/docs/apis.md#pause-and-continue-apis |
Hi, Thanks for you help |
Have you migrated to VS2017 and Unreal 4.18 and rebuild everything? My question is, when we pause the engine and later we resume, is the complete quadcopter state preserved, i.e. does the quadcopter resume the simulation with the exact linear and angular speeds and accelerations as it had in the moment of hitting pause? |
I also get the same error as @Pierrolo after do git pull a moment ago. Thank you. |
Hi, so I rebuild AirSim and updated to UE4. 18 and now it works just fine, maybe try doing that and it should be OK I figure |
Hi, thank you very much. I am using Ubuntu 16.04 and the AirSim document states that it only support UE 4.17. |
Hi, So the pause options works for the drone but not for the environment, it doesn't pause the moving object... Anybody got an idea? Very much appreciated, |
Pause and continue will only work for physics based object. Making this as new feature request for pausing all animations in environment as well. |
Hi,
I am wondering if there is any way to freeze the simulation. I am asking because if I use an online RL algorithm then the quality of the simulation is very bad. What I mean by that is this:
and so on...
My problem right now is that in the simulation, 1sec should pass by during
iv)
andvii)
, so that the action I choose afterward it based on the observation right after that action, but now I choose the action based on the obs not right after the action but1sec + computation_time
after the start of the action. And when I useclockspeed = 5.0
thatcomputation_time
becomes very importantI hope this is clear enough.
What I want to know is: is there a way to freeze the simulation between 2actions, just like the simulation "freezes" in OPENAI Gym, making it a really continuous process.
Please let me know if my question is not clear enough,
Thanks :)
The text was updated successfully, but these errors were encountered: