[Bug] Missing mesh files in mujoco/environment/place_workpiece/meshes/
#5
by paperX2002 - opened
Environment
- GenieSimAssets branch: rolling
- Commit: 2e2478705e44b8e4b713186706791feffdf3d722 (add rlinf assets)
Problem
The file mujoco/environment/place_workpiece/output.xml references mesh files
under mujoco/environment/place_workpiece/meshes/, but this directory was never
committed to the repository.
When running RL training with RLinf, MuJoCo fails to load with:
ValueError: Error opening file '/geniesim/main/source/geniesim/assets/mujoco/environment/place_workpiece/meshes/mesh_000.obj'
Expected
The meshes/ directory containing mesh_000.obj ~ mesh_009.obj should be
present in the repository (or as LFS files).
Steps to Reproduce
- Clone GenieSimAssets rolling branch
- Run: bash RLinf/rlinf/envs/geniesim/scripts/run.sh collect --num-demos 50
- Observe the error above