-
Notifications
You must be signed in to change notification settings - Fork 0
bottleneck-2: pazz bugs #57
Description
There are now two versions of the bottleneck-2, both controllable for two tokens, not more.
I have make all previously hidden edges visible for clarity.
The strategy for both should be to play ba# until you have one token each at states "l" and "r", then play "b1"
the example with suffix "free" is meant to allow to pass tokens through the left and right in any order, as the other side ignores its actions;
Problem: the "staged" one looks great, except that it is not picked up that two tokens upfront should be controllable.
It does show a correct continuation strategy from l:1, r:1 though, but does not advise to play "b" from s:2.
Bug??
update: the "free" example does terminate but takes longer than I expected.
Still the same issue with this version:
Play action 'b' in the downward-closure of
( _ , _ , _ , _ , _ , _ , _ , 1 , _ , _ , _ ) // the position corresponds to state s and this is the only tuple
Originally posted by @pazz in #45 (comment)