add Training for AI and AI Model and allow to collect rl data from BestBattleSnake
Build and Push Docker Container / build-and-push (push) Successful in 1m36s

This commit is contained in:
2026-04-03 23:19:09 +02:00
parent d3b0488e0f
commit 9e826afa5f
5 changed files with 460 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ SNAKE_REGISTRY = {
"MasterSnake": "1.2.0",
"BetterMasterSnake": "1.3.0",
"BestBattleSnake": "2.6.0",
"TrainedBattleSnake": "0.1.0",
}
def build_snake(selected_snake: str):