Self driving truck in ets2
Vision: Develop a self driving truck in Euro Truck Simulator 2 using machine learing to achieve 150 level driving skill in ets2 without driving.
This project is inspired from self driving cars developing now a days. Here two files are uploaded TruckGame.py and DirectKeys.py In this project some of the codes are copid from stackoverflow and pythonprogramming.net websites.
Till now the file consist of image capturing and processing and a very basic logic to run the truck.
In future the files are updated which include some reinforcement learning.