Closed mbhenaff closed 6 years ago
self._states_image.append(self._get_observation_image(*object_))
File "/home/mbhenaff/projects/pytorch-Traffic-Simulator/traffic_gym.py", line 367, in _get_observation_image sub_rot_surface = rot_surface.subsurface(x, y, *width_height) ValueError: subsurface rectangle outside surface area
Fixed. Car 667 was breaking the simulator (numerical approximation over the current direction). The devil car 666 is giving troubles now, though...
667
666
File "/home/mbhenaff/projects/pytorch-Traffic-Simulator/traffic_gym.py", line 367, in _get_observation_image sub_rot_surface = rot_surface.subsurface(x, y, *width_height) ValueError: subsurface rectangle outside surface area