Quickstart#

  1. Install invertedai_simulate in your project environment.

    pip install invertedai_simulate
    
  2. Alternatively, to run the provided examples build the environment with the packages in the ‘requirements.txt’.

    pip install -r requirements.txt
    source .venv/bin/activate
    
  3. Contact us for the server ip address.

  4. Run your simulation! 🎉

  • For driving run:

     python client_app_driving.py  --zmq_server_address 'x.x.x.x:5555'
    
  • For data generation run:

    python client_app_trafficlight_data.py --zmq_server_address 'x.x.x.x:5555'
    
  1. Jupyter-notebooks are also provided in Google Colab:

  • For driving run: Open In Colab

  • For data generation run: Open In Colab

  • For data generation as a pytorch dataloader run: Open In Colab