-
Notifications
You must be signed in to change notification settings - Fork 46
Description
The rdeep bot is making a call to make_assumption, which in turn makes a call to make_assumption on the Deck.
Then, in the deck, a new Deck is created, but that gets initialized with the perspective of player 2.
Finally, rdeep uses this assumption to do random rollouts of the game
I am under the impression that this means that information which player 1 does not have access to is leaking. This information could then potentially be used in the roll-outs, leading to the prediction from the roll-outs to be better as it normally should be.
Note, it might also be that because rdeep, in its current implementation, is using random roll-outs of the game, it does not matter that it sees the perspective of palyer 2. It does not use the information anyway,