Max Känner max
  • Joined on 2022-10-21
max created pull request max/battlesnake#1 2025-04-25 15:00:01 +02:00
Start from scratch with a new simulation
max pushed to restart at max/battlesnake 2025-04-25 14:59:23 +02:00
99acd4ad1f improve score condition
max pushed to restart at max/battlesnake 2025-04-24 22:56:51 +02:00
bad4d916b8 make battlesnake the default
caa6eed783 improve progress bar
9333f6c6fb reduce regression parallelism
Compare 3 commits »
max pushed to restart at max/battlesnake 2025-04-21 21:48:13 +02:00
1d527a89cd make simulation faster
max pushed to restart at max/battlesnake 2025-04-21 20:56:25 +02:00
c5097ec417 update
max pushed to restart at max/battlesnake 2025-01-26 19:29:47 +01:00
879f99e23f multi agent mcts
302f5cac50 fix regression test
Compare 2 commits »
max pushed to restart at max/battlesnake 2025-01-25 23:55:58 +01:00
d715aa47b3 allow changing the port
max pushed to restart at max/battlesnake 2025-01-25 23:49:07 +01:00
6f04d7cb7f single agent mcts
max pushed to main at max/nix-esp-rust 2025-01-23 11:07:08 +01:00
58fd3db51e add esp-idf tooling
max pushed to restart at max/battlesnake 2025-01-22 01:33:49 +01:00
3f91660583 improve scoring system
max pushed to restart at max/battlesnake 2025-01-22 01:17:13 +01:00
32883b2a1b spawn blocking task for simulations
c26da8869c use full tokio features
Compare 2 commits »
max pushed to restart at max/battlesnake 2025-01-22 01:00:32 +01:00
d3abaf61a7 use division remainder as second criterion
d46e2d8163 correct food spawning algorithm
Compare 2 commits »
max pushed to restart at max/battlesnake 2025-01-22 00:43:10 +01:00
5b440bc7db simple monte carlo simulation
d858d88e76 fix health reset on feeding
Compare 2 commits »
max pushed to restart at max/battlesnake 2025-01-21 23:20:45 +01:00
3a163fd6e7 save u8 to string id mapping
max pushed to restart at max/battlesnake 2025-01-21 22:40:03 +01:00
108aeaa49d skip calculating index from id when index already present
max pushed to restart at max/battlesnake 2025-01-21 20:25:58 +01:00
ea96a0eb0d put small field bitfields on the stack
47f75563ae add clone benchmark
Compare 2 commits »
max pushed to restart at max/battlesnake 2025-01-21 19:26:47 +01:00
5bb7476af6 use VecDeque in intended direction
max pushed to restart at max/battlesnake 2025-01-21 19:04:34 +01:00
2f2b7ac11e add simulation benchmarks
max pushed to main at max/nix-esp-rust 2025-01-20 19:43:28 +01:00
e1c2c96ccf update rust to version 1.84
max pushed to restart at max/battlesnake 2025-01-17 00:36:41 +01:00
1410602c6c bump rust version