Metadata-Version: 2.1
Name: chappie-ai
Version: 0.0.1
Summary: Machine learning agent
Home-page: https://github.com/bellerb/chappie.ai
Author: Ben Bellerose
Author-email: benbellerose@gmail.com
License: MIT
Keywords: python,Chappie,MuZero,RETRO
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: tdqm
Requires-Dist: einops

# 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


