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-0.3.7.tar.gz
(23.0 kB
view details)
Built Distribution
File details
Details for the file bbrl_gymnasium-0.3.7.tar.gz
.
File metadata
- Download URL: bbrl_gymnasium-0.3.7.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a238da2764cfc987e5e60610bf07c32aa6d98dfc2f70a024473b58ca4590ac47 |
|
MD5 | 9b292032c887c96de4a51dcfef40abb6 |
|
BLAKE2b-256 | 387f86991c0690b7d14a7ccf29f99167465f444c3157b701cf7adcdfd598383a |
File details
Details for the file bbrl_gymnasium-0.3.7-py3-none-any.whl
.
File metadata
- Download URL: bbrl_gymnasium-0.3.7-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df8617150cdc195feecf6cf6e51bbfabe7bfff98fd757e66be0410cb0b4c810d |
|
MD5 | b415908a6be123b3314252db1b60375d |
|
BLAKE2b-256 | 661accc6d9bbbd77d0f786a507164e9c9a01a3617582b62fdb12e5343b39068e |