https://github.com/deepdrive/deepdrive-api
Python implementation of Deepdrive API used to run agents over the network
https://github.com/deepdrive/deepdrive-api
Last synced: 5 months ago
JSON representation
Python implementation of Deepdrive API used to run agents over the network
- Host: GitHub
- URL: https://github.com/deepdrive/deepdrive-api
- Owner: deepdrive
- License: mit
- Created: 2019-04-09T21:43:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T22:23:06.000Z (over 2 years ago)
- Last Synced: 2026-01-08T23:46:13.778Z (6 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Deepdrive API
=============
Python implementation of Deepdrive API used to run agents within the
[Deepdrive sim](https://github.com/deepdrive/deepdrive-sim) over the network.
The [server](deepdrive_api/server.py) 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](deepdrive_api/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](https://deepdrive.io/).
Licensed under the MIT License, see the file [LICENSE](https://github.com/deepdrive/deepdrive-ci/blob/master/LICENSE) for details.