Metadata-Version: 2.1
Name: gym-update2
Version: 0.0.7
Summary: A OpenAI Gym Env for continuous control
Author: Claudia Viaro
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# 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/*


