Metadata-Version: 2.4
Name: lucidium
Version: 0.2.0
Summary: Experiments in neuro-symbolic reinforcement learning in the 
Home-page: https://github.com/theokoles7/lucidium
Author: Gabriel C. Trahan
Author-email: gabrieltrahan777@hotmail.com
License: GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: dashing
Requires-Dist: numpy
Requires-Dist: termcolor
Requires-Dist: torch
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Lucidium

[![PyPI version](https://badge.fury.io/py/lucidium.svg)](https://badge.fury.io/py/lucidium)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)

Experiments in neuro-symbolic reinforcement learning in the pursuit of developing agents/methods to aid in organic reasoning, inference, and logic.

## [Documentation](https://github.com/theokoles7/lucidium/blob/main/documentation/README.md)
* ### [Agents](./lucidium/agents/README.md)
* ### [Concepts](./lucidium/documentation/concepts/README.md)
* ### [Environments](./lucidium/environments/README.md)

## House-Keeping

* ### [Code of Conduct](./CODE_OF_CONDUCT.md)
* ### [Contributing](./CONTRIBUTING)
* ### [License](./LICENSE)
