aitorzip/DeepGTAV

Reverse movement

elevir opened this issue · 3 comments

Hello!

It seems that only forward movement is available, but it makes troubles such as stucking in a wall. So, is there any way to move backward on a vehicle by sending tuple (throttle, brake, steering)?

Thanks.

Isnt the car moving backwards when you have throttle at 0 and brake higher than 0.3 ?

@KemalAcar07 it isnt. I tried to use tuple (throttle = 0, break = 1.0 (or 0.5), steering = 0.0). Nothing is happen. Maybe problem in version of dll which I use. I use version of @angelapper with rewarder fix. But i'm not sure that the problem in this.

the broblem was in wrong field name in Json :)