Skip to content
Snippets Groups Projects
Commit 1b29f096 authored by Theo Brockmann's avatar Theo Brockmann
Browse files

Update main_test.py

parent 258d1652
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ async def main():
# Makes 1 step only driving straight
observation, reward, done, info = await env.step("accelerate,screen_on", 0.17)
print(observation)
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment