Following steps will guide through RL agent training using JSBSim FDM
- Install python (I have 3.7.9) with requirements.txt (pip install -r requirements.txt)
- (Optional) Install flightgear 2018.3.6 and add bin directory to the PATH environmental variable (for FG visualizations only)
- Go the project directory and use 'python train.py' or 'python main.py'
- Edit train.py file to manage and change train parameters (training length, algorithm, learning rate etc.)
Another Gym JSBSim baseline fork
Project Directory
├── gym_jsbsim
├── jsbsim
├── model
├── train.py (to train an agent)
└── main.py