MultiAgent-Content / README.md
MK-Bin's picture
Update UE5 Content v1.0.0
1453820 verified
|
raw
history blame
1.68 kB
metadata
license: mit
tags:
  - unreal-engine
  - ue5
  - game-assets
  - robotics
  - multi-agent
  - simulation
size_categories:
  - 1G<n<10G

MultiAgent UE5 Content

UE5 项目资源文件,用于多机器人仿真系统 MultiAgent-Unreal

资源统计

  • 总文件数: 2041
  • 总大小: 5174.61 MB
  • UAsset 文件: 1934
  • UMap 文件: 12

目录结构

Content/
├── charge/
├── StarterContent/
├── Characters/
├── Developers/
├── LevelPrototyping/
├── __ExternalObjects__/
├── Cursor/
├── Robot/
├── Agent/
├── __ExternalActors__/
├── Collections/
├── Map/
├── StateTree/

使用方法

方法 1: 使用 huggingface-cli 下载

# 安装 huggingface_hub
pip install huggingface_hub

# 下载到指定目录
huggingface-cli download WINDY-Lab/MultiAgent-Content --repo-type dataset --local-dir ./Content

方法 2: 使用 Python 下载

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="WINDY-Lab/MultiAgent-Content",
    repo_type="dataset",
    local_dir="./Content"
)

方法 3: 使用 Git LFS

git lfs install
git clone https://huggingface.co/datasets/WINDY-Lab/MultiAgent-Content Content

配置软链接

下载后,在 UE5 项目中创建软链接:

# 假设下载到 ~/Material/UE5_Projects/MultiAgent_Content
ln -s ~/Material/UE5_Projects/MultiAgent_Content unreal_project/Content

相关项目

License

MIT License