Search papers, labs, and topics across Lattice.
This paper introduces HRL-IM/CBS, a hierarchical reinforcement learning framework designed to enhance micromanagement in StarCraft by utilizing influence map hashing and cluster-based scripts. By encoding battlefield situations into compact hexadecimal representations and employing adaptive unit partitioning, the framework effectively addresses the challenges of dimensionality and sparse rewards in RTS games. Experimental results across six asymmetric scenarios show that HRL-IM/CBS not only competes well with deep reinforcement learning baselines but also improves sample efficiency and interpretability through its transparent Q-table architecture.
HRL-IM/CBS achieves competitive performance in StarCraft micromanagement while significantly enhancing sample efficiency and interpretability compared to traditional deep RL methods.
Real-time strategy (RTS) games present significant AI challenges, characterized by expansive state-action spaces arising from multi-unit coordination in continuous battlefields, and sparse delayed rewards stemming from final win/lose signals. Existing approaches face a trade-off between managing the dimensionality explosion of joint actions and maintaining the interpretability of complex state representations. This complexity is further intensified by the limitation of traditional hierarchical structures in adaptively decomposing tasks into effective tactical modules. Such difficulties are compounded by the black-box nature of deep learning models and their reliance on sparse rewards, which together result in limited sample efficiency and a lack of decision-making transparency. To address these limitations, this paper proposes HRL-IM/CBS, a hierarchical reinforcement learning framework with influence map hashing and cluster-based scripts for StarCraft micromanagement. Influence map hashing encodes global battlefield situations into compact hexadecimal codes, capturing spatial control and relative advantage. Cluster-based scripts enable dynamic local coordination through adaptive unit partitioning. The hierarchical multi-Q-table architecture decomposes decision-making into upper-level clustering strategy selection and lower-level tactical execution, with reward allocation providing dense learning signals. Experiments across six asymmetric scenarios demonstrate competitive performance against deep RL baselines while offering advantages in sample efficiency and interpretability through transparent Q-table representations.