linyiLYi / snake-ai

An AI agent that beats the classic game "Snake".
Apache License 2.0
1.59k stars 352 forks source link

sound文件好像没有上传 #5

Closed hxfxjun closed 1 year ago

hxfxjun commented 1 year ago

(pytouch) ➜ snake-ai git:(master) python ./main/snake_game.py Traceback (most recent call last): File "./main/snake_game.py", line 251, in game = SnakeGame(seed=seed, silent_mode=False) File "./main/snake_game.py", line 31, in init self.sound_eat = mixer.Sound("sound/eat.wav")