forked from SeAIPalette/SeAIPalette
This commit is contained in:
parent
f09c3fbb71
commit
241ac1f9c3
|
@ -109,13 +109,8 @@ def make(
|
|||
filling_time: int = 1,
|
||||
cover_ratio: float = 1.0
|
||||
):
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
"""
|
||||
|
||||
with open(os.path.join('Palette', 'maps', f'{env_config}.yaml'), 'r') as f:
|
||||
config = yaml.safe_load(f)
|
||||
config = EasyDict(config)
|
||||
|
|
Loading…
Reference in New Issue