We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i try to learning the muzero with my custom game
but this custom game is based on the game server that playing on the my computer
when i run the training with 1 selfgame, there have 2 running and 2 requests to my server
Is it because of reanalyze?
No response
The text was updated successfully, but these errors were encountered:
muzero.py row 215~216
# self.test_worker = self_play.SelfPlay.options( # num_cpus=0, # num_gpus=num_gpus, # ).remote( # self.checkpoint, # self.Game, # self.config, # self.config.seed + self.config.num_workers, # ) # self.test_worker.continuous_self_play.remote( # self.shared_storage_worker, None, True # )
for disable the test playing for tensorboard
Sorry, something went wrong.
Hey could you explain what you did?
No branches or pull requests
Search before asking
Description
i try to learning the muzero with my custom game
but this custom game is based on the game server that playing on the my computer
when i run the training with 1 selfgame, there have 2 running and 2 requests to my server
Is it because of reanalyze?
Additional context
No response
The text was updated successfully, but these errors were encountered: