google-deepmind/dm_env
A Python interface providing abstract base classes for reinforcement learning environments, developed by Google DeepMind.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This package defines a standardized API for RL environments with core components including the Environment abstract base class, TimeStep container for transition outputs, and a specs module for describing action and observation formats. It provides testing utilities to verify environment implementations conform to the interface, enabling interoperability between RL agents and environments.