Character control via simulation and diffusion, closing the loop
Top 81.3% on sourcepulse
CLoSD addresses multi-task character control by closing the loop between simulation and diffusion models, enabling complex character behaviors. It targets researchers and engineers in robotics, animation, and AI, offering a unified framework for tasks like motion imitation, sequence control, and text-to-motion generation.
How It Works
CLoSD integrates a Diffusion Planner (DiP), an autoregressive diffusion model, with a physics-based simulation environment (Isaac Gym). DiP generates motion trajectories that are then executed by a simulated humanoid character. This approach allows for real-time planning and control, leveraging the generative power of diffusion models for diverse motion tasks within a robust simulation loop.
Quick Start & Requirements
conda create -n closd python=3.8
, conda activate closd
), install requirements (pip install -r requirement.txt
), download and install Isaac Gym.Highlighted Details
Maintenance & Community
The project is associated with Guy Tevet and appears to be a research artifact from ICLR 2025. Further community or maintenance details are not explicitly provided in the README.
Licensing & Compatibility
Limitations & Caveats
The setup requires specific versions of Python and Isaac Gym, and significant GPU RAM for training. The project is presented as a research artifact, and ongoing maintenance or support is not detailed.
3 months ago
Inactive