Skip to main content

Client Interface for IAI product

Project description

Documentation Status

Product Interface Client

  • Safety Validation
  • Synthetic Data Generation
  • Training and Testing
  • Real-World Results From Simulation
  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'
    

Building

python -m build

Publishing

Refer to here for setting up your local package indexes e.g. to publish to testpypi python -m twine upload --repository testpypi dist/*

Autodoc

Run make html inside docs/ dir will auto generate the html documentation from the current source files.
Run sphinx-apidoc -f -o source/ ../src/invertedai_simulate inside docs/ dir to regenerate the rst files in source/.
More info regarding autodoc can be found here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invertedai-simulate-1.0.0.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

invertedai_simulate-1.0.0-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page