sisl / AA120Q

AA120Q Course Materials
28 stars 8 forks source link

Week 6 Competition - CAS #4

Closed tawheeler closed 7 years ago

tawheeler commented 8 years ago

For the week 6 competition, students will develop their own collision avoidance systems. The collision avoidance systems will be filled out in provided .jl files, which will then be submitted. The objective is to minimize the number of collisions and the number of alerts (with some weighting between them).

The CAS implements reset() and tick(). They cannot use any Julia libraries besides those used for the class (AA120Q.jl, Distributions, BayesNets, etc.)

The pilot response model will be simplistic and assume that the RA is followed exactly and immediately.

TEACHERS provide:

STUDENTS provide:

tawheeler commented 8 years ago

TCAS implemented as of b6fc2f1d. No need for pilot response model (rather, pilots perfectly follow advisory).

tawheeler commented 8 years ago

DemoCAS implemented as of 4667668. Need to collect evaluation metrics and run on server. Need to provide example jl file.

tawheeler commented 8 years ago

Running CAS on full batch (or sampled batch) and print eval stats as of 7a80710

tawheeler commented 8 years ago

We should change the objective function to include the severity of command - ie a climb rate of 1500/60 is not as bad as a climb rate of 4500/60