Metadata-Version: 2.1
Name: rl-nlp
Version: 0.0.0
Summary: Reinforcement Learning for NLP
Home-page: https://github.com/meghdadFar/rl-nlp
Author: meghdadFar
Author-email: meghdad.farahmand@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# rl-nlp (work in progress)

[![PyPI version](https://badge.fury.io/py/snlp.svg?&kill_cache=1)](https://badge.fury.io/py/snlp)

[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)


[![HitCount](http://hits.dwyl.com/meghdadFar/snlp.svg)](http://hits.dwyl.com/meghdadFar/snlp)


Reinforcement Learning for NLP (RL-NLP) is a package that facilitates the use of reinforcement learning for NLP. 

## Upcoming Features
- APIs for defining RL's state space, step and actions
- RL-base dialouge manager


