Metadata-Version: 1.1
Name: RLkit
Version: 0.1
Summary: A simple RL library.
Home-page: http://github.com/shubhamjha97/RLkit
Author: Shubham Jha
Author-email: jha1shubham@gmail.com
License: MIT
Description: # A simple agent trained to play LunarLander using Policy Gradients
        
        This project is still a work in progress. More algorithms and detailed documentation coming soon :)
        
        To run the code-
        ```
        python3 main.py
        ```
        
        Requirements-
        ```
        gym==0.10.5
        matplotlib==2.2.3
        tensorflow==1.6.0
        ```
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
