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

Scripts.explore #136

Closed
StepHaze opened this issue Jun 19, 2022 · 2 comments
Closed

Scripts.explore #136

StepHaze opened this issue Jun 19, 2022 · 2 comments

Comments

@StepHaze
Copy link

StepHaze commented Jun 19, 2022

How to define a time of thinking or number of sims?

When I run julia --project -e 'using AlphaZero; Scripts.explore("...")', an interactive command interpreter is started and it shows recommended moves.

How can I define a time of thinking or number of sims?

@jonathan-laurent
Copy link
Owner

The number of simulations used is the one configured in the parameters associated to the selected experiment.
You could easily add an additional param to override this config.

@StepHaze
Copy link
Author

StepHaze commented Jul 2, 2022

I'm not a professional Julia programmer. I had to learn Julia to create a bot based on AlphaZero.jl

Please help me. What file(s) do I need to edit and what should I write there, so when I run julia --project -e 'using AlphaZero; Scripts.explore("game")', the script will think 10 seconds per move?

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