Python implementation of ORCA algorithm.
python main.py --env <ENV> --render --realOptions
--env: an environment to test, currently supporting 'Circle', 'Crossing'--render: render environment.--no-render: do not render environment.--real: simulate in real time.--no-real: do not simulate in real time.