mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
imitation related bug fixes
This commit is contained in:
@@ -344,7 +344,7 @@ class CarlaEnvironment(Environment):
|
||||
# str(is_collision)))
|
||||
self.done = True
|
||||
|
||||
self.state['measurements'] = self.measurements
|
||||
self.state['measurements'] = np.array(self.measurements)
|
||||
|
||||
def _take_action(self, action):
|
||||
self.control = VehicleControl()
|
||||
|
||||
Reference in New Issue
Block a user