-
Notifications
You must be signed in to change notification settings - Fork 13
heyhi
version / FROZEN_SYM_BD issue
#4
Comments
I was able to get
Alternatively you can replace all calls to
|
Sorry for the trouble, some last minute merging of different versions didn't go right. A fix should be pushed now to main for those errors and a few others. |
Hey, thanks for pushing the fix, though I think there might still be some issues Running
Additionally, when trying to run a game with a random agent, it looks like there's a point where python run.py --adhoc --cfg conf/c01_ag_cmp/cmp.prototxt I.agent_one=agents/searchbot.prototxt I.agent_six=agents/random.prototxt
|
Thanks for reporting, these should be fixed now as well. The first error is due to "squeue" being present in our environment, but of course it may not be on more general environments - there may be some chance there are other similar places in the code that make some assumption about the environment the program is running in, so let us know if you see more instances of things like this. |
Hi --
I'm following the installation instructions in the README, and
make test_fast
fails with a bunch of errors like:I guessed that maybe those calls should be changed from
heyhi.conf.load_cfg
toheyhi.conf.load_config
-- though if I do that, I get errors likeAny thoughts? Thanks!
The text was updated successfully, but these errors were encountered: