Metadata-Version: 2.1
Name: nappo
Version: 0.0.9
Summary: Disributed RL implementations with ray and pytorch.
Home-page: https://github.com/nappo/nappo/
Author: 
Author-email: 
License: UNKNOWN
Description: ## Not Another PPO (NAPPO)
        
        ### Installation
        ```
        
            conda create -y -n nappo
            conda activate nappo
            conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
        
            pip install nappo
            pip install git+git://github.com/openai/baselines.git
        
        ```
        
        ### Documentation
        
        NAPPO documentation can be found [here](http://nappo.readthedocs.io/).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
