gymnasiumEasy Playground

OpenAI Gym successor: standard API for RL environments

Getting started with gymnasiumRun locally
Install
pip install gymnasium
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: gymnasium)

gymnasium is a third-party package. OpenAI Gym successor: standard API for RL environments. Install with: pip install gymnasium

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?