Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to simulation within a main action #50

Open
peter1591 opened this issue Jul 15, 2017 · 0 comments
Open

Switch to simulation within a main action #50

peter1591 opened this issue Jul 15, 2017 · 0 comments

Comments

@peter1591
Copy link
Owner

Do we need to switch to simulation mode within a main action?

For example,
A main action is to decide from (PLAY-CARD, HERO-POWER, END-TURN)

Assume we were in selection mode at this main action node, the UCB policy is used to determined from these choices.
Assume we choose the PLAY-CARD action
Assume this is the FIRST TIME we make this choice, so a new node is added to the game tree.

Now, do we want to switch to simulation mode?

In current design, we only switch to simulation mode after this MAIN ACTION + SUB ACTIONS are done.
That is, we switch to simulation after

  1. added a node for PLAY-CARD
  2. added a node for CHOOSE-HAND-CARD
  3. added a node for CHOOSE-TARGET (if any)
  4. more nodes for callback (if any)
    Now, after this main action is done, we switched to simulation mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant