This directory contains the supplement code for the paper titled "Optimal Aircraft Metering during Space Launches" by Rachael E. Tompa and Mykel J. Kochenderfer, to appear in the 2019 Digital Avionics Systems Conference.
The code in this repository supports one of two tasks:
- generating policies (mdpRun.jl)
- evaluating those policies in simulation (simRun.jl)
The software is implemented entirely in Julia. The following Julia packages are required for running the code:
- DisceteValueIteration
- Distances
- Geodesy
- GridInterpolations
- HDF5
- JLD2
- LocalApproximationValueIteration
- NearestNeighbors
- Parameters
- POMDPs
- POMDPModelTools
- POMDPPolicies
- StaticArrays
src/
genPathFunctions.jl
helperFunctions.jl
mdpRun.jl
setupMDP.jl
simFuntions.jl
simRun.jl
assets/
debrisProfile_1.txt
waypoints.jld2
results/
README.md