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

Feature request: Output for gammon and backgammons #2

Open
oysteijo opened this issue Aug 1, 2022 · 1 comment
Open

Feature request: Output for gammon and backgammons #2

oysteijo opened this issue Aug 1, 2022 · 1 comment

Comments

@oysteijo
Copy link

oysteijo commented Aug 1, 2022

Ah! This is so beautiful. It plays good backgammon!

However, the most important feature must be to add probabilities for gammon and backgammon. In other backgammon software we usually represent the wins, gammon and backgammons in a vector of five elements. (There is six possible outcomes of a game, but each of their probabilities must add up to 1. A vector of five should therefor do fine.)

0: Probability of winning (any flavor)
1: Probability of winning gammon or backgammon
2: probability of willing gammon
3: probability of losing gammon or backgammon
4: probability of losing backgammon

A neural network with 5 outputs (sigmoid activation) should therefore be able to estimate the gammon and backgammon probabilities.

@jacobhilton
Copy link
Owner

Glad you got it working! Unfortunately I don't have any plans to start actively working on this project again. So for now it will have to be a first-to-1-game bot.

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

2 participants