A simple, continuous-control environment for OpenAI Gym
Project description
gym-cartpole-swingup
A simple, continuous-control environment for OpenAI Gym
Installation
pip install gym-cartpole-swingup
Usage example
# coding: utf-8
import gym
import gym_cartpole_swingup
while not done:
action = env.action_space.sample()
obs, rew, done, info = env.step(action)
env.render()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for gym-cartpole-swingup-0.0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b5561b84b79e1c773a80645a25107f19242ce33d7722beaaa7b8943d138ca1 |
|
MD5 | d3f439a6ee3500ee3501d7d30a26363a |
|
BLAKE2b-256 | 72f7d7812531d40b551f7cc7eb0a05d750fbf8c34be6a5d298b441304e9405e4 |