Skip to main content

This is the open-ai-gym environment for controlling two link arm

Project description

gym-twolinkarm-env

readme

Installation

pip install gym-twolinkarm-env

Usage example

# coding: utf-8
import gym
import gym_twolinkarm_env

env = gym.make("TwoLinkArmEnv-v0")

for ep in range(10):
    env.reset()
    for step in range(200):
        action = env.action_space.sample()
        obs, rew, done, info = env.step(action)
        env.render()

detail

env

state

phisics

reward

action

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gym-twolinkarm-env-0.1.2.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

gym_twolinkarm_env-0.1.2-py3-none-any.whl (20.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page