Metadata-Version: 2.1
Name: nappo
Version: 0.0.10
Summary: Disributed RL implementations with ray and pytorch.
Home-page: https://github.com/nappo/nappo/
Author: 
Author-email: 
License: UNKNOWN
Description: ## Nappo: A PyTorch Library for distributed Reinforcement Learning
        
        ### 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/).
        
        ### Citing Nappo
        
        ```
        @misc{nappo2020rl,
          author = {Bou, Albert},
          title = {Nappo: A PyTorch Library for distributed Reinforcement Learning},
          year = {2020},
          publisher = {GitHub},
          journal = {GitHub repository},
          howpublished = {\url{https://github.com/nappo/nappo}},
        }
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
