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
https://github.com/crizcraig/forward-agent
./pypi_upload.sh
Copyright © 2019, Deepdrive. Licensed under the MIT License, see the file LICENSE for details.