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

Tabula Rasa Learning Approach Proposal #30

Closed
severeduck opened this issue Nov 12, 2023 · 1 comment
Closed

Tabula Rasa Learning Approach Proposal #30

severeduck opened this issue Nov 12, 2023 · 1 comment

Comments

@severeduck
Copy link

@tryingsomestuff have you considered QueensGambit/CrazyAra#212?

@tryingsomestuff
Copy link
Owner

Minic is a alpha-beta engine using a neural network evaluation function (and not an engine using a network to predict the next move itself). In this sense, the CrazyAra learning process (or LC0, or Maïa, or ...) cannot be achieved in Minic.

But to talk about "starting learning from scratch", Connor, Seer author, did something like this for the evaluation function, starting to learn on how to win with few pieces on the board and then add more and more pieces in the learning process. This is a technic sometimes refered as "curriculum-learning" if you are interesting to read about this.

Another related concept may be about how we optimize the search (using SPSA or other technics like bayesian optimization for instance). Here, starting from an initial good guess or even with dummy values, we try to find the best search parameters combinaison. And to do this we have framework that plays a lot of games and make parameters evolves in what is considered a good direction.

So I guess my answer is both yes and no !

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