Docs›Getting Started›Introduction
Introduction
OpenEnv is a standard HTTP interface for building reinforcement learning environments. It provides a simple REST API that any agent can interact with, regardless of programming language.
INSTALLATION
pip install openenv-core
How it works
Each environment exposes three endpoints: /reset to start an episode, /step to submit an action, and /state to inspect current state.