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

Adding twentyone game as an example. #44

Merged
merged 3 commits into from
May 10, 2020

Conversation

AdrianAcala
Copy link

I made an another example game of 21 also known as Blackjack. I stripped away the complexity of aces being a value of 1 or 11, doubling down, insurance, surrender and such. Therefore, there's no such thing as a natural blackjack. I found it was very resilient in learning to play the game even though if the situation is the same, different possibilities can happen and it learned to take the best approach and is close to perfect play.

@werner-duvaud werner-duvaud merged commit 535c953 into werner-duvaud:master May 10, 2020
@werner-duvaud
Copy link
Owner

Thank you for the reproducibility effort.
Just for the record, several tries diverged quickly at first, I reduced the initial learning rate a bit and it worked.

egafni pushed a commit to egafni/muzero-general that referenced this pull request Apr 15, 2021
EpicLiem pushed a commit to EpicLiem/muzero-general-chess-archive that referenced this pull request Feb 4, 2023
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

Successfully merging this pull request may close these issues.

2 participants