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
In many games once can make a number of distinct actions as part of a 'Turn'. Pandemic is an example, where one has three actions per turn - and some of those actions (e.g. to play a card) then open up additional sub-actions. Dominion similarly can have one turn involving the play of multiple cards.
These sorts of multi-action games have led to Online Evolutionary Programming (OEP), Evolutionary MCTS (eMCTS), Bridge-Burning MCTS and so forth. The central underlying point of these is that we have a single computational budget that has to be spent over a number (fixed, or possible undefined at the start) of distinct actions. The collectivity of all these actions is then a single 'Turn'.
For future enhancement in TAG would be some way to support this idea in a game.
The text was updated successfully, but these errors were encountered:
In many games once can make a number of distinct actions as part of a 'Turn'. Pandemic is an example, where one has three actions per turn - and some of those actions (e.g. to play a card) then open up additional sub-actions. Dominion similarly can have one turn involving the play of multiple cards.
These sorts of multi-action games have led to Online Evolutionary Programming (OEP), Evolutionary MCTS (eMCTS), Bridge-Burning MCTS and so forth. The central underlying point of these is that we have a single computational budget that has to be spent over a number (fixed, or possible undefined at the start) of distinct actions. The collectivity of all these actions is then a single 'Turn'.
For future enhancement in TAG would be some way to support this idea in a game.
The text was updated successfully, but these errors were encountered: