Skip to content

Commit

Permalink
Update traffic_gym.py
Browse files Browse the repository at this point in the history
Fix AttributeError: module 'PIL' has no attribute 'Image'
  • Loading branch information
justinmae authored Jul 28, 2020
1 parent a259d28 commit a3e4095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions traffic_gym.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# from skimage import measure, transform
# from matplotlib.image import imsave
import PIL
from PIL import Image
from custom_graphics import draw_dashed_line, draw_text, draw_rect
from gym import core, spaces
import os
Expand Down

0 comments on commit a3e4095

Please sign in to comment.