An open API service indexing awesome lists of open source software.

https://github.com/aitorzip/vpilot

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.
https://github.com/aitorzip/vpilot

cnn deep-learning gtav keras lstm self-driving-car

Last synced: about 2 months ago
JSON representation

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.

Awesome Lists containing this project

README

        

# VPilot
Scripts and tools to easily communicate with [DeepGTAV](https://github.com/ai-tor/DeepGTAV). In the future a self-driving agent will be implemented.

Self-Driving Car

## How it works

VPilot uses JSON over TCP sockets to start, configure and send/receive commands to/from [DeepGTAV](https://github.com/ai-tor/DeepGTAV) by using the Python DeepGTAV libraries.

_dataset_ and _drive_ serve as examples to collect a dataset using DeepGTAV and giving the control to an agent respectively. Minimum requirement: Python 3.2 or greater

### Examples

[SantosNet](https://github.com/cpgeier/SantosNet) - Simple model and tools to use with VPilot