aitorzip / VPilot

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.
GNU General Public License v3.0
145 stars 63 forks source link

Point to point transport #27

Open hemanth2410 opened 4 years ago

hemanth2410 commented 4 years ago

i tried to set a way pint using dataset.py file

location = [-743,75.138]

direction = [1000,6500,0]

dataset = Dataset(rate=60, frame=[320,160], throttle=True, brake=True, steering=True, vehicles=True, peds=True, reward=[15.0, 0.0], direction=[1000,6500,0], speed=True, yawRate=True, location=True, time=True)

i cant get the vehicle to go to that point