This is the open-ai-gym environment for controlling two link arm
Project description
gym-twolinkarm-env
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
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
gym-twolinkarm-env-0.1.10.tar.gz
(13.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gym-twolinkarm-env-0.1.10.tar.gz.
File metadata
- Download URL: gym-twolinkarm-env-0.1.10.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b2219cce9fde4dabcc743dd7f14ad8c0b7de36381d43dd2ddd45f82f5e23b5e
|
|
| MD5 |
07d14e421003b9633a8b5b05551e64ee
|
|
| BLAKE2b-256 |
be3d11ed9c8e1e7641b91c13050230cda7b8f84a89eedf1414580d57102b42af
|
File details
Details for the file gym_twolinkarm_env-0.1.10-py3-none-any.whl.
File metadata
- Download URL: gym_twolinkarm_env-0.1.10-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
225688b894ccf55e1fadb1709f2c40fc2a47bdff23740f97c22bb5336bfc0233
|
|
| MD5 |
70af8a99d06541b8657b421408caea26
|
|
| BLAKE2b-256 |
0ce1287668c75024b3c3aba4a6d26ac61f4dde84346edc8d4e56a8264ba5a612
|