GYM_XPLANE_ML
GYM_XPLANE_ML copied to clipboard
GYM Environment for XPlane. Reinforcement Learning and Autonomous Piloting.
Hi all, I want to run xplane with headless mode. You're using XPlaneBashFile.sh, but I can not find this file.
Hello adderbyte, very interesting work! I'm really curious to try out your GYM environment as I'm about to code something very similar. I just wonder, whether using X-Plane in headless...
Is it possible to be running multiple instances of the flight simulator simultaneously to train a group of agents?
Hi, Is there any way to use GPU when running the XPlane headless? The `xvfb` renders on the CPU and we need to maintain some minimal FPS for the physics...
Hi, I tried running X-plane in headless mode with a command from the bash file (xvfb-run --server-args=':1 -screen 0, 1024x768x16' ./X-Plane-x86_64 > /dev/null &) and I am getting Exit 1...
Hi, Can you please help me with this error I am facing: `ModuleNotFoundError: No module named 'gym_xplane'` I installed X-Plane, gym_xplane according to the Readme file in gym_xplane_finalversion. Somehow, it...
Hello adderbyte, could you elaborate on the python modules version you used to run it ? a "pip list" is just enough.... thank you Moyo
This is happening when using stable_baselines3 A2C to implement actor-critic agent and PPO agent. Traceback (most recent call last): File "/snap/pycharm-community/256/plugins/python-ce/helpers/pydev/pydevd.py", line 1483, in _exec pydev_imports.execfile(file, globals, locals) # execute...
While trying to understand the workings of the code and writing an agent myself, I noticed certain inconsistencies in the parameters defined in parameters.py file and value assignment to those...
I want to use the simulated trajectory data to mining. Is there any trained model I could use? Can I get the gps points of the trajectory?