Metadata-Version: 2.1
Name: openenv
Version: 0.1.3
Summary: A Python package consisting of open-source implemented environments for reinforcement learning.
Home-page: https://github.com/neo-derek/open-env
Author: Jianfeng Hou
Author-email: frankderekdick@gmail.com
License: UNKNOWN
Description: # OpenEnv
        
        Truly **open source** environments for reinforcement learning. No more MuJoCo!
        
        Currently support these environments:
        - Grid World
        - Mountain Car
        - Random Walk
        - Puddle World
        
        ## Citation
        
        If you publish work that uses OpenEnv, please cite this library.
        
        ## Contribution
        
        Please follow [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) for the development of this library.
        
        [development.md](development.md)
        
        ## License
        
        ```
        Copyright 2020 Jianfeng Hou <frankderekdick@gmail.com>
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
