DeepGTAV
DeepGTAV copied to clipboard
GTA down once enable receiving rewards
Anyone have same problem?
Hi @zmonoid, What works for me:
- Start-up GTAV without lane rewarding (run as administrator PlayGTAV.exe)
- Start a drive session
- Stop drive session from your python IDE
- Enable reward in scenario initialisation
- Run the modified drive code
When you switch back to GTAV after starting the python code, GTAV will probably freeze for a few moments. Give it a minute. Also found that some mods, e.g. No traffic, will crash either GTAV or DeepGTAV when you have lane reward enabled.
Hope that helps.
Did you load the path.xml? I had the problem that it didn't load the path nodes and once the lane rewarder was trying to access them DeepGTA crashed, without telling me the reason. Don't know if it helps, since in my case it was DeepGTA that crashed and not GTA itself.
I have also found that the agressivity initialisation value (the 2nd parameter in the list you pass in) can cause problems. A value of 0.1 works on my works computer but crashes DeepGTAV on my home PC. 0.5 works on my home PC. 0.0 crashes DeepGTAV on both PCs.