project-bluebird / simurgh

An open source platform that supports developing and evaluating algorithms (AI agents) for air traffic control
https://alan-turing-institute.github.io/simurgh
11 stars 4 forks source link

Example notebook to showcase minimal agent setup #6

Open tallamjr opened 4 years ago

tallamjr commented 4 years ago

There should be a notebook or notebooks that can walk a new user through an end-to-end pipeline of:

  1. Launch simulator
  2. Launch bluebird
  3. Query aircraft positions
  4. Load sector into simulator using bluebird
  5. Load scenario into simulator using bluebird
  6. Query aircraft positions
  7. Explain OpenAI interface
  8. Explain simple step
  9. Run for loop of 10 steps with rule based approach.
tallamjr commented 4 years ago

This could then be extended with CI checks using nbeval and Github Actions