Maximilian Weichart

@mweichart.bsky.social

Optimism in the face of uncertainty https://maximilian-weichart.de/

📣 Please share: We invite submissions to the 29th International Conference on Artificial Intelligence and Statistics (#AISTATS 2026) and welcome paper submissions at the intersection of AI, machine learning, statistics, and related areas. [1/3]

Bild

Open-sourced my implementation of AlphaZero and various other MCTS policies to play Tetris. In contrast to other Tetris-agents, this implementation does *not* rely on observation- or action-space simplification. It trains an agent with the same information a human has. github.com/Max-We/alpha...

GitHub - Max-We/alphazero-tetris: An implementation of AlphaZero and MCTS with neural networks for Tetris

An implementation of AlphaZero and MCTS with neural networks for Tetris - Max-We/alphazero-tetris

github.com

I found this via Scholar Inbox today. These are detailed, clear and understandable explanations + exercises to learn with. Thank you, great work!

Jonas Hübotter@jonhue.bsky.social · 2y ago

I'm very excited to share notes on Probabilistic AI that I have been writing with @arkrause.bsky.social 🥳 arxiv.org/pdf/2502.05244 These notes aim to give a graduate-level introduction to probabilistic ML + sequential decision-making. I'm super glad to be able to share them with all of you now!

Working on debugging RL algorithms such as AlphaZero is hard, especially when the codebase uses just-in-time-compiled JAX. So I created a replay-viewer which visualizes an episode with all the policy statistics for a personal project. Will be open-sourced once I finish my new algorithm!