Metadata-Version: 2.1
Name: dm2gym
Version: 0.1.0
Summary: dm2gym: convert DeepMind Control Suite to OpenAI gym environments.
Home-page: https://github.com/zuoxingdong/dm2gym
Author: Xingdong Zuo
Author-email: zuoxingdong@hotmail.com
License: UNKNOWN
Description: # `dm2gym`: Convert DeepMind Control Suite to OpenAI gym environments.
        
        This repository contains a lightweight wrapper to convert DeepMind Control Suite to OpenAI gym environments. 
        
        # Installation
        
        
        # What's new
        
        - 2019-04-14 (v0.1.0)
            - Initial release
        
        # Reference
        Please use this bibtex if you want to cite this repository in your publications:
            
            @misc{dm2gym,
                  author = {Zuo, Xingdong},
                  title = {dm2gym: Convert DeepMind Control Suite to OpenAI gym environments.},
                  year = {2019},
                  publisher = {GitHub},
                  journal = {GitHub repository},
                  howpublished = {\url{https://github.com/zuoxingdong/dm2gym}},
                }
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3
Description-Content-Type: text/markdown
