We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083694e commit 0f39c06Copy full SHA for 0f39c06
ai.py
@@ -279,5 +279,5 @@ def choose_move(self, game_state: GameState):
279
280
# TODO: 你需要实现一个ai函数
281
282
-ai_func = PacmanAI().choose_move
+ai_func = PacmanAI().choose_move # TODO: 你需要把ai_func替换为自己的ai函数
283
__all__ = ["ai_func"]
0 commit comments