We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623c96d commit e2f0864Copy full SHA for e2f0864
1 file changed
python_example/python_example.py
@@ -6,6 +6,10 @@
6
7
class PythonExample(BaseAgent):
8
9
+ def initialize_agent(self):
10
+ #This runs once before the bot starts up
11
+ pass
12
+
13
def get_output(self, packet: GameTickPacket) -> SimpleControllerState:
14
controller_state = SimpleControllerState()
15
0 commit comments