🧸🧸🧸🧸🧸
  • 🧸's Blog
  • CodeJam
    • Kickstart Round H 2018 A Big Buttons
    • Kickstart Round H 2018 B Mural
  • C++/C
    • CashBox Code
    • for迭代数组
    • 字符串操作
    • 在函数中,int与int&的区别
    • sizeof()
    • memset的用法
    • 传值&传引用&传指针
    • STL
  • 经典算法
    • n皇后问题
  • Java
    • servlet从网址传入参数中文乱码
  • SQL
    • 左外连接与右外连接的区别
  • API
    • DeepGTAV v2
    • VPilot
    • SantosNet
    • deepdrive
    • iceb.link API
  • Spring Boot
    • Entity实体
    • 是否加@service的区别
    • Entity内字段表中名字不能为system
由 GitBook 提供支持
在本页

这有帮助吗?

  1. API

VPilot

https://github.com/cpgeier/VPilot

上一页DeepGTAV v2下一页SantosNet

最后更新于6年前

这有帮助吗?

Scripts and tools to easily communicate with 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 by using the Python DeepGTAV libraries.

dataset.py and drive.py serve as examples to collect a dataset using DeepGTAV and giving the control to an agent respectively.