Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
512
4.1k

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/              # 智能体配置
├── Characters/         # 角色模型/动画
├── Map/                # 仿真场景
│   ├── Downtown/              # 现代市中心
│   ├── Hong_Kong_Street/      # 香港街道
│   ├── SimpleCity/            # 简单城市
│   ├── Spruce_Forest/         # 森林场景
│   └── Warehouse/             # 仓库
├── Robot/              # 机器人模型
│   ├── dji_inspire2/   # 御 2
│   ├── go1/            # 宇树 Go1
│   ├── ugv1/           # 无人车
│   └── ...
├── Materials/          # 共享材质
└── ...

🤝 贡献指南

  1. 更新资产:在 UE5 编辑器中修改并保存。
  2. 提交更改
cd unreal_project/Content
git add .
git commit -m "feat: 添加新模型"
git push

🔗 相关链接

Downloads last month
6