Skip to main content

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


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.4.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

bbrl_gymnasium-0.3.4-py3-none-any.whl (27.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page