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

[tools] MCTS for data generation. #3565

Open
4 tasks
Sopel97 opened this issue Jun 18, 2021 · 0 comments
Open
4 tasks

[tools] MCTS for data generation. #3565

Sopel97 opened this issue Jun 18, 2021 · 0 comments

Comments

@Sopel97
Copy link
Member

Sopel97 commented Jun 18, 2021

Since the PR was merged somewhat prematurely I'll list some ideas here.

TODO:

  • make sure it gives reasonable evals
  • improve priors
  • TT handling
  • Integrate with generate_training_data (I don't think we need a completely new command, would result in a lot of duplicated code)

Ideas:

  • depth 2 for prior, depth 5-6 for playout
    • alternatively try to do just one search on expansion and gather enough data from it to fill both priors and the playout (suggested by Naphthalin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@Sopel97 @Disservin and others