add RL training which doesnt work that wall yet, and start to make UI for model training

This commit is contained in:
csd4ni3l
2025-11-15 15:56:56 +01:00
parent 032f38f4ce
commit 32477def6a
9 changed files with 524 additions and 17 deletions

View File

@@ -6,5 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade>=3.3.3",
"gymnasium>=1.2.2",
"numpy>=2.3.4",
"pypresence>=4.3.0",
]