sisl / AA120Q

AA120Q Course Materials
28 stars 8 forks source link

Final Competition - with Sensors #5

Closed tawheeler closed 7 years ago

tawheeler commented 8 years ago

For the final competition, students will develop their own collision avoidance systems with partial observability. 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(), the latter of which will receive observations rather than the true aircraft states (ie, range with Gaussian noise, bearing with Gaussian noise, and relative altitude quantized to a bin).

They cannot use any Julia libraries besides those used for the class (AA120Q.jl, Distributions, BayesNets, etc.)

TEACHERS provide:

STUDENTS provide:

tawheeler commented 8 years ago

Added SensorReading and PartiallyObservableCollisionAvoidanceSystem as of e8fd041

tawheeler commented 8 years ago

Added alpha beta filter to Solution.ipynb as of 95dce90