# Chappie.ai
[![Languages](https://img.shields.io/github/languages/count/bellerb/chappie.ai?style=flat-square
)](#)
[![Top Languages](https://img.shields.io/github/languages/top/bellerb/chappie.ai?style=flat-square
)](#)
### Description
The following is a program for a generalized bot you can interact with in your console written in python3. This bot has been designed as a general framework for performing a multitude of tasks.
# Launch Instructions
1. Open your console <br>
2. Create a virtual enviroment <br>
3. Type the following command:
```
pip install -r requirements.txt
```
4. Type the following command:
```
cd <app directory>
```
5. Type the following command:
```
python3 main.py
```
6. Type in the action you wish to perform.
# Write Up
To get a better understanding of why the code is written this way check out my detailed write up:
* https://medium.com/@bellerb/playing-chess-with-a-generalized-ai-b83d64ac71fe
* https://medium.com/@bellerb/playing-chess-with-offline-reinforcement-learning-411edc5efd5f
Raw data
{
"_id": null,
"home_page": "https://github.com/bellerb/chappie.ai",
"name": "chappie-rl",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,Chappie,MuZero,RETRO",
"author": "Ben Bellerose",
"author_email": "benbellerose@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a7/10/2aae504678b2ab10d0637633484bfaa1889a86a9bf5f431023bb25c64d1b/chappie_rl-0.0.3.tar.gz",
"platform": "Any",
"description": "# Chappie.ai\n[![Languages](https://img.shields.io/github/languages/count/bellerb/chappie.ai?style=flat-square\n)](#)\n[![Top Languages](https://img.shields.io/github/languages/top/bellerb/chappie.ai?style=flat-square\n)](#)\n\n### Description\nThe following is a program for a generalized bot you can interact with in your console written in python3. This bot has been designed as a general framework for performing a multitude of tasks.\n\n# Launch Instructions\n1. Open your console <br>\n2. Create a virtual enviroment <br>\n3. Type the following command:\n```\npip install -r requirements.txt\n```\n\n4. Type the following command:\n```\ncd <app directory>\n```\n\n5. Type the following command:\n```\npython3 main.py\n```\n6. Type in the action you wish to perform.\n\n# Write Up\nTo get a better understanding of why the code is written this way check out my detailed write up:\n\n* https://medium.com/@bellerb/playing-chess-with-a-generalized-ai-b83d64ac71fe\n* https://medium.com/@bellerb/playing-chess-with-offline-reinforcement-learning-411edc5efd5f\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Machine learning agent",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/bellerb/chappie.ai"
},
"split_keywords": [
"python",
"chappie",
"muzero",
"retro"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3baef4acd035c26265e2cd9c50c5a31f145dfb7c7fb2b3f225bccb4259088658",
"md5": "732fdd45ff6f8058f8d08248a97a8562",
"sha256": "3c970f6703bbb8d156206e71c8d8cb422b1ca858d6341d3c53de654b00cd9676"
},
"downloads": -1,
"filename": "chappie_rl-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "732fdd45ff6f8058f8d08248a97a8562",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2563,
"upload_time": "2023-06-05T03:07:09",
"upload_time_iso_8601": "2023-06-05T03:07:09.888925Z",
"url": "https://files.pythonhosted.org/packages/3b/ae/f4acd035c26265e2cd9c50c5a31f145dfb7c7fb2b3f225bccb4259088658/chappie_rl-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7102aae504678b2ab10d0637633484bfaa1889a86a9bf5f431023bb25c64d1b",
"md5": "8924a85d13445d672f69cd22f8aff5f3",
"sha256": "84e61bb33cd2b99c29692a61b310e9f46bd43dcbb2c8848aa58ebc05ea436cc6"
},
"downloads": -1,
"filename": "chappie_rl-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "8924a85d13445d672f69cd22f8aff5f3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1855,
"upload_time": "2023-06-05T03:07:11",
"upload_time_iso_8601": "2023-06-05T03:07:11.547259Z",
"url": "https://files.pythonhosted.org/packages/a7/10/2aae504678b2ab10d0637633484bfaa1889a86a9bf5f431023bb25c64d1b/chappie_rl-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-05 03:07:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bellerb",
"github_project": "chappie.ai",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "chappie-rl"
}