Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 37.69 KB | None | 0 0
  1. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  2. Traceback (most recent call last):
  3.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  4.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  5.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  6.     controller_input = agent.get_output(self.game_tick_packet)
  7.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  8.     self.maneuver = self.strategy.choose_maneuver()
  9.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  10.     if opponents_align < 0:
  11. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  12.  
  13. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  14. Traceback (most recent call last):
  15.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  16.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  17.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  18.     controller_input = agent.get_output(self.game_tick_packet)
  19.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  20.     self.maneuver = self.strategy.choose_maneuver()
  21.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  22.     if opponents_align < 0:
  23. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  24.  
  25. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  26. Traceback (most recent call last):
  27.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  28.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  29.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  30.     controller_input = agent.get_output(self.game_tick_packet)
  31.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  32.     self.maneuver = self.strategy.choose_maneuver()
  33.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  34.     if opponents_align < 0:
  35. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  36.  
  37. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  38. Traceback (most recent call last):
  39.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  40.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  41.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  42.     controller_input = agent.get_output(self.game_tick_packet)
  43.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  44.     self.maneuver = self.strategy.choose_maneuver()
  45.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  46.     if opponents_align < 0:
  47. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  48.  
  49. GroundShot
  50. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  51. Traceback (most recent call last):
  52.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  53.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  54.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  55.     controller_input = agent.get_output(self.game_tick_packet)
  56.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  57.     self.maneuver = self.strategy.choose_maneuver()
  58.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  59.     if opponents_align < 0:
  60. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  61.  
  62. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  63. Traceback (most recent call last):
  64.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  65.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  66.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  67.     controller_input = agent.get_output(self.game_tick_packet)
  68.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  69.     self.maneuver = self.strategy.choose_maneuver()
  70.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  71.     if opponents_align < 0:
  72. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  73.  
  74. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  75. Traceback (most recent call last):
  76.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  77.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  78.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  79.     controller_input = agent.get_output(self.game_tick_packet)
  80.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  81.     self.maneuver = self.strategy.choose_maneuver()
  82.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  83.     if opponents_align < 0:
  84. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  85.  
  86. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  87. Traceback (most recent call last):
  88.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  89.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  90.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  91.     controller_input = agent.get_output(self.game_tick_packet)
  92.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  93.     self.maneuver = self.strategy.choose_maneuver()
  94.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  95.     if opponents_align < 0:
  96. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  97.  
  98. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  99. Traceback (most recent call last):
  100.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  101.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  102.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  103.     controller_input = agent.get_output(self.game_tick_packet)
  104.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  105.     self.maneuver = self.strategy.choose_maneuver()
  106.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  107.     if opponents_align < 0:
  108. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  109.  
  110. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  111. Traceback (most recent call last):
  112.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  113.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  114.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  115.     controller_input = agent.get_output(self.game_tick_packet)
  116.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  117.     self.maneuver = self.strategy.choose_maneuver()
  118.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  119.     if opponents_align < 0:
  120. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  121.  
  122. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  123. Traceback (most recent call last):
  124.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  125.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  126.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  127.     controller_input = agent.get_output(self.game_tick_packet)
  128.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  129.     self.maneuver = self.strategy.choose_maneuver()
  130.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  131.     if opponents_align < 0:
  132. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  133.  
  134. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  135. Traceback (most recent call last):
  136.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  137.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  138.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  139.     controller_input = agent.get_output(self.game_tick_packet)
  140.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  141.     self.maneuver = self.strategy.choose_maneuver()
  142.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  143.     if opponents_align < 0:
  144. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  145.  
  146. Consecutive reads from Rocket League: 2
  147. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  148. Traceback (most recent call last):
  149.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  150.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  151.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  152.     controller_input = agent.get_output(self.game_tick_packet)
  153.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  154.     self.maneuver = self.strategy.choose_maneuver()
  155.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  156.     if opponents_align < 0:
  157. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  158.  
  159. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  160. Traceback (most recent call last):
  161.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  162.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  163.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  164.     controller_input = agent.get_output(self.game_tick_packet)
  165.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  166.     self.maneuver = self.strategy.choose_maneuver()
  167.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  168.     if opponents_align < 0:
  169. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  170.  
  171. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  172. Traceback (most recent call last):
  173.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  174.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  175.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  176.     controller_input = agent.get_output(self.game_tick_packet)
  177.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  178.     self.maneuver = self.strategy.choose_maneuver()
  179.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  180.     if opponents_align < 0:
  181. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  182.  
  183. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  184. Traceback (most recent call last):
  185.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  186.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  187.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  188.     controller_input = agent.get_output(self.game_tick_packet)
  189.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  190.     self.maneuver = self.strategy.choose_maneuver()
  191.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  192.     if opponents_align < 0:
  193. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  194.  
  195. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  196. Traceback (most recent call last):
  197.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  198.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  199.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  200.     controller_input = agent.get_output(self.game_tick_packet)
  201.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  202.     self.maneuver = self.strategy.choose_maneuver()
  203.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  204.     if opponents_align < 0:
  205. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  206.  
  207. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  208. Traceback (most recent call last):
  209.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  210.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  211.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  212.     controller_input = agent.get_output(self.game_tick_packet)
  213.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  214.     self.maneuver = self.strategy.choose_maneuver()
  215.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  216.     if opponents_align < 0:
  217. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  218.  
  219. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  220. Traceback (most recent call last):
  221.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  222.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  223.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  224.     controller_input = agent.get_output(self.game_tick_packet)
  225.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  226.     self.maneuver = self.strategy.choose_maneuver()
  227.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  228.     if opponents_align < 0:
  229. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  230.  
  231. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  232. Traceback (most recent call last):
  233.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  234.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  235.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  236.     controller_input = agent.get_output(self.game_tick_packet)
  237.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  238.     self.maneuver = self.strategy.choose_maneuver()
  239.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  240.     if opponents_align < 0:
  241. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  242.  
  243. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  244. Traceback (most recent call last):
  245.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  246.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  247.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  248.     controller_input = agent.get_output(self.game_tick_packet)
  249.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  250.     self.maneuver = self.strategy.choose_maneuver()
  251.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  252.     if opponents_align < 0:
  253. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  254.  
  255. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  256. Traceback (most recent call last):
  257.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  258.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  259.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  260.     controller_input = agent.get_output(self.game_tick_packet)
  261.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  262.     self.maneuver = self.strategy.choose_maneuver()
  263.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  264.     if opponents_align < 0:
  265. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  266.  
  267. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  268. Traceback (most recent call last):
  269.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  270.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  271.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  272.     controller_input = agent.get_output(self.game_tick_packet)
  273.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  274.     self.maneuver = self.strategy.choose_maneuver()
  275.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  276.     if opponents_align < 0:
  277. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  278.  
  279. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  280. Traceback (most recent call last):
  281.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  282.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  283.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  284.     controller_input = agent.get_output(self.game_tick_packet)
  285.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  286.     self.maneuver = self.strategy.choose_maneuver()
  287.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  288.     if opponents_align < 0:
  289. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  290.  
  291. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  292. Traceback (most recent call last):
  293.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  294.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  295.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  296.     controller_input = agent.get_output(self.game_tick_packet)
  297.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  298.     self.maneuver = self.strategy.choose_maneuver()
  299.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  300.     if opponents_align < 0:
  301. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  302.  
  303. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  304. Traceback (most recent call last):
  305.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  306.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  307.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  308.     controller_input = agent.get_output(self.game_tick_packet)
  309.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  310.     self.maneuver = self.strategy.choose_maneuver()
  311.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  312.     if opponents_align < 0:
  313. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  314.  
  315. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  316. Traceback (most recent call last):
  317.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  318.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  319.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  320.     controller_input = agent.get_output(self.game_tick_packet)
  321.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  322.     self.maneuver = self.strategy.choose_maneuver()
  323.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  324.     if opponents_align < 0:
  325. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  326.  
  327. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  328. Traceback (most recent call last):
  329.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  330.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  331.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  332.     controller_input = agent.get_output(self.game_tick_packet)
  333.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  334.     self.maneuver = self.strategy.choose_maneuver()
  335.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  336.     if opponents_align < 0:
  337. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  338.  
  339. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  340. Traceback (most recent call last):
  341.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  342.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  343.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  344.     controller_input = agent.get_output(self.game_tick_packet)
  345.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  346.     self.maneuver = self.strategy.choose_maneuver()
  347.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  348.     if opponents_align < 0:
  349. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  350.  
  351. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  352. Traceback (most recent call last):
  353.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  354.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  355.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  356.     controller_input = agent.get_output(self.game_tick_packet)
  357.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  358.     self.maneuver = self.strategy.choose_maneuver()
  359.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  360.     if opponents_align < 0:
  361. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  362.  
  363. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  364. Traceback (most recent call last):
  365.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  366.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  367.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  368.     controller_input = agent.get_output(self.game_tick_packet)
  369.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  370.     self.maneuver = self.strategy.choose_maneuver()
  371.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  372.     if opponents_align < 0:
  373. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  374.  
  375. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  376. Traceback (most recent call last):
  377.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  378.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  379.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  380.     controller_input = agent.get_output(self.game_tick_packet)
  381.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  382.     self.maneuver = self.strategy.choose_maneuver()
  383.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  384.     if opponents_align < 0:
  385. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  386.  
  387. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  388. Traceback (most recent call last):
  389.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  390.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  391.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  392.     controller_input = agent.get_output(self.game_tick_packet)
  393.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  394.     self.maneuver = self.strategy.choose_maneuver()
  395.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  396.     if opponents_align < 0:
  397. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  398.  
  399. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  400. Traceback (most recent call last):
  401.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  402.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  403.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  404.     controller_input = agent.get_output(self.game_tick_packet)
  405.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  406.     self.maneuver = self.strategy.choose_maneuver()
  407.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  408.     if opponents_align < 0:
  409. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  410.  
  411. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  412. Traceback (most recent call last):
  413.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  414.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  415.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  416.     controller_input = agent.get_output(self.game_tick_packet)
  417.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  418.     self.maneuver = self.strategy.choose_maneuver()
  419.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  420.     if opponents_align < 0:
  421. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  422.  
  423. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  424. Traceback (most recent call last):
  425.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  426.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  427.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  428.     controller_input = agent.get_output(self.game_tick_packet)
  429.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  430.     self.maneuver = self.strategy.choose_maneuver()
  431.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  432.     if opponents_align < 0:
  433. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  434.  
  435. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  436. Traceback (most recent call last):
  437.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  438.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  439.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  440.     controller_input = agent.get_output(self.game_tick_packet)
  441.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  442.     self.maneuver = self.strategy.choose_maneuver()
  443.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  444.     if opponents_align < 0:
  445. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  446.  
  447. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  448. Traceback (most recent call last):
  449.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  450.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  451.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  452.     controller_input = agent.get_output(self.game_tick_packet)
  453.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  454.     self.maneuver = self.strategy.choose_maneuver()
  455.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  456.     if opponents_align < 0:
  457. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  458.  
  459. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  460. Traceback (most recent call last):
  461.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  462.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  463.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  464.     controller_input = agent.get_output(self.game_tick_packet)
  465.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  466.     self.maneuver = self.strategy.choose_maneuver()
  467.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  468.     if opponents_align < 0:
  469. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  470.  
  471. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  472. Traceback (most recent call last):
  473.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  474.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  475.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  476.     controller_input = agent.get_output(self.game_tick_packet)
  477.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  478.     self.maneuver = self.strategy.choose_maneuver()
  479.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  480.     if opponents_align < 0:
  481. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  482.  
  483. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  484. Traceback (most recent call last):
  485.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  486.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  487.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  488.     controller_input = agent.get_output(self.game_tick_packet)
  489.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  490.     self.maneuver = self.strategy.choose_maneuver()
  491.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  492.     if opponents_align < 0:
  493. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  494.  
  495. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  496. Traceback (most recent call last):
  497.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  498.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  499.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  500.     controller_input = agent.get_output(self.game_tick_packet)
  501.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  502.     self.maneuver = self.strategy.choose_maneuver()
  503.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  504.     if opponents_align < 0:
  505. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  506.  
  507. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  508. Traceback (most recent call last):
  509.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  510.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  511.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  512.     controller_input = agent.get_output(self.game_tick_packet)
  513.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  514.     self.maneuver = self.strategy.choose_maneuver()
  515.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  516.     if opponents_align < 0:
  517. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  518.  
  519. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  520. Traceback (most recent call last):
  521.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  522.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  523.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  524.     controller_input = agent.get_output(self.game_tick_packet)
  525.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  526.     self.maneuver = self.strategy.choose_maneuver()
  527.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  528.     if opponents_align < 0:
  529. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  530.  
  531. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  532. Traceback (most recent call last):
  533.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  534.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  535.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  536.     controller_input = agent.get_output(self.game_tick_packet)
  537.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  538.     self.maneuver = self.strategy.choose_maneuver()
  539.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  540.     if opponents_align < 0:
  541. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  542.  
  543. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  544. Traceback (most recent call last):
  545.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  546.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  547.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  548.     controller_input = agent.get_output(self.game_tick_packet)
  549.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  550.     self.maneuver = self.strategy.choose_maneuver()
  551.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  552.     if opponents_align < 0:
  553. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  554.  
  555. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  556. Traceback (most recent call last):
  557.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  558.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  559.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  560.     controller_input = agent.get_output(self.game_tick_packet)
  561.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  562.     self.maneuver = self.strategy.choose_maneuver()
  563.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  564.     if opponents_align < 0:
  565. UnboundLocalError: local variable 'opponents_align' referenced before assignment
  566.  
  567. ERROR: bot4[      bot_manager.py:247 -         perform_tick() ] Call to agent failed:
  568. Traceback (most recent call last):
  569.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager.py", line 245, in perform_tick
  570.     self.call_agent(self.agent, self.agent_class_wrapper.get_loaded_class())
  571.   File "C:\Python\Python37\lib\site-packages\rlbot\botmanager\bot_manager_struct.py", line 35, in call_agent
  572.     controller_input = agent.get_output(self.game_tick_packet)
  573.   File "D:\rlbot\botimusprime\agent.py", line 115, in get_output
  574.     self.maneuver = self.strategy.choose_maneuver()
  575.   File "D:\rlbot\botimusprime\strategy\soccar_strategy.py", line 256, in choose_maneuver
  576.     if opponents_align < 0:
  577. UnboundLocalError: local variable 'opponents_align' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement