adf_core_python.core.agent.action.common package#

Submodules#

adf_core_python.core.agent.action.common.action_move module#

class adf_core_python.core.agent.action.common.action_move.ActionMove(path: list[EntityID], destination_x: int | None = None, destination_y: int | None = None)#

ベースクラス: Action

get_command(agent_id: EntityID, time: int) Command#
get_destination_x() int | None#
get_destination_y() int | None#
is_destination_defined() bool#

adf_core_python.core.agent.action.common.action_rest module#

class adf_core_python.core.agent.action.common.action_rest.ActionRest#

ベースクラス: Action

get_command(agent_id: EntityID, time: int) Command#

Module contents#