Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the baselines for synthetic functions #11

Open
yannadani opened this issue Aug 14, 2024 · 1 comment
Open

Running the baselines for synthetic functions #11

yannadani opened this issue Aug 14, 2024 · 1 comment

Comments

@yannadani
Copy link

Thank you for the great paper and repo.

I am trying to run multi_head baselines on synthetic functions (for ex vlmop1). I haven't configured EvoXbench or MujoCO for now. But when I call bash scripts/multi_head.sh or the direct python command, it always tries to configure EvoXbench and throws an error that a module is missing. I was wondering if the data related to EvoXbench has to be downloaded and configured in order to run on synthetic functions as well. Or is there a simple way to install and configure such that I can run only on synthetic benchmark.

Any help would be great!

@trxcc
Copy link
Contributor

trxcc commented Aug 14, 2024

Hi @yannadani

Thank you for your attention to our work! I have checked our implementation and reproduced your issue. An error would be raised since we directly import off_moo_bench.mo_nas in our implementation.

I have added some conditional checks in our code, which refers to #12. Now I can successfully run the algorithms (for example, run bash scripts/multi_head.sh directly).

If you have any questions, feel free to contact us!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants