Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 384 Bytes

File metadata and controls

13 lines (12 loc) · 384 Bytes

PyORCA

Python implementation of ORCA algorithm.

Simulation

python main.py --env <ENV> --render --real

Options

  • --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.