akaps / hanabi_ai

AI competition of the card game Hanabi, where the best AI is measured as the most cooperative and contributes to the highest scoring games
MIT License
1 stars 2 forks source link

Implement Play if Certain Action #58

Open akaps opened 5 years ago

akaps commented 5 years ago

Description of the action from Evaluating and Modelling Hanabi-Playing Agents.pdf:

Plays a card if we are certain about which card it is and that it is playable

akaps commented 5 years ago

likely implementation is play_probably_safe_card where threshold is 1. If someone has a better concrete definition of certainty, I'm all ears