ethicalgardeners.main.make_env

ethicalgardeners.main.make_env(config=None)[source]

Create the environment using Hydra configuration.

This function initializes the environment with the provided configuration, setting up the grid, action space, observation strategy, reward functions, metrics collector, and renderers.

Parameters:

config (OmegaConf) – The configuration object containing environment parameters.