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

Without Selfplay, why 1 games on a running?? #217

Open
1 task done
dlrlfkr11 opened this issue Feb 4, 2023 · 2 comments
Open
1 task done

Without Selfplay, why 1 games on a running?? #217

dlrlfkr11 opened this issue Feb 4, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dlrlfkr11
Copy link

dlrlfkr11 commented Feb 4, 2023

Search before asking

  • I have searched the MuZero issues and found no similar feature requests.

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

@dlrlfkr11 dlrlfkr11 added the enhancement New feature or request label Feb 4, 2023
@dlrlfkr11
Copy link
Author

dlrlfkr11 commented Feb 4, 2023

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

@isaiah2004
Copy link

Hey could you explain what you did?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants