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

Update main_test.py

parent b397d421
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ async def main():
await env.connect_websocket()
# Resets the enviroment
observation, reward, done, info = await env.reset("",0.01)
observation, reward, done, info = await env.reset(0.01)
print(observation)
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