Game-Theoretic Interaction Dataset
收藏资源简介:
该数据集用于游戏理论交互的模型预测控制(MPC)研究,包含多个处理后的场景数据文件(如processed_sc1.pkl到processed_sc8.pkl),适用于多智能体运动规划策略的学习。
This dataset is designed for research on model predictive control (MPC) for game-theoretic interactions. It contains multiple processed scenario data files (e.g., processed_sc1.pkl to processed_sc8.pkl) and is suitable for learning multi-agent motion planning strategies.
数据集概述
数据集名称
Game-Theoretic Interaction Dataset
数据集描述
该数据集用于支持论文《Learning Multi-agent Motion Planning Strategies from Generalized Nash Equilibrium for Model Predictive Control》中提出的隐式博弈论模型预测控制(IGT-MPC)方法的实验。数据集包含了在无信号交叉口导航场景中的博弈论交互数据。
数据集内容
数据集包含以下文件:
instruction.txtprocessed_sc1.pklprocessed_sc2.pklprocessed_sc3.pklprocessed_sc4.pklprocessed_sc5.pklprocessed_sc6.pklprocessed_sc7.pklprocessed_sc8.pkl
数据集结构
数据集应解压至以下目录结构中:
├── intersection_navigation ├── game_theoretic_NN ├── configs │ ├── sc1_config.yaml │ ├── ... ├── dataset │ ├── instruction.txt │ ├── processed_sc1.pkl │ ├── processed_sc2.pkl │ ├── processed_sc3.pkl │ ├── processed_sc4.pkl │ ├── processed_sc5.pkl │ ├── processed_sc6.pkl │ ├── processed_sc7.pkl │ └── processed_sc8.pkl └── models ├── V_GT_sc1.pt ├── ...
数据集下载地址
https://drive.google.com/drive/folders/1_8X7iMNEwCyPxwwrzvA_sD0aoYWLmUq4?usp=drive_link




