You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This will be the last observation played before the reset
244
+
245
+
self.request_game_reset()
255
246
returnobservation, num_steps
256
247
248
+
257
249
if__name__=='__main__':
258
250
parser=argparse.ArgumentParser('You can train the agent, or test it. \n Test is also to use the agent. \n During training and testing the performance is logged.')
259
251
parser.add_argument("--host", help="Host where the game server is", default="127.0.0.1", action='store', required=False)
0 commit comments