From a3bf17d41f0af66b5835084ffa28685872321cd6 Mon Sep 17 00:00:00 2001 From: David Rusu Date: Tue, 17 Nov 2020 13:24:58 -0500 Subject: [PATCH] Import logging --- scenarios/straight/agent_prefabs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scenarios/straight/agent_prefabs.py b/scenarios/straight/agent_prefabs.py index 0af1fe5dcd..7fc5201cf7 100644 --- a/scenarios/straight/agent_prefabs.py +++ b/scenarios/straight/agent_prefabs.py @@ -1,3 +1,4 @@ +import logging import numpy as np from smarts.zoo.registry import register