# 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)](#)
[![Total Lines](https://img.shields.io/tokei/lines/github/bellerb/chappie.ai)](#)
[![File Size](https://img.shields.io/github/languages/code-size/bellerb/chappie.ai)](#)
### Description
The following is framework for developing reinforcement learning (rl) agents. This bot has been designed as a general framework for performing a multitude of tasks with minimal teaching.
# Installation Instructions
```cmd
pip install --upgrade chappie_ai
```
# Import Instructions
```python
import chappie
```
# 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
- https://medium.com/@bellerb/retrieval-transformer-enhanced-reinforcement-learning-24509e97c4c6
Raw data
{
"_id": null,
"home_page": "https://github.com/bellerb/chappie.ai",
"name": "chappie-ai",
"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/23/ec/dc97c52a4951c1837910f5a1e35b3bd9f608112142ffa1459599bb1976d9/chappie_ai-0.0.1.tar.gz",
"platform": "Any",
"description": "# Chappie.ai\n\n[![Languages](https://img.shields.io/github/languages/count/bellerb/chappie.ai?style=flat-square)](#)\n[![Top Languages](https://img.shields.io/github/languages/top/bellerb/chappie.ai?style=flat-square)](#)\n[![Total Lines](https://img.shields.io/tokei/lines/github/bellerb/chappie.ai)](#)\n[![File Size](https://img.shields.io/github/languages/code-size/bellerb/chappie.ai)](#)\n\n### Description\n\nThe following is framework for developing reinforcement learning (rl) agents. This bot has been designed as a general framework for performing a multitude of tasks with minimal teaching.\n\n# Installation Instructions\n\n```cmd\npip install --upgrade chappie_ai\n```\n\n# Import Instructions\n\n```python\nimport chappie\n```\n\n# Write Up\n\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- https://medium.com/@bellerb/retrieval-transformer-enhanced-reinforcement-learning-24509e97c4c6\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Machine learning agent",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/bellerb/chappie.ai"
},
"split_keywords": [
"python",
"chappie",
"muzero",
"retro"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2735bc69ba9effcb913e8921f833f7a74ab86faa907baf428ed49dd4e4eba08b",
"md5": "506852b8cade1da336f145f3bf129613",
"sha256": "a76c419d3bbbd18346efc6aae220f15bded05e1cc613fac952c45bbf6973aa76"
},
"downloads": -1,
"filename": "chappie_ai-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "506852b8cade1da336f145f3bf129613",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 27203,
"upload_time": "2023-06-05T22:58:26",
"upload_time_iso_8601": "2023-06-05T22:58:26.516635Z",
"url": "https://files.pythonhosted.org/packages/27/35/bc69ba9effcb913e8921f833f7a74ab86faa907baf428ed49dd4e4eba08b/chappie_ai-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23ecdc97c52a4951c1837910f5a1e35b3bd9f608112142ffa1459599bb1976d9",
"md5": "865b5a70122562ab540a59d52634bf8d",
"sha256": "401a46ab9da2baeb7f0a5f7e21844c6830f8f0fce94949e4c6e22ddb07e29d3a"
},
"downloads": -1,
"filename": "chappie_ai-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "865b5a70122562ab540a59d52634bf8d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24246,
"upload_time": "2023-06-05T22:58:28",
"upload_time_iso_8601": "2023-06-05T22:58:28.071732Z",
"url": "https://files.pythonhosted.org/packages/23/ec/dc97c52a4951c1837910f5a1e35b3bd9f608112142ffa1459599bb1976d9/chappie_ai-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-05 22:58:28",
"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-ai"
}