[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-83152-en":3,"doc-seo-83152-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":20,"is_deleted":4,"is_public":21,"is_downloadable":21,"audit_status":21,"page_count":22,"language":23,"language_code":24,"site_id":25,"html_lang":24,"table_of_contents":26,"faqs":27,"seo_title":13,"seo_description":14,"update_tm":28,"read_time":29},83152,687197207057,"Sage","https://ap-avatar.wpscdn.com/davatar_29158cc5080c5b710cf443261637dec0",8,"Research & Report","A Gold Standard Study of What Makes a Lightweight Game-Playing Agent Strong","Reinforcement learning agents for imperfect-information card games are limited by the quality of the opponents used for training, and by the lack of stable evaluation yardsticks. This work builds a strong fixed rule-based expert for Gin Rummy and uses it only for grading, never training. Over 100 controlled runs, trust-region updates, reward design, tougher-opponent curriculum, warm starting, and best-checkpoint selection raise performance from ~30% to ~36%. Capacity increases and multiple reward/state/imitation/LLM ideas do not remove the information bottleneck. The approach is validated on Leduc Hold’em with computable optimum, yielding a reusable lightweight recipe with robust statistics.","A Gold-Standard Study of What Makes a Lightweight Game-Playing Agent Strong  \nNima Kelidari, Mohammadsaeed Haghi, Mahdi Salmani  \nUniversity of Southern California {kelidari, haghim, [salmanis](salmanis}@usc.edu)[}](salmanis}@usc.edu)[@usc.edu](salmanis}@usc.edu)  \narXiv :2607 .06854v 1 [ cs .LG] 7 Jul 2026  \nAbstract  \nReinforcement learning agents for imperfect-information card games are only as strong as the opponents they train against, and they are hard to grade, since they beat a random opponent over 99 percent of the time and only tie copies of themselves. So we build a strong, fixed, rule-based expert for Gin Rummy and use it only as a yardstick, never for training. It beats every agent we trained 70 to 99 percent of the time. Across more than a hundred runs, we isolate what makes a lightweight agent stronger. Trust region updates, a well-aimed reward, a curriculum of tougher opponents, warm starting, and keeping the best checkpoint all help, and stacking them lifts a self-play champion from about 30 to 36 percent against the expert. Several ideas did not pay off. Shortterm and longer-term reward shaping, learned state embeddings, imitation and DAgger, and a live large language model opponent were each unhelpful, too slow, or too heavy to train at scale. Comparing MLP, convolutional, set-based, attention, and recurrent encoders shows that extra capacity does little to break the ceiling, suggesting the limit is information rather than network size. We add standard baselines (neural fictitious self-play and information set Monte Carlo search) and confirm the approach carries over to Leduc Hold’em, where the optimum is computable. The result is a lightweight, gameagnostic recipe that trains competitive agents without training on the expert, for any game a small model can handle, reported with robust statistics and released as a reusable package.  \nIntroduction  \nLearning to play imperfect-information card games well is a long-standing testbed for game AI. Games such as poker, DouDizhu, Mahjong, and Gin Rummy hide the opponent’shand and the order of the deck, so a player must act under uncertainty, plan over a long horizon, and adapt to whoever sits across the table. The dominant recipe for building agents in these games is deep reinforcement learning (RL) with self-play, which has produced superhuman play in several of them (Heinrich and Silver 2016 ; Li et al. 2020 ; Zha et al. 2021) . Behind those headline results, though, a practitioner who wants a small and fast agent runs into two practical problems that the headline results do not solve.  \nPreprint. Submitted to the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE 2026) . This is the authors’ version and not the version of record.  \nThe first is the opponent bottleneck. An RL agent is only as good as the opponents it practices against. Training against a weak fixed opponent teaches a weak ceiling, and pure self-play can chase its own tail, cycling through strategies that beat the last version without getting stronger in any absolute sense. The second problem is that, for most of these games, the practitioner has no cheap absolute yardstick. Strength is usually measured against random play or against the agent’s own past checkpoints, both of which can flatter a mediocre agent. As a result, the design choices that actually build a strong lightweight agent (which RL algorithm, how to shape the reward, how to schedule opponents, how to represent the state, which checkpoint to ship) are tuned against references that are either too weak or constantly moving. The field has many strong single agents but few clean, controlled accounts of which of these choices matter and why. If we had a fixed, strong, and cheap reference opponent, we could measure these choices cleanly and turn them into a reusable recipe.  \nExisting lines of work do not fill this gap directly. The famous self-play systems (Silver et al. 2018 ; Vinyals et al. 2019 ; Be","cbCaipFAjGraubq2","https://ap.wps.com/l/cbCaipFAjGraubq2","pdf",302810,2,1,11,"English","en",105,"# Introduction\n## Opponent bottleneck and evaluation yardsticks\n## Prior work limitations\n## Paper approach: fixed expert and controlled experiments\n# Contributions and findings","[{\"question\":\"Why does the quality of training opponents matter for imperfect-information card-game agents?\",\"answer\":\"An RL agent’s strength is bounded by the opponents it practices against. Training against weak or moving references can create a low ceiling or misleading improvements without absolute progress.\"},{\"question\":\"What is the role of the Gin Rummy gold-standard expert in this study?\",\"answer\":\"The authors build a strong, fixed, deterministic Gin Rummy expert and use it only as a yardstick for evaluation. The RL agents are never trained against this expert.\"},{\"question\":\"Which lightweight training choices were found to improve performance most?\",\"answer\":\"Trust-region updates, a well-aimed reward design, an opponent curriculum that increases difficulty, warm starting, and keeping the best checkpoint each contribute to stronger play and together raise win rates against the expert.\"}]",1784185629,28,{"code":4,"msg":31,"data":32},"ok",{"site_id":25,"language":24,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"a-gold-standard-study-of-what-makes-a-lightweight-game-playing-agent-strong","",{"@graph":36,"@context":85},[37,53,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,47,50],{"item":41,"name":42,"@type":43,"position":21},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":20},"https://docshare.wps.com/document/","Document",{"item":48,"name":12,"@type":43,"position":49},"https://docshare.wps.com/document/research-report/",3,{"item":51,"name":13,"@type":43,"position":52},"https://docshare.wps.com/document/a-gold-standard-study-of-what-makes-a-lightweight-game-playing-agent-strong/83152/",4,{"url":51,"name":13,"@type":54,"author":55,"headline":13,"publisher":57,"fileFormat":60,"inLanguage":24,"description":14,"dateModified":61,"datePublished":62,"encodingFormat":60,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":56},"Person",{"url":41,"name":58,"@type":59},"DocShare","Organization","application/pdf","2026-07-22","2026-07-16",true,{"@type":65,"interactionType":66,"userInteractionCount":20},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"Why does the quality of training opponents matter for imperfect-information card-game agents?","Question",{"text":75,"@type":76},"An RL agent’s strength is bounded by the opponents it practices against. Training against weak or moving references can create a low ceiling or misleading improvements without absolute progress.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"What is the role of the Gin Rummy gold-standard expert in this study?",{"text":80,"@type":76},"The authors build a strong, fixed, deterministic Gin Rummy expert and use it only as a yardstick for evaluation. The RL agents are never trained against this expert.",{"name":82,"@type":73,"acceptedAnswer":83},"Which lightweight training choices were found to improve performance most?",{"text":84,"@type":76},"Trust-region updates, a well-aimed reward design, an opponent curriculum that increases difficulty, warm starting, and keeping the best checkpoint each contribute to stronger play and together raise win rates against the expert.","https://schema.org",{"og:url":51,"og:type":87,"og:title":13,"og:site_name":58,"og:description":14},"article",{"robots":89,"canonical":51},"index,follow",{"doc_id":7,"site_id":25},{"code":4,"msg":5,"data":92},[93,97,101,105,110,115,120,123,128,131,135],{"id":21,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":20,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":52,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":111,"doc_module":4,"doc_module_name":46,"category_name":112,"show_sort_weight":113,"slug":114},6,"Technology",50,"technology",{"id":116,"doc_module":4,"doc_module_name":46,"category_name":117,"show_sort_weight":118,"slug":119},7,"Healthcare",40,"healthcare",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":121,"slug":122},30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]