Hello, thank you for open-sourcing this work !
I reproduced your work with great interest, including downloading the weights from HuggingFace and running the evaluation scripts. However, I consistently observe a success rate of 0.
Below is my reproduction procedure:
-
download the offical weights from HuggingFace “Timsty/mixture_of_horizons”
/root/ckpt/mixture_of_horizons/
├── README.md
├── norm_stats.json
├── pi05_moh_libero_3to30stride3
│ └── model.pt
├── pi0_moh_libero_3to30stride3
│ └── model.pt
└── pi0reg_moh_libero_3to30stride3
└── model.pt
-
modify the evaluation scripts (as followed image) and "sys.path": (In the first time, I run the test command manually in your terminal without piping to a log file.)
- bash ./scripts/eval_on_libero.sh
Here is the output log from my terminal after running the script:
I'd like to ask for your help in identifying where the problem lies. I can also provide recorded videos if needed. The videos show that the robot performs similarly strange operations regardless of the scenario.
Thank you very much for paying attention to and replying to this issue.