Factory is now Battery Powered

This commit is contained in:
Steffen Illium
2021-11-11 18:42:48 +01:00
parent f9c05dc3bf
commit fcb765f447
11 changed files with 352 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import yaml
from environments import helpers as h
from environments.helpers import Constants as c
from environments.factory.factory_dirt import DirtFactory
from environments.factory.factory_dirt_item import DirtItemFactory
from environments.factory.combined_factories import DirtItemFactory
from environments.logging.recorder import RecorderCallback
warnings.filterwarnings('ignore', category=FutureWarning)