gym-jsbsim icon indicating copy to clipboard operation
gym-jsbsim copied to clipboard

A reinforcement learning environment for aircraft control using the JSBSim flight dynamics model

Results 10 gym-jsbsim issues
Sort by recently updated
recently updated
newest added

Thanks for your excellent work. We want to floow your code on our new work, but we found there are just three aircraft mode in your project.[https://github.com/Gor-Ren/gym-jsbsim/blob/master/gym_jsbsim/aircraft.py](url). Can we create...

Hi, I executed the train.py file from [here](https://github.com/caglarmert/Kartal). I was able to successfully conduct training and visualize the same in FlightGear only after changing the policy to PPO. When I...

There is a magic string specific to my personal JSBSim install directory during development: https://github.com/Gor-Ren/gym-jsbsim/blob/02b1882c0c1950d288b6a38d0b4f6e679c754132/gym_jsbsim/simulation.py#L15 Make this configurable, e.g. through some kind of `ini` file that gets read.

Question to the author -- were you able to successfully learn policies to control the agents? I've been messing around with OpenAI Baselines hooked up to your environment. Using DDPG,...

It looks like there's an issue with the load_ic function in the jsbsim module. It seems like it's expecting two positional arguments, but only one is being given. You might...

as stated in the title, is it possible to instantiate multiple agents and control them separately?

Hi! I created JSBGym, which is a fork of this repo and it uses the gymnasium interface with improved code and more aircraft support. https://github.com/sryu1/jsbgym

I set elevator, rudder, aileron command (normalized to -1 ~1), and throttle command (normalized to 0 ~1) to zero on c172x, and the aircraft is spiraling down vertically, do you...

Thanks for your working. I have tried to constructed my own env like your way. But in FlightGear I cannot see actions(deflection of rudder or aileron……). I saw these actions...

Hi, I'm Jason. Thank you for your great work. I'm working on the RL project using gym-jsbsim. I checked the tasks in this repositories are for level flights. But I...