mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-21 19:31:34 +02:00
Resolved some warnings and style issues
This commit is contained in:
@ -6,7 +6,9 @@ from marl_factory_grid.utils.results import TickResult, DoneResult
|
||||
class TemplateRule(Rule):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(TemplateRule, self).__init__(*args, **kwargs)
|
||||
super(TemplateRule, self).__init__()
|
||||
self.args = args
|
||||
self.kwargs = kwargs
|
||||
|
||||
def on_init(self, state, lvl_map):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user