Metadata-Version: 2.1
Name: ai-projects
Version: 0.0.8
Summary: Collection of AI algorithms and agents.
Home-page: https://github.com/jakkes/AI_Projects
Author: Jakob Stigenberg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Artificial Intelligence
[![Build Status](http://drone.jakke.se/api/badges/jakkes/AI_Projects/status.svg)](http://drone.jakke.se/jakkes/AI_Projects)

A collection of AI algorithms, RL agents, and more.


## Documentation
https://jakkes.github.io/AI_Projects



## Installing
Not yet available through `pip`. However, fear not, as building from source is super
simple. Just copy paste below:

```bash
git clone https://github.com/jakkes/AI_Projects.git
cd AI_Projects
pip install --editable .
```


