paper-with-me

홈 › Papers

LLM-PySC2: Starcraft II learning environment for Large Language Models

2024-11-08 · Zongyuan Li, Yanan Ni, Runnan Qi, Lumin Jiang, Chang Lu, Xiaojie Xu, Xiangbei Liu, Pengfei Li, Yunzheng Guo, Zhe Ma, Xian Guo, Kuihua Huang, Xuebo Zhang

This paper introduces a new environment LLM-PySC2 (the Large Language Model StarCraft II Learning Environment), a platform derived from DeepMind's StarCraft II Learning Environment that serves to develop Large Language Models (LLMs) based decision-making methodologies. This environment is the first to offer the complete StarCraft II action space, multi-modal observation interfaces, and a structured game knowledge database, which are seamlessly connected with various LLMs to facilitate the research of LLMs-based decision-making. To further support multi-agent research, we developed an LLM collaborative framework that supports multi-agent concurrent queries and multi-agent communication. In our experiments, the LLM-PySC2 environment is adapted to be compatible with the StarCraft Multi-Agent Challenge (SMAC) task group and provided eight new scenarios focused on macro-decision abilities. We evaluated nine mainstream LLMs in the experiments, and results show that sufficient parameters are necessary for LLMs to make decisions, but improving reasoning ability does not directly lead to better decision-making outcomes. Our findings further indicate the importance of enabling large models to learn autonomously in the deployment environment through parameter training or train-free learning techniques. Ultimately, we expect that the LLM-PySC2 environment can promote research on learning methods for LLMs, helping LLM-based methods better adapt to task scenarios.

📄 PDF Abstract BibTeX arXiv:2411.05348

Code (1)

nkai-decision-team/llm-pysc2 공식 구현

Tasks

Decision MakingLanguage ModellingLarge Language ModelSMACSMAC+StarcraftStarcraft II

Similar Papers 제목 키워드 기반

Asynchronous Advantage Actor-Critic Agent for Starcraft II

2018-07-22 · Basel Alghanem, Keerthana P G

Deep reinforcement learning, and especially the Asynchronous Advantage Actor-Critic algorithm, has been successfully used to achieve super-human performance in a variety of video games. Starcraft II is a new challenge fo…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+3

Two-Bridge: Exclusive Objectives and Extended Horizon StarCraft II Benchmark

2026-02-19 · Sourav Panda, Tanmay Ambadkar, Shreyash Kale, Abhinav Verma 외 arxiv

The research community lacks a middle ground between StarCraft II full game and its mini-games. The full-game's sprawling state-action space renders reward signals sparse and noisy, but in mini-games simple agents satura…

Reinforcement LearningStarcraft II

LLM-Cave: A benchmark and light environment for large language models reasoning and decision-making system

2025-11-27 · Huanyu Li, Zongyuan Li, Wei Huang, Xian Guo arxiv

Large language models (LLMs) such as ChatGPT o1, ChatGPT o3, and DeepSeek R1 have shown great potential in solving difficult problems. However, current LLM evaluation benchmarks are limited to one-step interactions. Some…

Computational Efficiency

EntropyScan: Towards Model-level Backdoor Detection in LVLMs via Visual Attention Entropy

2026-05-15 · Xuanyu Ge, Zhongqi Wang, Jie Zhang, Shiguang Shan 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities across various tasks, yet they remain vulnerable to backdoor attacks. Existing defense methods predominantly focus on sample-level defense, w…

pyscreener: A Python Wrapper for Computational Docking Software

2021-12-17 · David E. Graff, Connor W. Coley

pyscreener is a Python library that seeks to alleviate the challenges of large-scale structure-based design using computational docking. It provides a simple and uniform interface that is agnostic to the backend docking …