Metadata-Version: 2.1
Name: nappo
Version: 0.0.4
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
        
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
