Skip to content

to be checked: Leak in rdeep? #15

@miselico

Description

@miselico

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions