misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
f7a23b32c1
commit
2e8f2aa1b8
@ -64,7 +64,9 @@ if __name__ == '__main__':
|
||||
agent.last_session.max_reward))
|
||||
|
||||
while True:
|
||||
display.on_manual_mode(agent.last_session)
|
||||
if not args.skip_session:
|
||||
display.on_manual_mode(agent.last_session)
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
if grid.is_connected():
|
||||
|
Loading…
x
Reference in New Issue
Block a user