Name | blokus-self-play JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-08-09 18:49:30 |
maintainer | None |
docs_url | None |
author | Alex Racapé |
requires_python | None |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Self Play Module
This module allows the model to simulate games against itself using Monte
Carlo Tree Search. It uses gRPC to communicate with the model server.
This approach is modeled after the AlphaZero algorithm.
## Usage
To run the self play client:
```bash
cargo run --bin self_play
```
Raw data
{
"_id": null,
"home_page": null,
"name": "blokus-self-play",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Alex Racap\u00e9",
"author_email": null,
"download_url": null,
"platform": null,
"description": "# Self Play Module\n\nThis module allows the model to simulate games against itself using Monte\nCarlo Tree Search. It uses gRPC to communicate with the model server.\nThis approach is modeled after the AlphaZero algorithm.\n\n## Usage\n\nTo run the self play client:\n\n```bash\ncargo run --bin self_play\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "24034dbc2e3c0c52dfca64812fe075cc29e22f92858ad174d4bbc46dfb50a6c3",
"md5": "69bcab11caa0d88e7e5b974db3594f70",
"sha256": "ad86399f71340461227455ae2034243960d734cc0b43d71c94a63ad13b7e71da"
},
"downloads": -1,
"filename": "blokus_self_play-0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "69bcab11caa0d88e7e5b974db3594f70",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 290743,
"upload_time": "2024-08-09T18:49:30",
"upload_time_iso_8601": "2024-08-09T18:49:30.560273Z",
"url": "https://files.pythonhosted.org/packages/24/03/4dbc2e3c0c52dfca64812fe075cc29e22f92858ad174d4bbc46dfb50a6c3/blokus_self_play-0.1.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-09 18:49:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "blokus-self-play"
}