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
fc8e0657a0db04b9d0a3c020fb3a854a781c9db4
snake-python
/
server
T
History
daniel156161
fc8e0657a0
Build and Push Docker Container / build-and-push (push)
Successful in 1m2s
Details
change that oldest_active_game_age_sec not gets inflated when redis already deleted it
2026-04-04 16:40:49 +02:00
..
game_board_stats
use redis.asyncio insted of the old aioredis package
2026-04-04 13:25:23 +02:00
metrics
change that oldest_active_game_age_sec not gets inflated when redis already deleted it
2026-04-04 16:40:49 +02:00
storage
create payload of json string and then save it
2026-04-03 14:31:15 +02:00
bootstrap.py
allow to send metrics to memory or redis
2026-04-04 14:21:54 +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
only update stuck game metric when game state backend is not redis
2026-04-04 15:33:07 +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