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

Update Agent_Theo_Brockmann.py

parent b5ea406f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ async def main():
not_on = True
show_angle = 0
observation, reward, done, info = await env.reset("",0.01)
observation, reward, done, info = await env.reset(0.01)
total_reward = 0
actions = "accelerate"
observation, reward, done, info = await env.step(actions, 0.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment