madras-simulator / MADRaS

Multi-Agent DRiving Simulator
GNU Affero General Public License v3.0
90 stars 20 forks source link

Critical bug fix #16

Closed buridiaditya closed 5 years ago

buridiaditya commented 5 years ago

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.