Metadata-Version: 2.1
Name: gym_update2
Version: 0.0.5
Summary: A OpenAI Gym Env for continuous control
Home-page: UNKNOWN
Author: Claudia Viaro
License: MIT
Description: # gym-update2
        Same as gym-update BUT state space = size
        
        # To install
        - git clone https://github.com/claudia-viaro/gym-update2.git
        - cd gym-update1
        - !pip install gym-update2
        - import gym
        - import gym_update
        - env =gym.make('update-v0')
        
        # To change version
        - change version to, e.g., 1.0.7 from setup.py file
        - git clone https://github.com/claudia-viaro/gym-update2.git
        - cd gym-update2
        - python setup.py sdist bdist_wheel
        - twine check dist/*
        - twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
