| Name | aleph0 JSON |
| Version |
0.0.10000369
JSON |
| download |
| home_page | None |
| Summary | alphazero implemented for games with state/action spaces a finite subset of a countable space |
| upload_time | 2024-09-04 04:42:28 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | None |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# AlephZero: Extending AlphaZero to Infinite Boards
General implementation of $\aleph_0$,
an extension of AlphaZero which uses Transformer network architecture to solve a class of games
($\aleph_0$-extensive form games) whose observation space is sequential,
and whose action space arises from choosing indices in this observation space.
## Installation
* Either from pip: ```pip3 install aleph0```
* Or clone from repo:
```bash
git clone https://github.com/pranavraj575/aleph0
pip3 install -e aleph0
```
To play Jenga, must install additional packages: ```pip3 install aleph0[jenga]```
Raw data
{
"_id": null,
"home_page": null,
"name": "aleph0",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Pranav <pranavraj575@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e1/c3/48f1c1d02c1894a90231133207469c9b9fa3922499d90b515647400a2bbd/aleph0-0.0.10000369.tar.gz",
"platform": null,
"description": "# AlephZero: Extending AlphaZero to Infinite Boards\n\nGeneral implementation of $\\aleph_0$,\nan extension of AlphaZero which uses Transformer network architecture to solve a class of games \n($\\aleph_0$-extensive form games) whose observation space is sequential, \nand whose action space arises from choosing indices in this observation space.\n\n## Installation\n* Either from pip: ```pip3 install aleph0```\n* Or clone from repo:\n ```bash\n git clone https://github.com/pranavraj575/aleph0\n pip3 install -e aleph0\n ```\nTo play Jenga, must install additional packages: ```pip3 install aleph0[jenga]```\n",
"bugtrack_url": null,
"license": null,
"summary": "alphazero implemented for games with state/action spaces a finite subset of a countable space",
"version": "0.0.10000369",
"project_urls": {
"Homepage": "https://github.com/pranavraj575/aleph0"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "84f0ad6543cdf13781bba3dc04b7b4d27a0d495096663823cd9a78bc314b75e4",
"md5": "2ac63c7094a1f95d137c743cc29dbab7",
"sha256": "86e2179e2e90059b23704fd62f83d22f43883222328e657f285f5fc471523387"
},
"downloads": -1,
"filename": "aleph0-0.0.10000369-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2ac63c7094a1f95d137c743cc29dbab7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 100233,
"upload_time": "2024-09-04T04:42:27",
"upload_time_iso_8601": "2024-09-04T04:42:27.162585Z",
"url": "https://files.pythonhosted.org/packages/84/f0/ad6543cdf13781bba3dc04b7b4d27a0d495096663823cd9a78bc314b75e4/aleph0-0.0.10000369-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e1c348f1c1d02c1894a90231133207469c9b9fa3922499d90b515647400a2bbd",
"md5": "79f6d637d7ad5517a71c66b91873eed5",
"sha256": "c9c98f6fc989acec4c7c65f73d3b3292fecc131247a47955ec81fd017f02f22f"
},
"downloads": -1,
"filename": "aleph0-0.0.10000369.tar.gz",
"has_sig": false,
"md5_digest": "79f6d637d7ad5517a71c66b91873eed5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 80411,
"upload_time": "2024-09-04T04:42:28",
"upload_time_iso_8601": "2024-09-04T04:42:28.631584Z",
"url": "https://files.pythonhosted.org/packages/e1/c3/48f1c1d02c1894a90231133207469c9b9fa3922499d90b515647400a2bbd/aleph0-0.0.10000369.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-04 04:42:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pranavraj575",
"github_project": "aleph0",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aleph0"
}