A set of additional gym environments
Project description
The my_gym 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
Besides, the gym version is forced to 0.21.0 to avoid the large changes that have appeared after version 0.22
Installation
pip install -e .
Use it
import gym
import my_gym
env = gym.make("CartPoleContinuous-v0") # or -v1 or any other and then use your environment as usual
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bbrl_gym-1.2.5.tar.gz
(15.9 kB
view details)
Built Distribution
bbrl_gym-1.2.5-py3-none-any.whl
(17.6 kB
view details)
File details
Details for the file bbrl_gym-1.2.5.tar.gz
.
File metadata
- Download URL: bbrl_gym-1.2.5.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7b6bb54c1f27bcf3a0e6285f7f79a878785eb40e215bad0c28729aa86839f10 |
|
MD5 | 6ae965a02a43bd6d327c0dff046a4b5c |
|
BLAKE2b-256 | 0974dd3094ee83aa9935929835a25ac88bee5f26af1d260e0e3491061c5ddb59 |
File details
Details for the file bbrl_gym-1.2.5-py3-none-any.whl
.
File metadata
- Download URL: bbrl_gym-1.2.5-py3-none-any.whl
- Upload date:
- Size: 17.6 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 | 5454b9f6e27dfecd265a56f9cb46a4d6b6010f13a1c650e23dd34eae125f6c82 |
|
MD5 | 3945892ddac80f52d9c8fba0fd0c9401 |
|
BLAKE2b-256 | 2864886a69af3c42a723fab445148294aa11e175a2a5f79ce8a686bef1fac716 |