Getting Started#
Get started, see the starter kit README, which summarizes four key steps needed to prepare and submit a solution:
Setup prerequisites
Write your solution code
Test your solution
Submit
In building your solution, it may help to reference the following sections in the documentation:
Model. Formulates the model implemented by the simulator.
Interface. Provides information regarding the observation and action spaces, as well as rewards and metrics.
Essential API. Documents key classes and methods you may need to interact with.
Solutions. Provides some background on previous solutions to the airlift and related problems.
Simulator Code Documentation. Although you do not need to understand the internals of the simulator to write a solution, it could help with debugging.