Testing a Zero-Parameter Model Against KataGo
Summary
Tests a zero-parameter model against KataGo, evaluating its performance in the game of Go.
Similar Articles
WallZero: Mastering the Game of WallGo with Strategic Analysis
This paper presents WallZero, an AlphaZero-based agent for the two-player board game WallGo, which defeats professional Go players and is used to analyze game balance and strategies.
G-Zero: Self-Play for Open-Ended Generation from Zero Data
This paper introduces G-Zero, a verifier-free framework that enables autonomous large language model self-improvement through co-evolutionary training using intrinsic rewards and hint-based guidance. It aims to overcome the limitations of proxy LLM judges in open-ended tasks by deriving supervision from internal distributional dynamics.
Opening the Black Box with a Zero Parameter Model
A novel approach to model interpretability using a zero-parameter model that opens the black box of complex AI systems without requiring additional training or parameters.
@dair_ai: NEW paper worth reading. GPT-5.4 nano plus a critic-comparator orchestration loop hits 76.4% on SWE-bench Verified, mat…
A new paper shows that using a weak model with k=8 proposals and a critic-comparator selection loop can match frontier model performance on SWE-bench Verified, reaching 76.4% accuracy. The key insight is that correct patches are often already present in a weak model's top-k candidates, and the challenge is effective selection using execution verification.
FootsiesGym: A Fighting Game Benchmark for Two-Player Zero-Sum Imperfect-Information Games
FootsiesGym is an open-source environment for studying non-trivial two-player zero-sum imperfect-information games, built on the minimalist fighting game Footsies. It provides a vectorized simulator for efficient training and benchmarks several reinforcement learning algorithms.