Files
marl-factory-grid/marl_factory_grid/__init__.py

8 lines
245 B
Python

from .quickstart import init
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 .
"""