Metadata-Version: 2.1
Name: fastdrl
Version: 0.0.1
Summary: Deep Reinforcement Learning with fastai
Home-page: https://github.com/manik-500/fastdrl/tree/master/
Author: Manik Hossain
Author-email: manik.butex41@gmail.com
License: Apache Software License 2.0
Keywords: drl with fastai
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: fastcore (>=1.0.5)
Requires-Dist: torch (>=1.7.0)
Requires-Dist: torchvision (>=0.8)
Requires-Dist: matplotlib

# fastdrl
> Deep Reinforcement Learning with fastai


This file will become your README and also the index of your documentation.

## Install

`pip install fastdrl
`

## How to use

Fill me in please! Don't forget code examples:

```
1+1
```




    2




