Hello, I’m Wang Huijiu 👋

  Programmer / AI enthusiast / gamer, currently focused on **AI**.

  I use this site to share notes and ideas on AI, algorithms, programming, and games.

Site Infrastructure Update: Analytics, ICP Filing, and Caching

Today I added domestic and international traffic analytics, displayed filing information, and reorganized the static asset caching strategy for this site.

2026-07-13 · 2 min · 398 words

Taming Balatro: Pushing White Stake Clear Rate to 99% with Reinforcement Learning

If we want to achieve a 99% Ante 8 clear rate on Balatro White Stake, how should the RL algorithm be designed? This article presents a concrete technical blueprint from game-mechanics modeling, state/action spaces, reward shaping to algorithm selection, and explains why pure PPO won’t work and why a hybrid MCTS+RL architecture is necessary.

2026-06-28 · 13 min · 2699 words

From AlphaZero to Dota 2: Three Bottlenecks in Reinforcement Learning and How They Were Broken

AlphaZero and OpenAI Five are two milestones in reinforcement learning. What walls did each of them hit, and what engineering and algorithmic innovations knocked those walls down? This article dissects them with a pyramid structure: three shared bottlenecks — data, stability, and scale — and how each project broke through them.

2026-06-28 · 12 min · 2441 words

Introduction to Reinforcement Learning: From Intuition to Q-Learning

Reinforcement learning is the paradigm that lets AI learn to “grow through trial and error”. Starting from the most fundamental intuition, this article clearly explains MDP, the Bellman equation, and Q-Learning, and includes a runnable Python example.

2026-06-28 · 8 min · 1631 words

Hello, World — The Blog Is Live

This is the first post on Huijiu Wang’s personal blog, marking the birth of this little site.

2026-06-28 · 1 min · 123 words