Refactoring lab

This commit is contained in:
Chris Proctor
2026-06-26 13:27:11 -04:00
parent e752bb848b
commit a9385f8296
32 changed files with 644 additions and 686 deletions

View File

@@ -0,0 +1,11 @@
[project]
name = "frogger"
version = "0.1.0"
description = "Frogger: guide a frog across traffic lanes to train an RL agent"
requires-python = ">=3.11"
dependencies = ["retro-games>=2.5.0"]
[tool.retro-gamer]
actions = ["KEY_UP", "KEY_DOWN", "KEY_LEFT", "KEY_RIGHT"]
reward = "reward"
character_set = ["O", "X"]