mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 15:26:43 +02:00
8 lines
247 B
Python
8 lines
247 B
Python
from .quickstart import init
|
|
from marl_factory_grid.environment.factory import Factory
|
|
"""
|
|
Main module of the 'marl-factory-grid'-environment.
|
|
Configure the :class:.Factory with any 'conf.yaml' file.
|
|
Examples can be found in :module:.levels .
|
|
"""
|