Replies: 2 comments
-
Hi @jrtcppv! Keep this discussion updated with your progress. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the response! I might try it out to compare with running the headless server. If I come up with anything I will post benchmarks here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a reinforcement learning application in which I only need the kinematics during training and will use the rest of AirSim (rendering, Unreal, etc) during evaluation/demonstration of the trained agents. To maximize the speed of the simulation, I was considering writing Python bindings directly on top of the C++ code using something like Boost::Python, such that something like the example here could be achieved in Python, specifically in an OpenAI Gym environment. I understand from this issue that the normal python module is not available when Unreal is disabled.
My questions are:
Many thanks for any feedback!
Beta Was this translation helpful? Give feedback.
All reactions