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

MoE MCTS fixes #218

Merged
merged 3 commits into from
Sep 6, 2024
Merged

MoE MCTS fixes #218

merged 3 commits into from
Sep 6, 2024

Conversation

QueensGambit
Copy link
Owner

This PR fixes some problems from #216 .

  • It fixes the RawNetAgent and compile bugs for RL mode.
  • Change ordering of netBatchesVector (threads go first now)
  • Use raw pointers in NeuralNetAPIUser now to resolve ownership problem
  • Remove create_new_net_batches
  • Add fill_nn_vectors()
  • Add fill_single_nn_vector()
  • Make UCI-Option Nodes_Limit available in RL mode

Moreover, the neural network can also be loaded as previously without an additional subdirectory if no phases are used.

Change ordering of netBatchesVector (threads go first now)
Use raw pointers in NeuralNetAPIUser now to resolve ownership problem
Remove create_new_net_batches
Add fill_nn_vectors
Add fill_single_nn_vector
@QueensGambit QueensGambit merged commit 6b43b32 into master Sep 6, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant