BUG 1 : Upon reset the simulator needs to restart twice before performing the experiment.
BUG 2 : Usage of self.port in gym_torcs.py at reset() without being set.
FIX: Stray meta flag was being set in gym_torcs.py in reset() function and sent to simulator. Removing this fixes the bug.
BUG 1 : Upon reset the simulator needs to restart twice before performing the experiment. BUG 2 : Usage of
self.port
ingym_torcs.py
atreset()
without being set.FIX: Stray meta flag was being set in
gym_torcs.py
inreset()
function and sent to simulator. Removing this fixes the bug.