Max Känner max
  • Joined on 2022-10-21
max pushed to main at max/battlesnake 2024-10-05 20:19:19 +02:00
16c78c81ae add simulation benchmark
a4dc6eb6da separate library and executable
Compare 2 commits »
max pushed to main at max/battlesnake 2024-10-05 18:56:23 +02:00
c5b0319ac4 fix latency calculation
max pushed to main at max/battlesnake 2024-10-05 18:45:59 +02:00
max pushed to main at max/battlesnake 2024-10-05 18:32:12 +02:00
da8edf92d6 fix computation time calculation
max pushed to main at max/battlesnake 2024-10-03 18:52:31 +02:00
5cb9c3d202 use debian instead of alpine
27040b66ee play more short games for regression test
0d740621c6 build for my server cpu
Compare 3 commits »
max pushed to main at max/battlesnake 2024-10-03 06:39:36 +02:00
c6abd47ef0 add turn info to game over event
max pushed to main at max/battlesnake 2024-10-03 06:09:12 +02:00
075a08a78c add constrictor mode
max pushed to main at max/battlesnake 2024-10-03 05:55:09 +02:00
6bcce03d2a heavier release build optimization
max pushed to main at max/battlesnake 2024-10-03 05:37:21 +02:00
3d58e5331b give the snake more thinging time
a1bdd4cb1b remove container after regression test
Compare 2 commits »
max pushed to main at max/battlesnake 2024-10-03 05:11:38 +02:00
12276bc354 allow terminating in progress simulations
max pushed to main at max/battlesnake 2024-10-03 05:09:08 +02:00
d28eec7ef2 spawn extra compute threads
max pushed to main at max/battlesnake 2024-10-03 04:30:32 +02:00
1c9d07f2cf remove unused code
max pushed to main at max/battlesnake 2024-10-03 04:27:23 +02:00
4afbb37db7 remove unused code
max pushed to main at max/battlesnake 2024-10-03 04:23:08 +02:00
6123ca177e solo mode (not verry good)
max pushed to main at max/battlesnake 2024-10-03 04:20:55 +02:00
11ba9b7c94 solo mode (not verry good)
max pushed to main at max/battlesnake 2024-10-03 03:30:19 +02:00
23be6f1a18 variable simulation time
max pushed to main at max/battlesnake 2024-10-03 02:16:00 +02:00
c2d242453e run regression test with local docker image instead of actual server
max pushed to main at max/battlesnake 2024-10-03 01:45:48 +02:00
accfe7acbb fix clippy lints
61e5f26bd7 clippy fix
8fa8282177 use montecarlo trees to evaluate the best mooves for all snakes
Compare 3 commits »
max pushed to main at max/battlesnake 2024-09-30 23:21:01 +02:00
30c20b3f54 show production duel in browser
7998eeb5b8 add simulation to get the best move
Compare 2 commits »
max pushed to main at max/battlesnake 2024-09-30 21:49:46 +02:00
7eb6eff65a move MAX_HEALTH into main