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.2.tar.gz
(15.1 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.2.tar.gz.
File metadata
- Download URL: bbrl_gymnasium-0.1.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0518bec704e1d588a2bd775a78ee593a50a877b1184f681189225de542784660
|
|
| MD5 |
635bacec26a6911b227d0a6aee592ed7
|
|
| BLAKE2b-256 |
22b21b329f32cd6e0fbc75413f7063468b01b5441b3f5897f97880283a04be34
|
File details
Details for the file bbrl_gymnasium-0.1.2-py3-none-any.whl.
File metadata
- Download URL: bbrl_gymnasium-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8307d7be2f489ea181da50c4861eafff97e50e960e99c3d3789ba857f366d254
|
|
| MD5 |
d36f803ad38604350603ec991265d752
|
|
| BLAKE2b-256 |
3512945160c654d21607320516655231857fcd39514c289c85da3f2ebfcb188d
|