Metadata-Version: 2.1
Name: jigglypuff-rl
Version: 0.0.1
Summary: PyTorch implementations of reinforcement learning algorithms.
Home-page: https://github.com/SforAiDl/JigglypuffRL
Author: Society for Artificial Intelligence and Deep Learning
Author-email: ajaysubramanian110@gmail.com
License: MIT
Project-URL: Source, https://github.com/SforAiDl/JigglypuffRL
Description: # JigglypuffRL
        
        ```
        conda env update --name JigglypuffRL --file environment.yml
        conda activate JigglypuffRL
        python -m JigglypuffRL.deeprl.ppo1.ppo1
        ```
        
Keywords: reinforcement learning,pytorch,neuroscience,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
