Pre-trained checkpoints and training logs for the DemoGrasp-Force project, which investigates whether force-aware training (reward shaping, observation augmentation, and VLM-predicted physical property conditioning) improves dexterous grasping under realistic physics.
1import torch
2state = torch.load("runs_ppo/E5_baseline/model_2100.pt", map_location="cpu")3# state contains 'model' (policy weights) and PPO optimizer state
Failed runs excluded: E6, E8, E9, E10, E11, E12 were killed early (Ninja build error or OOM) and are not included. See the GitHub repo for the rerun script (scripts/run_experiments_e6.sh).
Training speed: ~40 min per 100 PPO steps on RTX 3090, roughly 5.7× slower than the paper's RTX 4090 timings. A full 20 000-step training would take ~125 h.
Lower absolute success rate: Our ~78 % (E5) vs the paper's ~96 % is explained by harder physics (objectFriction=0.5 vs 1.0) and a slower GPU. Relative comparisons across E5–E12 are what this repo is designed to support.
Citation
If you use these checkpoints, please also cite the original DemoGrasp paper (see the GitHub repo for details).