Skip to content

Commit

Permalink
Merge pull request #6 from IanGuangleiZhu/master
Browse files Browse the repository at this point in the history
clean up comment
  • Loading branch information
gaodechen authored Aug 15, 2024
2 parents fb22fe1 + 2f56b6c commit 94d7b32
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion car_dreamer/carla_four_lane_env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
#import random
import carla

from .carla_wpt_env import CarlaWptEnv
Expand Down
1 change: 0 additions & 1 deletion car_dreamer/carla_overtake_env.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import carla
import numpy as np
#import random
import math

from .carla_wpt_env import CarlaWptEnv
Expand Down
1 change: 0 additions & 1 deletion car_dreamer/carla_stop_sign_env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import carla
#import random
import time
import numpy as np
from .carla_wpt_fixed_env import CarlaWptFixedEnv
Expand Down
1 change: 0 additions & 1 deletion car_dreamer/carla_traffic_lights_env.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import carla
import numpy as np
#import random
import time
from .carla_wpt_fixed_env import CarlaWptFixedEnv
from .toolkit import FixedPathPlanner
Expand Down
1 change: 0 additions & 1 deletion car_dreamer/carla_wpt_fixed_env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import carla
#import random
import numpy as np
from collections import deque

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
waypoints and avoiding other vehicles. The agent also responds to traffic lights,
traffic signs, and has different possible configurations. """

#import random
import numpy as np
import carla
from .basic_agent import BasicAgent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from enum import IntEnum
from collections import deque
#import random
import numpy as np
import carla
from .controller import VehiclePIDController
Expand Down

0 comments on commit 94d7b32

Please sign in to comment.