Files
marl-factory-grid/marl_factory_grid/__init__.py
2024-10-25 17:24:11 +02:00

7 lines
216 B
Python

from marl_factory_grid.environment.factory import Factory
"""
Main module of the 'rl-factory-grid'-environment.
Configure the :class:.Factory with any 'conf.yaml' file.
Examples can be found in :module:.levels .
"""