A set of additional gym environments
Project description
The bbrl_gymnasium library is the place where I put additional gym-like environments.
So far, it contains the following environments:
- CartPoleContinuous-v0 (with timit limit = 200 steps)
- CartPoleContinuous-v1 (with timit limit = 500 steps)
- MazeMDP, a Maze environment for Tabular RL
- RocketLander-v0, a rocket landing simulation adapted from this repository
- LineMDP-v0, a simple discrete state and action MDP
- LineMDPContinuous-v0, a simple discrete action MDP
- 2DMDPContinuous-v0, a discrete action MDP with 2D state
- PendulumEnv-v0, a version of the Pendulum environment with friction
- CartPolePixelsEnv-v0, a version of CartPole controlled from pixels, with time limit 200
- CartPolePixelsEnv-v1, a version of CartPole controlled from pixels, with time limit 500
Installation
pip install bbrl_gymnasium
Use it
import gymnasium as gym
import bbrl_gymnasium
env = gym.make("CartPoleContinuous-v0") # or -v1 or any other and then use your environment as usual
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
bbrl_gymnasium-1.0.1.tar.gz
(23.3 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 bbrl_gymnasium-1.0.1.tar.gz.
File metadata
- Download URL: bbrl_gymnasium-1.0.1.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dd3a6db828f1cd904c0a33b1e918e36ccb847b65ff3ab41e91913aae0875b8d
|
|
| MD5 |
fdb64cecf2cc6443884104cfd14c291d
|
|
| BLAKE2b-256 |
f8f92dc524a7e55689139afaee71ea9b98f7668f51d9b57f8c2356f85d46cf76
|
File details
Details for the file bbrl_gymnasium-1.0.1-py3-none-any.whl.
File metadata
- Download URL: bbrl_gymnasium-1.0.1-py3-none-any.whl
- Upload date:
- Size: 27.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b60619be3e7fbdfffd37a6e49124129314f5189f38e2431091d267e744085d5
|
|
| MD5 |
1c645a595e855d710d149720a18fc75c
|
|
| BLAKE2b-256 |
73b0895c38635a5f465e31b97151cda234c07b9e0c5037e4741d008d389446cc
|