SeqDex icon indicating copy to clipboard operation
SeqDex copied to clipboard

No such file or directory: 'intermediate_state/saved_searching_ternimal_states_medium_mo_tvalue.pkl'

Open lllzheng opened this issue 1 year ago • 3 comments

image

lllzheng avatar Feb 20 '24 03:02 lllzheng

Hi, I have encountered the same problem. Have you resolved it ?

xiaobai0906 avatar Mar 17 '24 10:03 xiaobai0906

Hello @USTC-LiZheng,

This is because the initial state of the Grasping task is collected from the ternimal state of the Orienting task, and the initial state of the Orienting task is collected from the Search task (see our paper). So you need to execute Search->Orient->GraspSim in order to generate the intermediate_state files, just like our scripts python file.

But for the convenience (run each task separately), we have added the function of generate this file automatically in the latest version, so that you can run it separated. You can git pull it down and try again.

Hope this could help you.

cypypccpy avatar Mar 25 '24 13:03 cypypccpy

Thank you very much!

 

王佑谦 @.***

 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2024年3月25日(星期一) 晚上9:57 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [sequential-dexterity/SeqDex] No such file or directory: 'intermediate_state/saved_searching_ternimal_states_medium_mo_tvalue.pkl' (Issue #8)

Hello @USTC-LiZheng,

This is because the initial state of the Grasping task is collected from the ternimal state of the Orienting task, and the initial state of the Orienting task is collected from the Search task (see our paper). So you need to execute Search->Orient->GraspSim in order to generate the intermediate_state files, just like our scripts python file.

But for the convenience (run each task separately), we have added the function of generate this file automatically in the latest version, so that you can run it separated. You can git pull it down and try again.

Hope this could help you.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

xiaobai0906 avatar Mar 26 '24 12:03 xiaobai0906