Requirements:
- Python 3
- numpy
To run the solver:
python solver.py --uid <Student ID>
or if you have a token:
python solver.py --token <Token>
To show the map updated in real time:
python solver.py --uid <Student ID> --visual
To show debugging info:
python solver.py --uid <Student ID> --verbose