• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

I want to control a car with programmatically. what is the best way?

geunyounglim

New Member
I want to control a car with programmatically. because I want to use deep learning model in game.
I already tried with assetto corsa python api. but python api seems just can only read car data .
what is the best way that I will try? just comment your opinion. tell me an example if you know.
the way I think is.
- emulate virtual joystick
- reverse engineering logitech wheel driver
 

luchian

Administrator
Staff member

geunyounglim

New Member
Hi.
I do not know if it is possible in AC. Maybe you can use a similar approach to this project (done in LFS):
https://www.lfs.net/forum/thread/63807

You can either adapt to AC (if possible) or switch to LFS, since your main goal is probably the machine learning.

Please keep us posted. I am very interested in this kind of projects (although I cannot help much). Good luck.

- on Tapatalk

PS: forgot this one: https://www.lfs.net/forum/thread/83783-Controlling-the-car-via-inSim#Post1812298
Thanks for your comment! I will keep update about my works.
 

Just Kauser

Active Member
Use Glovepie + ppjoy for virtual joystick, works for Win 10, too. program your AI program, use Cheat Engine to write your values from your program to the variables in Glovepie. I was experimenting with this last year to get RPM from AC in Glovepie
 
Top