krukah / robopoker

Play, learn, solve, and analyze No-Limit Texas Hold Em. Implementation follows from Monte Carlo counter-factual regret minimization over with hierarchical K-means imperfect recall abstractions.
MIT License
43 stars 4 forks source link

Action reversion #5

Open krukah opened 8 months ago

krukah commented 1 month ago

i'm wondering if there's a way to "undo" an Action on a Game. kinda like, the opposite of Game::apply().

intuition tells me this isn't possible because of some information loss that happens in the application of an Action? but really not sure, i'm yet to formalize that intuition.