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
Release files for gym-twolinkarm-env 0.1.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gym-twolinkarm-env-0.1.10.tar.gz | 13.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gym_twolinkarm_env-0.1.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.5 kB
Release files / gym-twolinkarm-env-0.1.10.tar.gz
| Download URL | gym-twolinkarm-env-0.1.10.tar.gz |
|---|---|
| Size | 13.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b2219cce9fde4dabcc743dd7f14ad8c0b7de36381d43dd2ddd45f82f5e23b5e
|
|
BLAKE2b-256 checksum How to use checksums |
be3d11ed9c8e1e7641b91c13050230cda7b8f84a89eedf1414580d57102b42af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / gym_twolinkarm_env-0.1.10-py3-none-any.whl
| Download URL | gym_twolinkarm_env-0.1.10-py3-none-any.whl |
|---|---|
| Size | 21.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
225688b894ccf55e1fadb1709f2c40fc2a47bdff23740f97c22bb5336bfc0233
|
|
BLAKE2b-256 checksum How to use checksums |
0ce1287668c75024b3c3aba4a6d26ac61f4dde84346edc8d4e56a8264ba5a612
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|