Atcold / pytorch-PPUU

Code for Prediction and Planning Under Uncertainty (PPUU)
https://youtu.be/X2s7gy3wIYw
MIT License
203 stars 54 forks source link

state image error when running with real data (comes after a while) #8

Closed mbhenaff closed 6 years ago

mbhenaff commented 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

Atcold commented 6 years ago

Fixed. Car 667 was breaking the simulator (numerical approximation over the current direction). The devil car 666 is giving troubles now, though...

screenshot 2018-03-16 16 07 21