Deep RL Masters Asymmetric Baghchal Game Strategy

Ranjit Raut, Aarav Subedi, Sagun Rai, Aaryan Shakya, Manoj Shakya· July 22, 2026 View original

Summary

This paper explores four deep reinforcement learning (RL) solutions (DQN, REINFORCE, PPO, MuZero) to master the asymmetric board game Baghchal, finding MuZero to be the best performer due to its model-based planning, while PPO offers a competitive, computationally efficient alternative.

Baghchal, a traditional Nepali asymmetric board game, presents a complex strategic challenge for AI due to its distinct player roles: four tigers aiming to capture goats, and twenty goats attempting to immobilize the tigers. Despite its strategic depth and cultural significance, it has been underexplored in deep reinforcement learning (RL) literature. This study systematically investigates four prominent deep RL algorithms—Deep Q-Network (DQN), REINFORCE, Proximal Policy Optimization (PPO), and MuZero—training them on one side of the game and evaluating their performance on both. The algorithms were assessed based on win rate, draw rate, average captures, training convergence, and computational cost. MuZero emerged as the top performer, achieving an 86% win rate as the Tiger and 62% as the Goat, attributed to its model-based planning capabilities via Monte Carlo Tree Search. PPO also proved highly competitive across both asymmetric tasks, offering significantly reduced computational costs compared to MuZero. Analysis of emergent strategies revealed that model-based approaches excel in long-horizon planning, whereas value-based methods like DQN showed a bias towards the Tiger role due to stronger reward signals.

Why it matters

Professionals in AI research and game development can gain insights into applying and comparing different deep RL algorithms for complex, asymmetric strategic problems, potentially informing the design of more sophisticated AI agents.

How to implement this in your domain

  1. 1Analyze the strategic complexities of asymmetric problems in your domain, identifying distinct agent roles and objectives.
  2. 2Experiment with model-based RL algorithms like MuZero for tasks requiring long-horizon planning and complex decision-making.
  3. 3Consider policy-based methods like PPO when computational efficiency is a critical constraint, balancing performance with resource usage.
  4. 4Design robust evaluation metrics that account for the asymmetric nature of the problem, including win rates, specific objective achievements, and resource costs.
  5. 5Study emergent strategic behaviors of trained agents to gain insights into optimal decision-making patterns.

Who benefits

GamingAI ResearchRoboticsDefenseLogistics

Key takeaways

  • Deep RL can effectively master complex asymmetric strategic games like Baghchal.
  • MuZero excels in asymmetric games due to its model-based planning and Monte Carlo Tree Search.
  • PPO offers a computationally efficient yet competitive alternative for such problems.
  • Model-based strategies are optimal for long-horizon planning, while value-based methods may show role bias.

Original post by Ranjit Raut, Aarav Subedi, Sagun Rai, Aaryan Shakya, Manoj Shakya

"arXiv:2607.18296v1 Announce Type: new Abstract: Baghchal is a two-player asymmetric board game with Nepali origins where four tigers are to capture goats and twenty goats desire to keep tigers in immobility. Although Baghchal has a complex structure which is strategic, has perfec…"

View on X

Originally posted by Ranjit Raut, Aarav Subedi, Sagun Rai, Aaryan Shakya, Manoj Shakya on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

New Tool Generates Contamination-Resistant, Labeled Code Datasets for LLMs

Spaghetti Architect is a new open-source tool that generates controlled, multi-language code datasets, addressing issues of contamination and lack of semantic control in existing code corpora. It creates correct-by-construction programs with adjustable "messiness" and difficulty labels, making it ideal for training and evaluating code-generating LLMs.

Yuxiang JiJul 22, 2026
AI ResearchAI Engineering & DevTools

New Method Safely Gates Hazardous LLM Knowledge Without Deletion

Researchers introduce Token Inoculation, a method that allows large language models to retain sensitive "dual-use" knowledge while selectively refusing hazardous queries. This approach uses a special token to condition the model's behavior, improving safety without sacrificing benign domain performance.

Seunghyun Lee, Dongyoon Han, Sangdoo YunJul 22, 2026
AI ResearchAI Engineering & DevTools

GNNAS-TSP Selects Optimal Algorithms for Traveling Salesman Problem

Researchers introduce GNNAS-TSP, a Graph Neural Network (GNN)-based framework for automated algorithm selection (AS) for the Traveling Salesman Problem (TSP). GNNAS-TSP learns TSP instance representations directly from raw graph data, avoiding manual feature engineering, and formulates AS as a joint cost-prediction and ranking task to select the best solver from a portfolio under fixed computational budgets.

Zhaoxuan Li, Jiale Yang, Yifei Lu, Mustafa MisirJul 22, 2026