da03 commited on
Commit
eee8e7d
·
1 Parent(s): d8a95e7
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -420,10 +420,10 @@ async def websocket_endpoint(websocket: WebSocket):
420
  'N + 0 0 8 2 : + 0 1 5 1']
421
  positions = positions[3:]
422
  #positions = positions[:4]
423
- position = positions[0]
424
- positions = positions[1:]
425
- x, y, action_type = parse_action_string(position)
426
- mouse_position = (x, y)
427
 
428
  #previous_actions.append((action_type, mouse_position))
429
  if not DEBUG_TEACHER_FORCING:
 
420
  'N + 0 0 8 2 : + 0 1 5 1']
421
  positions = positions[3:]
422
  #positions = positions[:4]
423
+ #position = positions[0]
424
+ #positions = positions[1:]
425
+ #x, y, action_type = parse_action_string(position)
426
+ #mouse_position = (x, y)
427
 
428
  #previous_actions.append((action_type, mouse_position))
429
  if not DEBUG_TEACHER_FORCING: