AndrejGobeX / TrackMania_AI

Racing game AI
GNU General Public License v3.0
99 stars 11 forks source link

Unable to load plugin due to compiler error #14

Closed tim-ufer closed 1 year ago

tim-ufer commented 1 year ago

I'm interested in using your project as a headstart for training my own AI with/in Trackmania. Unfortunately, I have trouble loading the plugin like some others before me. I'm running the starter edition of the game via the .exe (ubisoft connect install) on Windows and when trying to load your plugin in OpenPlanet per your instruction, I get a compiler error: image I initially also had the invalid signature error but resolved that by cloning the repo instead of downloading the zip.

AndrejGobeX commented 1 year ago

Yep, I have recently started to work on it again and encountered this as well. The issue is that the API changed (it is literally one line of code). I will try to update the plugin soon.

AndrejGobeX commented 1 year ago

I have updated the plugins and the readme. Now you just paste one file to "Plugins" folder (use the Ext version if you want to test with the TMEnv.py since it requires direction data). I have checked both plugins with a sccript (haven't tried the ML algos, but they should work).

Let me know if everything works and if you encounter any problems, feel free to reopen the issue.