diff --git a/main_test.py b/main_test.py index 2265a0ac755b55dd198878163e1657c59da6bfff..0f6a6f4dd244abd1227e4d1ffbf90a823182a0b7 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)