Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
PENG Zhenghao committed Jun 29, 2021
1 parent 9d16acf commit 0ab9b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgdrive/obs/top_down_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def _draw_history_vehicles(self):
contour_width=2
)


class PheromoneRenderer(TopDownRenderer):
def __init__(self, map, film_size=(2000, 2000), screen_size=(1000, 1000), zoomin=1.3, draw_vehicle_first=False):
super(PheromoneRenderer, self).__init__(
Expand Down

0 comments on commit 0ab9b44

Please sign in to comment.