salvor7 / GoFamiliar

A project to develop a helper, like a magic familiar from fantasy, for playing Go
Other
3 stars 0 forks source link

Displaying uniform move recommendations #6

Open salvor7 opened 8 years ago

salvor7 commented 8 years ago

Eventually, the display portion will show the same level of recommendation (ie same colour) in every legal move spot on the board.

In this diagram, you can see that all the explored moves so far have nearly identical colours. gofamiliar - uniform colour problem

salvor7 commented 8 years ago

This may be a problem with the palette. It may not differentiate enough in the band where the recommendation levels generally land.

It may also be a problem with the Monte Carlo tree search algorithm, which would be much harder to solve.

A look at the values being sent across the queue will be the first part of exploring this.