Metadata-Version: 2.1
Name: kandula
Version: 0.0.2
Summary: Kandula is a Python package for general Reinforcement Learning.
License: MIT
Keywords: Reinforcement Learning
Author: meghdadFar
Author-email: meghdad.farahmand@gmail.com
Requires-Python: >=3.11,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nltk (==3.8.1)
Requires-Dist: tensorboard (==2.13.0)
Requires-Dist: torch (==2.0.0)
Requires-Dist: tqdm (==4.65.0)
Description-Content-Type: text/x-rst

Kandula
#######

Kandula is a Python package for general Reinforcement Learning (RL). You can use Kandula to apply RL to your owns problem. You can see the documentations
`here <https://>`__.

Usage
#####

.. code:: bash

    pip install kandula
    
You can see two worked examples of training an RL agent to learn to multiply and to learn to predict country capitals in `these notebooks <./notebooks>`.
