Deepdrive API used to run agents over the network


Keywords
deepdrive, api
License
MIT
Install
pip install deepdrive-api==3.1.20191111204348

Documentation

Deepdrive API

Python implementation of Deepdrive API used to run agents within the Deepdrive sim over the network.

The server accepts messages over ZMQ serialized with Apache Arrow, allowing agents to be written in any language. This will run locally alongside the simulation (Unreal).

A reference client implementation in python can be found in client.py.

To install the package, run pip3 install deepdrive-api

Example usage

https://github.com/crizcraig/forward-agent

Development

PyPi upload

./pypi_upload.sh

Legal

Copyright © 2019, Deepdrive. Licensed under the MIT License, see the file LICENSE for details.