You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to know how I can make a copy of a game (with the same players, the same pots, etc.).
I need it for Monte Carlo Tree Search where the algorithm needs to do simulation.
I can't do deepcopy because there are generators.
Hello,
I would like to know how I can make a copy of a game (with the same players, the same pots, etc.).
I need it for Monte Carlo Tree Search where the algorithm needs to do simulation.
I can't do deepcopy because there are generators.