Designing an Environment#
The following tutorials introduce the concept of manager-based environments: ManagerBasedEnv
and its derivative ManagerBasedRLEnv
, as well as the direct workflow base class
DirectRLEnv
. These environments bring-in together
different aspects of the framework to create a simulation environment for agent interaction.