tongsim-unreal-content
收藏资源简介:
tags: - unreal-engine - simulation - embodied-ai - tongsim --- # TongSIM Unreal Content This dataset hosts the Unreal Engine project assets (the `Content/` folder) for [TongSIM-Lite github repository](https://github.com/bigai-ai/tongsim). These binary assets are intentionally not stored in the main code repository. ## Layout - `Content/`: copy into `<repo>/unreal/Content/` ## Download (users) Use the helper script from the main repository: ```bash python scripts/fetch_unreal_content.py ``` ## Upload (maintainers) This repo is meant to be pushed with Git LFS. ```bash git lfs install git init git remote add origin https://huggingface.co/datasets/bigai/tongsim-unreal-content git add . git commit -m "Add Unreal Content assets" git push -u origin main ```



