Skip to content

Optimal Aircraft Rerouting during Space Launches using Adaptive Spatial Discretization

Notifications You must be signed in to change notification settings

sisl/SpaceLaunchASD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optimal Aircraft Rerouting during Space Launches using Adaptive Spatial Discretization

This repository contains supplementary code written at Stanford and discussed in the paper titled “Optimal Aircraft Rerouting during Space Launches using Adaptive Spatial Discretization” by Rachael E. Tompa and Mykel J. Kochenderfer, in the 2018 Digital Avionics Systems Conference.

Here you will find the code to perform the following:

Implement and solve the individual MDP solutions using parallelized value iteration and combining them to a single solution

  • src/CSLVProblem.jl
  • src/CSLV_.jl
  • src/ParallelVI_.jl
  • src/RunMDP.jl

Asset Files

  • assets/debris.jld
  • assets/flightPaths.jl

Visualize the MDP solution

  • notebooks/visualizeUtilityAndPolicy.ipynb

Run simulations of the airspace to analyze historic, nominal, and proposed aircraft flights

  • notebooks/runSimulations.ipynb
  • src/Simulations.jl

Dependencies

The software is implemented entirely in Julia. For the best results, the user should use a notebook. An example notebook is provided for the reader's convenience in the example subdirectory. The following Julia packages are required for running all code and notebooks:

About

Optimal Aircraft Rerouting during Space Launches using Adaptive Spatial Discretization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published