CoolFace
Datasetpublic

WindyLab/MultiAgent-Content

MultiAgent UE5 Content MultiAgent-Unreal 项目的配套 UE5 资产库。 快速克隆 #### 安装 Git LFS #### ## Mac 系统 brew install git-lfs git lfs install ## Linux 系统 sudo apt-get install git-lfs git lfs install #### 克隆到项目目录 #### cd unreal_project ## 有🪜 git clone https://huggingface.co/datasets/WindyLab/MultiAgent-Content Content ## 中国用户 git clone https://hf-mirror.com/datasets/WindyLab/MultiAgent-Content Content 📂 目录结构 Content/ ├── Agent/ # 智能体配置 ├──… See the full description on the dataset page: https://huggingface.co/datasets/WindyLab/MultiAgent-Content.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes3.1kdownloads
README.md78 linesDownload Raw Back to root
1---2license: mit3tags:4- unreal-engine5- ue56- game-assets7- robotics8- multi-agent9- simulation10size_categories:11- 1G<n<10G12---13 14# MultiAgent UE5 Content15 16[MultiAgent-Unreal](https://github.com/WindyLab/MultiAgent-Unreal) 项目的配套 UE5 资产库。17 18### 快速克隆19 20```bash21#### 安装 Git LFS ####22## Mac 系统23brew install git-lfs24git lfs install25 26## Linux 系统27sudo apt-get install git-lfs28git lfs install29 30#### 克隆到项目目录 ####31cd unreal_project32 33## 有🪜34git clone https://huggingface.co/datasets/WindyLab/MultiAgent-Content Content35 36## 中国用户37git clone https://hf-mirror.com/datasets/WindyLab/MultiAgent-Content Content38```39 40## 📂 目录结构41 42```43Content/44├── Agent/              # 智能体配置45├── Characters/         # 角色模型/动画46├── Map/                # 仿真场景47│   ├── Downtown/              # 现代市中心48│   ├── Hong_Kong_Street/      # 香港街道49│   ├── SimpleCity/            # 简单城市50│   ├── Spruce_Forest/         # 森林场景51│   └── Warehouse/             # 仓库52├── Robot/              # 机器人模型53│   ├── dji_inspire2/   # 御 254│   ├── go1/            # 宇树 Go155│   ├── ugv1/           # 无人车56│   └── ...57├── Materials/          # 共享材质58└── ...59```60 61## 🤝 贡献指南62 631. **更新资产**:在 UE5 编辑器中修改并保存。642. **提交更改**:65 66```bash67cd unreal_project/Content68git add .69git commit -m "feat: 添加新模型"70git push71```72 73## 🔗 相关链接74 75- **主项目**: [GitHub - MultiAgent-Unreal](https://github.com/WindyLab/MultiAgent-Unreal)76- **文档**: [Project Documentation](https://github.com/WindyLab/MultiAgent-Unreal/tree/main/doc)77- **问题反馈**: [Issues](https://github.com/WindyLab/MultiAgent-Unreal/issues)78