From 3847f6115a22f799ae360753a3d7125eeae3a739 Mon Sep 17 00:00:00 2001
From: Theo Brockmann <theo.brockmann@stud.hs-bochum.de>
Date: Mon, 8 Mar 2021 12:51:08 +0000
Subject: [PATCH] Update main_test.py

---
 main_test.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/main_test.py b/main_test.py
index 2265a0a..0f6a6f4 100644
--- a/main_test.py
+++ b/main_test.py
@@ -28,7 +28,9 @@ async def main():
     
     # Makes 1 step only driving straight
     observation, reward, done, info = await env.step("accelerate,screen_on", 0.17) 
-    print(observation) # Obeservation is an array with the following information: [speed, steering-angle, [length of all sensors (starting straight and then clockwise around the car)]]
+    print(observation) 
+    # Obeservation is an array with the following information: 
+    # [speed, steering-angle, [length of all sensors (starting straight and then clockwise around the car)]]
     print(reward)
     print(done)
     
-- 
GitLab