Refactoring lab
This commit is contained in:
11
games/babysnake/pyproject.toml
Normal file
11
games/babysnake/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "babysnake"
|
||||
version = "0.1.0"
|
||||
description = "BabySnake: a tiny grid game for teaching Q-learning"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["retro-games>=2.5.0"]
|
||||
|
||||
[tool.retro-gamer]
|
||||
actions = ["KEY_RIGHT", "KEY_UP", "KEY_LEFT", "KEY_DOWN"]
|
||||
reward = "reward"
|
||||
observation_function = "games.babysnake:get_state"
|
||||
Reference in New Issue
Block a user