Closed jcformanek closed 2 years ago
Dear jcformanek:
Can you try set 'use_cuda' as False? The code I have uploaded maybe a cpu version.
I will fix it this bug later since some one also noted it recently.
Also, the dataset I have uploaded is a toy example. If you want to reproduce the result, I can send the dataset for you. Or you can make the SMAC dataset by yourself.
Good day,
Many thanks, that seems to have worked. The code is running now. I will reach out when I need the dataset, for now I am just stepping through the code to understand it properly.
While you are fixing the bugs, I would recommend also checking your requirements.txt
file as well. There where some dependency issues I needed to resolve during my install.
Thanks for your rapid response.
Good day, thank you for open sourcing your code. I am very excited to experiment with it.
I ran the following:
python3 src/main.py --config=offpg_smac --env-config=sc2 with env_args.map_name=3s_vs_3z
The code seemed to start but then hangs indefinitely. I would really appreciate if you could help me get the code running.
This is the only output I get in the terminal:
When I interrupt the terminal with
ctrl+c
I get the following: