huawei-noah / HEBO

Bayesian optimisation & Reinforcement Learning library developed by Huawei Noah's Ark Lab
3.29k stars 590 forks source link

abc_release_path.txt #77

Closed gongyuzhangzhao closed 5 months ago

gongyuzhangzhao commented 5 months ago

"I want to know what path should be filled in the file named 'abc_release_path.txt'. Initially, I filled in 'abc' as the path after compiling with 'make'. However, I encountered an error."

gongyuzhangzhao commented 5 months ago

"I want to run the 'test_aig_task.py' file for MCBO. "

gongyuzhangzhao commented 5 months ago

This is the path "/root/autodl-tmp/MCBO/abc" from my "abc_release_paht.txt" file, where "ABC" refers to the ABC file compiled using make. The error message is as follows:

File "/root/autodl-tmp/MCBO/mcbo/tasks/eda_seq_opt/utils/utils.py", line 59, in get_results_storage_path_root abc_release_path = f.readlines()[0]