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