Closed kozzy97 closed 1 year ago
@alhasacademy96 Just to flag here that @rppc 's workaround of specifying every configuration twice in the config file (so that there is an even and an odd index) works well. Using -1
indices did not solve the problem.
At least now we have a workable solution, but it would be good to get proper arena cycling working as intended.
I can confirm that the bug has been fixed!!!!!!!! (finallyyyyyyyyyyyyy this was very confusing and tedious :(
There is a problem with the experimental build when there are multiple arenas in a single file. I have tested the following config:
I get only the
GoodGoalMulti
andBadGoal
instances, not theGoodGoal
instance when I run play.py withv3.1.2.exp
. It works with the current stable buildv3.1.1
.