#2912 - Removal of todo and updated actions __init__.py
This commit is contained in:
@@ -14,7 +14,6 @@ from primaite.game.agent.actions import (
|
||||
service,
|
||||
session,
|
||||
)
|
||||
from primaite.game.agent.actions.manager import ActionManager
|
||||
|
||||
__all__ = (
|
||||
"abstract",
|
||||
@@ -29,5 +28,4 @@ __all__ = (
|
||||
"node",
|
||||
"service",
|
||||
"session",
|
||||
"ActionManager",
|
||||
)
|
||||
|
||||
@@ -22,9 +22,7 @@ from gymnasium import spaces
|
||||
from primaite.game.agent.actions.abstract import AbstractAction
|
||||
from primaite.interface.request import RequestFormat
|
||||
|
||||
# TODO: Make sure that actions are backwards compatible where the old YAML format is used.
|
||||
|
||||
__all__ = "DoNothingAction"
|
||||
__all__ = ("DoNothingAction", "ActionManager")
|
||||
|
||||
|
||||
class DoNothingAction(AbstractAction, identifier="do_nothing"):
|
||||
|
||||
Reference in New Issue
Block a user