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.
- Host: GitHub
- URL: https://github.com/aitorzip/vpilot
- Owner: aitorzip
- License: gpl-3.0
- Created: 2016-10-15T23:12:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T03:28:45.000Z (over 6 years ago)
- Last Synced: 2025-03-22T19:43:16.652Z (2 months ago)
- Topics: cnn, deep-learning, gtav, keras, lstm, self-driving-car
- Language: Python
- Homepage:
- Size: 26.2 MB
- Stars: 145
- Watchers: 15
- Forks: 62
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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