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
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.1.14.tar.gz
(15.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-0.1.14.tar.gz.
File metadata
- Download URL: bbrl_gymnasium-0.1.14.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61be77d06601c65aa4a60c93ef78ca7a1d40a46d5f92fa7b6ce03cd67725bb40
|
|
| MD5 |
99ecc11e6912cf73e545f6d3cc3f03a9
|
|
| BLAKE2b-256 |
1098533eda0bb6276b5f3dedb4f640afac4aa5e6f94d871c929b852a43cf1fd6
|
File details
Details for the file bbrl_gymnasium-0.1.14-py3-none-any.whl.
File metadata
- Download URL: bbrl_gymnasium-0.1.14-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91dbfa2ba047f40a50bdadc942644d7291b0324680597d5ee8d1e47fab3f99c8
|
|
| MD5 |
fa32b7ad5f60af1fb85d84c991af4802
|
|
| BLAKE2b-256 |
d5dd09775906d95ea86b611797375e74af4a7ed75df0abbe29083bf999c27c88
|