Atcold / pytorch-PPUU

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

same rendering error as before ;( #10

Closed mbhenaff closed 6 years ago

mbhenaff commented 6 years ago
  File "/home/mbhenaff/projects/pytorch-Traffic-Simulator/traffic_gym.py", line 655, in render
    v.store('state_image', (max_extension, screen_surface, width_height, scale))
  File "/home/mbhenaff/projects/pytorch-Traffic-Simulator/traffic_gym.py", line 390, in store
    self._states_image.append(self._get_observation_image(*object_))
  File "/home/mbhenaff/projects/pytorch-Traffic-Simulator/traffic_gym.py", line 377, in _get_observation_image
    sub_rot_surface = rot_surface.subsurface(x, y, *width_height)
ValueError: subsurface rectangle outside surface area
>>> t
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 't' is not defined
>>> env.file_name
'./data_i80/trajectories-0500-0515.txt'

^^ says the file name above

Atcold commented 6 years ago

Hey, what's this? Is it still broken?