Closed irapha closed 7 years ago
This was caused by us moving to python3 in code, but not in test (as in, we were running code in python2, because of #126).
Therefore, in steering, we had deleted the very important line:
from __future__ import division
This caused all scores be 0, so the car just went forward. I'm making a PR with a temp fix soon.
I'm not hurt but this needs to be fixed :)
New databag (
casteerin*.bag
) is in drive. I'll make sure to test and fix this soon.