UniHSI icon indicating copy to clipboard operation
UniHSI copied to clipboard

How to test with different environment and prompt

Open bowieshi opened this issue 1 year ago • 1 comments

Hi. Can I ask how can we use different Scene or use PartNet object and try different action? In paper, it is "chain_of_contacts". But in the scannet_example.json, it is "contact_pairs". What is the difference? If I want to test the examples provided in the paper. How can I modify the bash file? Thank you!

python3 unihsi/run.py \
    --task UniHSI_ScanNet\
    --test \
    --num_envs 1 \
    --cfg_env unihsi/data/cfg/humanoid_unified_interaction_scene_1.yaml \
    --cfg_train unihsi/data/cfg/train/rlg/amp_humanoid_task_deep_layer.yaml \
    --motion_file motion_clips/chair_mo014.npy \
    --checkpoint checkpoints/Humanoid.pth \
    --obj_file sceneplan_demo/scannet_example.json

bowieshi avatar Jun 20 '24 07:06 bowieshi

Hi. "chain_of_contacts" in the paper and "contact_pairs" in the config are the same thing. If you want to test other examples, just write another config in the form of scannet_example.json.

xizaoqu avatar Jun 26 '24 05:06 xizaoqu

Hi, I'll close the comment. Feel free to reopen it if you have further questions.

xizaoqu avatar Nov 04 '24 12:11 xizaoqu