Skip to content

Commit 0f39c06

Browse files
committed
perf: add todo
1 parent 083694e commit 0f39c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ def choose_move(self, game_state: GameState):
279279

280280
# TODO: 你需要实现一个ai函数
281281

282-
ai_func = PacmanAI().choose_move
282+
ai_func = PacmanAI().choose_move # TODO: 你需要把ai_func替换为自己的ai函数
283283
__all__ = ["ai_func"]

0 commit comments

Comments
 (0)