Refactoring lab
This commit is contained in:
10
games/snake/pyproject.toml
Normal file
10
games/snake/pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "snake"
|
||||
version = "0.1.0"
|
||||
description = "Snake: a classic game for training RL agents"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["retro-games>=2.5.0"]
|
||||
|
||||
[tool.retro-gamer]
|
||||
actions = ["KEY_RIGHT", "KEY_UP", "KEY_LEFT", "KEY_DOWN"]
|
||||
reward = "reward"
|
||||
Reference in New Issue
Block a user