Metadata-Version: 2.1
Name: donk.ai
Version: 0.1.0
Summary: Reinforcement Learning Toolbox
Home-page: https://github.com/DiddiZ/donk.ai
Author: Robin Kupper
Author-email: robin.kupper@diddiz.de
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/DiddiZ/donk.ai/issues
Project-URL: Source, https://github.com/DiddiZ/donk.ai
Keywords: learning machine reinforcement
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

[![Tests](https://github.com/DiddiZ/donk.ai/actions/workflows/python-package.yml/badge.svg)](https://github.com/DiddiZ/donk.ai/actions/workflows/python-package.yml)

# donk.ai

Reinforcement Learning Toolbox

## Features






# Todo
* Introduce State/Traj Distr Superclass
    * Allow to sample from
    * Add unit tests
* Automatic Sample/State Normalization
* GPS ALGO Class
* Refactor visualize trajectories
* Data logging


