self-driving-truck icon indicating copy to clipboard operation
self-driving-truck copied to clipboard

Self-Driving Truck in Euro Truck Simulator 2, trained via Reinforcement Learning

Results 9 self-driving-truck issues
Sort by recently updated
recently updated
newest added

Hello, I'm new to Euro Truck Sim and have a question. Is it possible to access any recorded vehicle dynamic data? I'm hoping to be able to access a record...

Hi, I got this error `ImportError: dynamic module does not define init function (initscreenshot)`. Is there any way that I can fix it? Thanks

Hi Aleju, Question again here. I ran `collect_experience_supervised.py` and waited until it fully starts. Then I back the game and press CTRL. But it does not seem like it is...

Hi Aleju, It was really great work!! I want to implement my own calculation, but don't know where to start. If my code is reinforcement, can I just change code...

This is quite nice! There are several A3C PyTorch implementations for Atari. Is it possible to do the same with this Truck environment? Thank you.

all the models you had shared in your google drive are corrupted and have unzipping error with gunzip and all other unzip command they all get extracted in the .tar...

Hi Aleju, Thank you very much for the great tutorial. However, when I try to download train_reinforced_model.tar.gz, it always shows unzip error. Would you please kindly check it for me,...

Does it work in windows?

when i run the command: cd self-driving-truck && cd lib && gcc -shared -O3 -Wall -fPIC -lX11 -Wl,-soname,screenshot -o screenshot.so screenshot_c.c -lX11 it gives me an error that the library...