Metadata-Version: 1.0
Name: stock-gym
Version: 0.3a0
Summary: An OpenAI Gym environment for stock market data
Home-page: https://github.com/karma0/stock_gym.git
Author: Bobby
Author-email: karma0@gmail.com
License: MIT
Description: Stock Gym
        ==========================
        
        This is a stock market `gym` environment for testing/validating stock market
        algorithms.
        
        To install, run::
            pip install stock_gym gym
        
        and use::
            from stock_gym.envs.stocks import make
        
        and run::
            env = make('MarketEnv-v0').unwrapped
        
        For more information, please see the `OpenAI Gym <https://github.com/openai/gym/>`_.
        
        Credits
        -------
        
        `Bobby <http://bobby.social>`_
        
        
        News
        ====
        
        0.2 - 0.3
        -----
        
        *Release date: 12-Jan-2018*
        
        * Fixed import bugs.
        
        0.1a, 0.1b, 0.1c, 0.1d
        -----
        
        *Release date: 12-Jan-2018*
        
        * Updated documentation; fixed imports
        
        0.1
        -----
        
        *Release date: 12-Jan-2018*
        
        * No news is good news.
        
Keywords: openai-gym-environments openai-gym openai
Platform: UNKNOWN
