This website requires JavaScript.
Explore
Help
Sign In
daniel156161
/
snake-python
Watch
1
Star
0
Fork
0
You've already forked snake-python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4daf63d48395efcd4ac3d4db39be4d4b20db8a6a
snake-python
/
server
T
History
daniel156161
33c8fabc4c
Build and Push Docker Container / build-and-push (push)
Successful in 51s
Details
use redis.asyncio insted of the old aioredis package
2026-04-04 13:25:23 +02:00
..
game_board_stats
use redis.asyncio insted of the old aioredis package
2026-04-04 13:25:23 +02:00
storage
create payload of json string and then save it
2026-04-03 14:31:15 +02:00
bootstrap.py
allow to disable self.running_games as L1 Cache into Worker when useing Redis Backend
2026-04-04 12:53:31 +02:00
CreateEnvironmentFile.py
create .env file if its not exists
2024-04-14 13:36:59 +02:00
Dataset.py
add Dataset Class and Tests
2026-04-03 10:35:21 +02:00
DatasetCurator.py
add more flags and allow to read more input file then one
2026-04-03 15:44:19 +02:00
DatasetExporter.py
add Dataset Class and Tests
2026-04-03 10:35:21 +02:00
DatasetStats.py
add script to analyse dataset
2026-04-03 15:45:54 +02:00
Files.py
allow sync and async function calls
2026-04-03 14:10:38 +02:00
GameBoard.py
add timeout budget when exeaded use quick save move before timeout
2026-04-03 21:17:08 +02:00
Server.py
allow to disable self.running_games as L1 Cache into Worker when useing Redis Backend
2026-04-04 12:53:31 +02:00
TrainBattleSnakeAI.py
add Training for AI and AI Model and allow to collect rl data from BestBattleSnake
2026-04-03 23:19:09 +02:00