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

Extract more features and build out the neural network #4

Open
garrickf opened this issue Dec 6, 2019 · 1 comment
Open

Extract more features and build out the neural network #4

garrickf opened this issue Dec 6, 2019 · 1 comment

Comments

@garrickf
Copy link
Owner

garrickf commented Dec 6, 2019

Right now, some features are extracted and the networks seems to know something about what's going on. We could feed it more information, though:

  • State of deck
  • Knowledge about other players (number of current victory points)
  • Current turn
  • Current phase
  • Amount of treasures
@garrickf
Copy link
Owner Author

garrickf commented Jan 2, 2021

For reference, what we're currently extracting:

  • one-hot vector of the action taken (fixed dimensionality)
  • one-hot vectors for the card type in hand (up to 15). the dimensionality of the one hot is determined by the total number of card available
  • the table as a count vector

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