mitchellfaulk / set-card-game

To simulate the card game SET and collect data
0 stars 1 forks source link

Use tree-based model to devise a non-prescient selection algorithm #5

Open mitchellfaulk opened 1 year ago

mitchellfaulk commented 1 year ago

Design a tree-based model whose future states are evaluated only on the current information (and probabilities concerning future states)

mitchellfaulk commented 1 year ago

Such a model would include the quasi-thrify/quasi-greedy as the depth=1 case, but I want to be able to go deeper. The depth=2 case should be related to the thrifty/greedy algorithms from the setgametools.py script.