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

Split finding positions and rolling them out #21

Open
carsten-wenderdel opened this issue Oct 25, 2023 · 0 comments
Open

Split finding positions and rolling them out #21

carsten-wenderdel opened this issue Oct 25, 2023 · 0 comments
Labels
rust Needs programming in Rust

Comments

@carsten-wenderdel
Copy link
Owner

When generating new training data we have to find positions for rollout and then roll them out. This is currently done in one step.

In the future finding positions will be more complicated (for example we might only want to find positions where the current neural nets are bad at evaluating them). So this will take more time. Also currently if we interrupt the rollouts, the information about which positions have been found is lost.

So we should split finding positions and rollout. The result of finding positions should be written into a CSV file with just a single column: the position ID.

Also see #13

@carsten-wenderdel carsten-wenderdel added good first issue Good for newcomers rust Needs programming in Rust labels Oct 25, 2023
@carsten-wenderdel carsten-wenderdel removed the good first issue Good for newcomers label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Needs programming in Rust
Projects
None yet
Development

No branches or pull requests

1 participant