JP2017191373A - Multi-agent system, task assignment device, task assignment method, and program - Google Patents

Multi-agent system, task assignment device, task assignment method, and program Download PDF

Info

Publication number
JP2017191373A
JP2017191373A JP2016078964A JP2016078964A JP2017191373A JP 2017191373 A JP2017191373 A JP 2017191373A JP 2016078964 A JP2016078964 A JP 2016078964A JP 2016078964 A JP2016078964 A JP 2016078964A JP 2017191373 A JP2017191373 A JP 2017191373A
Authority
JP
Japan
Prior art keywords
agent
task
agents
assigning
task assignment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016078964A
Other languages
Japanese (ja)
Other versions
JP2017191373A5 (en
JP6739972B2 (en
Inventor
林 久志
Hisashi Hayashi
久志 林
俊行 井梅
Toshiyuki Iume
俊行 井梅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2016078964A priority Critical patent/JP6739972B2/en
Publication of JP2017191373A publication Critical patent/JP2017191373A/en
Publication of JP2017191373A5 publication Critical patent/JP2017191373A5/ja
Application granted granted Critical
Publication of JP6739972B2 publication Critical patent/JP6739972B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a multi-agent system that can appropriately execute task assignment even when communication between respective agents becomes unstable.SOLUTION: A multi-agent system of the present embodiment comprises a task assignment unit and a task prediction unit. The task assignment unit selects a first agent to which a task can be assigned from a self agent and other agent on the basis of a recognition result of the task, and performs assignment of the task to the first agent when communication with the first agent is possible. The task prediction unit predicts a second agent that has a possibility of performing the assignment of the task to the first agent from the other agent, when the communication with the first agent is impossible.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、マルチエージェントシステム、当該システムに適用するタスク割当装置、タスク割当方法及びプログラムに関する。   Embodiments described herein relate generally to a multi-agent system, a task assignment device applied to the system, a task assignment method, and a program.

近年、ネットワークを介して複数のエージェント間で相互に通信し、連携して各種のタスク(プロセス)を実行するマルチエージェントシステムの活用が注目されている。例えば、複数のドローン(drone:無人航空機)を制御する制御システムにおいて、マルチエージェントシステムを適用して、各ドローンを連携して制御する連携機能を実現できる。   In recent years, the use of a multi-agent system that communicates with each other between a plurality of agents via a network and performs various tasks (processes) in cooperation has attracted attention. For example, in a control system for controlling a plurality of drones (drone: unmanned aerial vehicles), a multi-agent system can be applied to realize a cooperation function for controlling each drone in cooperation.

一般的に、エージェントは、状況(環境)をセンシングし、センシング情報に基づいて実行すべきタスクを認識し、自律的な判断によりリソース(コンピュータのリソース)を使用して当該タスクを実行する。   In general, an agent senses a situation (environment), recognizes a task to be executed based on the sensing information, and executes the task using a resource (computer resource) by autonomous determination.

ここで、マルチエージェントシステムでは、各エージェント間の通信により、例えば各ドローンを制御するためのタスクを各エージェントに割り当てる(分配する)タスク割当(分配)機能が含まれている。タスク割当機能の実現方法には、各エージェント同士が、ネットワークを介した通信機能を使用して情報交換を実行することにより、適切なエージェントへタスク割当をする方法(契約ネットプロトコル)がある。   Here, the multi-agent system includes a task allocation (distribution) function that allocates (distributes), for example, a task for controlling each drone to each agent by communication between the agents. As a method for realizing the task assignment function, there is a method (contract net protocol) in which each agent assigns a task to an appropriate agent by exchanging information using a communication function via a network.

特開2007−52683号公報JP 2007-52683 A 特開2002−228396号公報JP 2002-228396A 国際公開WO2006/118193号公報International Publication WO2006 / 118193 特開2009−55401号公報JP 2009-55401 A

マルチエージェントシステムでは、各エージェント間の通信により、タスク割当機能が実現されている。各エージェント間の通信が不安定化した場合には、一時的に通信ができない状態や、通信に要する時間が増大して通信効率が低下する状態が発生することがある。   In the multi-agent system, a task assignment function is realized by communication between agents. When communication between agents becomes unstable, there may be a state where communication cannot be temporarily performed, or a time required for communication increases and communication efficiency decreases.

このような場合、1つのタスクに複数のエージェントが重複して担当する事態や、当該タスクを担当するエージェントを特定できない事態など、タスク割当(タスク分配)が実行できない、又は、一定時間(有効時間)内に実行できない可能性がある。   In such a case, task assignment (task distribution) cannot be executed or a certain time (valid time) such as a situation where a plurality of agents are assigned to one task in duplicate or a situation where an agent responsible for the task cannot be identified. ) May not be possible.

そこで、各エージェント間の通信が不安定化した場合でも、タスク割当を適切に実行できるマルチエージェントシステムを実現するという課題がある。   Thus, there is a problem of realizing a multi-agent system capable of appropriately executing task assignment even when communication between agents becomes unstable.

本実施形態は、複数のエージェントがネットワークに接続して通信するマルチエージェントシステムにおいて、前記各エージェントは、タスク認識手段と、タスク割当手段と、予測手段とを具備する。前記タスク認識手段は、実行すべきタスクを認識する。前記タスク割当手段は、前記タスク認識手段の認識結果に基づいて、自他のエージェントから前記タスクの割当が可能な第1のエージェントを選定し、前記第1のエージェントとの通信が可能な場合に、前記第1のエージェントに前記タスクの割当を実行する。前記予測手段は、前記第1のエージェントとの通信が不可能な場合に、他のエージェントから、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する。   In the present embodiment, in a multi-agent system in which a plurality of agents are connected to a network for communication, each agent includes a task recognition unit, a task allocation unit, and a prediction unit. The task recognition means recognizes a task to be executed. The task assigning means selects a first agent that can assign the task from its own and other agents based on the recognition result of the task recognizing means, and can communicate with the first agent. , Assigning the task to the first agent. When the communication with the first agent is impossible, the predicting unit predicts a second agent having a high possibility of assigning the task to the first agent from another agent. .

実施形態に関するマルチエージェントシステムの構成を説明するためのブロック図。The block diagram for demonstrating the structure of the multi agent system regarding embodiment. 実施形態に関するマルチエージェントシステムの動作を説明するためのフローチャート。The flowchart for demonstrating operation | movement of the multi-agent system regarding embodiment. 実施形態に関するネットワークマップ情報の一例を示す図。The figure which shows an example of the network map information regarding embodiment. 実施形態に関する他エージェントタスク認識性能情報の一例を示す図。The figure which shows an example of the other agent task recognition performance information regarding embodiment. 実施形態に関する他エージェントタスク割当ルールの一例を示す図。The figure which shows an example of the other agent task allocation rule regarding embodiment. 実施形態に関するタスク割当処理の一例を説明するための模式図。The schematic diagram for demonstrating an example of the task allocation process regarding embodiment. 実施形態に関するタスク割当処理の一例を説明するための模式図。The schematic diagram for demonstrating an example of the task allocation process regarding embodiment.

以下図面を参照して、実施形態を説明する。
[システムの構成]
図1は、本実施形態に関するマルチエージェントシステムの構成を示す図である。本システムは、ネットワーク2に接続された複数のコンピュータ1-1〜1-Nにおいて、各エージェント10-1〜10-Nが相互に通信し、後述するタスク割当(タスク分配)機能を含む構成である。
Embodiments will be described below with reference to the drawings.
[System configuration]
FIG. 1 is a diagram illustrating a configuration of a multi-agent system according to the present embodiment. In this system, each of the agents 10-1 to 10-N communicates with each other in a plurality of computers 1-1 to 1-N connected to the network 2 and includes a task allocation (task distribution) function to be described later. is there.

本実施形態に関するマルチエージェントシステムは、例えば、複数のドローンを制御する制御システムに適用され、各エージェント10-1〜10-Nがそれぞれ、各ドローンを連携して制御する。なお、エージェント10-1〜10-Nは、便宜的にエージェントA,B,C,D等のように表記する場合がある。即ち、エージェント10-1がエージェントA(親エージェント)に相当する場合、他の複数のエージェント(他エージェント)10-NがエージェントB,C,D等に相当する。   The multi-agent system according to the present embodiment is applied to, for example, a control system that controls a plurality of drones, and each agent 10-1 to 10-N controls each drone in cooperation with each other. The agents 10-1 to 10-N may be represented as agents A, B, C, D, etc. for convenience. That is, when the agent 10-1 corresponds to the agent A (parent agent), a plurality of other agents (other agents) 10-N correspond to the agents B, C, D, and the like.

本実施形態では、図1に示すように、エージェント10-1〜10-Nは、基本的に同一の内部構成を有する。以下、エージェント10-1を代表として内部構成を説明し、他のエージェントの内部構成の説明を省略する。   In the present embodiment, as shown in FIG. 1, the agents 10-1 to 10-N basically have the same internal configuration. Hereinafter, the internal configuration will be described with the agent 10-1 as a representative, and description of the internal configurations of other agents will be omitted.

エージェント10-1は、各機能11〜14,17を実現するソフトウェアモジュール及びデータベース(情報)15,16,18〜20を有する構成である。エージェント10-1は、タスク割当部11、タスク認識部12、センシング部13、タスク実行部14及び他エージェントタスク割当予測部(以下、タスク割当予測部と表記する)17を有する。   The agent 10-1 is configured to have software modules and databases (information) 15, 16, 18-20 for realizing the functions 11-14, 17 respectively. The agent 10-1 includes a task allocation unit 11, a task recognition unit 12, a sensing unit 13, a task execution unit 14, and another agent task allocation prediction unit (hereinafter referred to as a task allocation prediction unit) 17.

タスク割当部11は、実行すべきタスク(便宜的にタスクXとする)を、タスク割当ルールデータベース(以下、データベースをDBと表記する)15及び他エージェントタスク割当DB16を参照し、他エージェント10-Nに対するタスクXを割り当てる(分配する)タスク割当処理を実行する。   The task allocation unit 11 refers to the task allocation rule database (hereinafter referred to as DB) 15 and the other agent task allocation DB 16 as the task to be executed (referred to as task X for convenience) and the other agent 10 − A task assignment process for assigning (distributing) task X to N is executed.

タスク割当ルールDB15は、エージェント10-1(エージェントA)がタスク割当処理を実行する際のタスク割当ルール(図5に記載のいずれかのタスク割当ルール)を示す情報である。また、他エージェントタスク割当DB16は、いわゆる契約ネットプロトコルに基づいてタスク割当処理を行う際の履歴情報である。この履歴情報は、通信により他エージェントと情報交換を行った際のタスク割当処理に関する情報である。   The task assignment rule DB 15 is information indicating a task assignment rule (one of the task assignment rules described in FIG. 5) when the agent 10-1 (agent A) executes the task assignment process. The other agent task assignment DB 16 is history information when performing task assignment processing based on a so-called contract net protocol. This history information is information related to task assignment processing when information is exchanged with other agents by communication.

タスク認識部12は、センシング部13のセンシング情報に基づいて、実行すべきタスクXを認識し、タスク割当部11に通知する。センシング部13は、マルチエージェントシステムが適用される、例えば、複数のドローンを連携して制御する際の状況(環境)をセンシング(検出)する。具体例としては、センシング部13は、例えば、レーダ30-1と通信し、レーダ30-1からの探知信号に応じて所定の検出処理(例えば、複数のドローンの位置等の飛行状況)を実行する。タスク認識部12は、センシング情報に基づいて、例えば指定のドローンを制御するためのタスクXを認識する。   The task recognition unit 12 recognizes the task X to be executed based on the sensing information of the sensing unit 13 and notifies the task allocation unit 11 of it. The sensing unit 13 senses (detects) a situation (environment) when a multi-agent system is applied, for example, when a plurality of drones are controlled in cooperation. As a specific example, the sensing unit 13 communicates with, for example, the radar 30-1 and executes predetermined detection processing (for example, flight status such as positions of a plurality of drones) according to the detection signal from the radar 30-1. To do. The task recognition unit 12 recognizes, for example, a task X for controlling a designated drone based on the sensing information.

タスク実行部14は、タスク割当部11により割り当てられるタスクを実行する。ここで、エージェント10-1(エージェントA)は、タスク割当部11により、エージェントAに割り当てたタスク、又は、他エージェント10-Nから割り当てられるタスクを実行する。具体例としては、タスク実行部14は、ドローン制御システムにおいて、各ドローンを制御するコントローラ31-1と通信し、割り当てられたタスク(例えば制御プロセス)を当該コントローラ31-1に実行させる。なお、コントローラ31-1は、制御対象の機器のアクチュエータでもよい。   The task execution unit 14 executes a task assigned by the task assignment unit 11. Here, the agent 10-1 (agent A) uses the task assignment unit 11 to execute a task assigned to the agent A or a task assigned from the other agent 10-N. As a specific example, in the drone control system, the task execution unit 14 communicates with a controller 31-1 that controls each drone, and causes the controller 31-1 to execute an assigned task (for example, a control process). The controller 31-1 may be an actuator of a device to be controlled.

タスク割当予測部17は、タスク割当部11と連携し、他エージェント10-Nから、該当するエージェント(ここではB)に対してタスクXを割り当てる可能性のあるエージェントを予測する。エージェントBは、タスク割当部11の通常のタスク割当処理によりタスクXが割り当てられたエージェントであり、その後にエージェントAとの通信ができない状態である。   The task assignment prediction unit 17 cooperates with the task assignment unit 11 to predict an agent that may assign the task X to the corresponding agent (here, B) from the other agent 10-N. The agent B is an agent to which the task X is assigned by the normal task assignment processing of the task assignment unit 11 and cannot communicate with the agent A thereafter.

タスク割当予測部17は、後述するように、ネットワークマップDB18、他エージェントタスク認識性能DB19、及び他エージェントタスク割当ルールDB20を参照し、予測処理を実行する。なお、各エージェント10-1〜10-Nはそれぞれ、タスク割当ルールDB15のタスク割当ルールが同一内容であれば、他エージェントタスク割当ルールDB20を共有する必要はない。
[タスク割当処理]
図2は、本実施形態のタスク割当処理を説明するためのフローチャートである。図2のフローチャートを参照して、本実施形態のタスク割当処理を説明する。
As will be described later, the task allocation prediction unit 17 refers to the network map DB 18, the other agent task recognition performance DB 19, and the other agent task allocation rule DB 20, and executes a prediction process. Each agent 10-1 to 10-N does not need to share the other agent task assignment rule DB 20 if the task assignment rules in the task assignment rule DB 15 have the same contents.
[Task assignment process]
FIG. 2 is a flowchart for explaining the task assignment processing of this embodiment. With reference to the flowchart of FIG. 2, the task assignment processing of this embodiment will be described.

本実施形態では、便宜的に、エージェント10-1をエージェントAとし、他エージェント10-NをエージェントB,C,D等とする。エージェントAは、他エージェントB,C,D等に対してタスク割当を行う親エージェントとする。   In the present embodiment, for the sake of convenience, the agent 10-1 is assumed to be agent A, and the other agent 10-N is assumed to be agents B, C, D, and the like. Agent A is a parent agent that assigns tasks to other agents B, C, D, and the like.

図2に示すように、エージェントAにおいて、タスク認識部12は、センシング部13のセンシング情報に基づいて、タスクXの実行必要性(換言すれば実行すべきタスクX)を認識する(ステップS1)。具体的には、センシング情報は、例えば、レーダ30-1からの探知信号に応じて検出される複数のドローンの位置等の飛行状況を示す情報である。   As shown in FIG. 2, in the agent A, the task recognition unit 12 recognizes the necessity of executing the task X (in other words, the task X to be executed) based on the sensing information of the sensing unit 13 (step S1). . Specifically, the sensing information is information indicating the flight status such as the positions of a plurality of drones detected according to the detection signal from the radar 30-1.

タスク割当部11は、他エージェントタスク割当DB16を参照し、他エージェントB,C,D等の中で、既にタスクXの割当処理を開始していることを認識すると、当該タスク割当処理を終了する(ステップS2のYES)。ここで、エージェントAは、エージェント間の通信での情報交換により、他エージェントB,C,D等がタスク割当処理を実行した場合の履歴情報を、他エージェントタスク割当DB16として保持している。即ち、当該履歴情報は、いわゆる契約ネットプロトコルに基づいてタスク割当処理を行う際の情報である。   When the task allocation unit 11 refers to the other agent task allocation DB 16 and recognizes that the task X allocation processing has already started in the other agents B, C, D, etc., the task allocation processing ends. (YES in step S2). Here, the agent A holds the history information when the other agents B, C, D, etc. execute the task assignment processing by exchanging information in the communication between agents as the other agent task assignment DB 16. That is, the history information is information used when performing task assignment processing based on a so-called contract net protocol.

タスク割当部11は、他エージェントによりタスクXの割当処理が開始されていない場合(ステップS2のNO)、エージェント間の通信により、他エージェントB,C,D等に対してタスクXの担当可能性(換言すれば、タスクXの実行可能性)を問い合わせる(ステップS3)。この問い合わせ(照会)に対して、いずれのエージェントからも応答がない場合(ステップS4のNO)、タスク割当部11は、他エージェントB,C,D等に対するタスク割当処理を終了すると共に、例えば、当該タスクXを自身のタスク実行部14により実行する。なお、タスク割当部11は、自身のタスク実行部14により実行する以外の他の処理を実行してもよい。   If the task X allocation process has not been started by another agent (NO in step S2), the task allocation unit 11 may be responsible for task X with respect to the other agents B, C, D, etc. by communication between the agents. (In other words, the possibility of executing task X) is inquired (step S3). When there is no response from any agent for this inquiry (inquiry) (NO in step S4), the task assignment unit 11 ends the task assignment processing for the other agents B, C, D, etc. The task X is executed by its own task execution unit 14. Note that the task assignment unit 11 may execute other processing than that executed by its own task execution unit 14.

一方、問い合わせに対して、一定時間(有効時間)内に応答した他エージェントがある場合(ステップS4のYES)、タスク割当部11は、タスク割当ルールDB15を参照し、予め設定したタスク割当ルールに基づいて、割当対象として最適であると判定したエージェントBを選択する(ステップS5)。具体例としては、図5に示すようなタスク割当ルールである。   On the other hand, when there is another agent that responds to the inquiry within a certain time (valid time) (YES in step S4), the task allocation unit 11 refers to the task allocation rule DB 15 and sets a predetermined task allocation rule. Based on this, the agent B determined to be optimal as the allocation target is selected (step S5). A specific example is a task assignment rule as shown in FIG.

タスク割当部11は、選択したエージェントBとの間で一定時間内での通信が可能、即ち、通信が維持できている場合(ステップS6のYES)、当該エージェントBに対してタスクXの割当通知を行う(ステップS7)。これにより、エージェントBは、エージェントAから割り当てられたタスクXをタスク実行部14により実行する。具体例としては、エージェントBは、例えば、ドローンを制御するコントローラ31-Nと通信し、割り当てられたタスク(例えば制御プロセス)Xを実行させる。   If the task allocation unit 11 can communicate with the selected agent B within a predetermined time, that is, if communication is maintained (YES in step S6), the task allocation unit 11 notifies the agent B of task X allocation. (Step S7). As a result, the agent B causes the task execution unit 14 to execute the task X assigned by the agent A. As a specific example, for example, the agent B communicates with the controller 31-N that controls the drone, and causes the assigned task (for example, control process) X to be executed.

ここで、タスク割当部11は、選択したエージェントBとの間で一定時間内での通信が不可、即ち、通信が不安定な場合(ステップS6のNO)、タスク割当予測部17と連携する。タスク割当予測部17は、ネットワークマップDB18、他エージェントタスク認識性能DB19、及び他エージェントタスク割当ルールDB20を参照し、他エージェントがエージェントBに対してタスクXを割り当てるか否かを予測する予測処理を実行する(ステップS8)。   Here, the task allocation unit 11 cooperates with the task allocation prediction unit 17 when communication with the selected agent B is impossible within a predetermined time, that is, when communication is unstable (NO in step S6). The task assignment prediction unit 17 refers to the network map DB 18, the other agent task recognition performance DB 19, and the other agent task assignment rule DB 20, and performs a prediction process for predicting whether or not the other agent assigns the task X to the agent B. Execute (step S8).

具体的には、タスク割当予測部17は、ネットワークマップ情報、他エージェントタスク認識性能情報、及び他エージェントタスク割当ルールに基づいて、各条件の確率の乗算結果と基準値を比較し、基準値を超えているエージェントCがエージェントBに対してタスクXを割り当てる可能性が高いと予測する。要するに、タスク割当予測部17は、タスクを割り当てる可能性を示す確率情報に基づいて、エージェントCがエージェントBに対してタスクXを割り当てる可能性が高いと予測する。   Specifically, the task allocation prediction unit 17 compares the multiplication result of the probability of each condition with the reference value based on the network map information, the other agent task recognition performance information, and the other agent task allocation rule, and determines the reference value. It is predicted that there is a high possibility that the exceeding agent C assigns task X to agent B. In short, the task assignment prediction unit 17 predicts that the possibility that the agent C assigns the task X to the agent B is high based on the probability information indicating the possibility of assigning the task.

ここで、ネットワークマップDB18は、図3に示すようなネットワークマップ情報を含み、具体的には各アーク(エージェント間の通信接続)の通信状態の情報である。特に、接続確率は、エージェント間の通信が無線通信の場合に変動が大きい。このネットワークマップ情報は、定期的にエージェント間の情報交換により取得される。他エージェントタスク認識性能DB19は、図4に示すような他エージェントタスク認識性能情報を含む。この情報は、センシング性能に依存する情報であり、例えば、レーダ30-Nの設置位置や探知距離などに基づいている。他エージェントタスク割当ルールDB20は、図5に示すようなタスク割当ルールを含む。なお、各エージェントのタスク割当ルールDB15のタスク割当ルールが同一内容であれば、他エージェントタスク割当ルールDB20を共有する必要はない。   Here, the network map DB 18 includes network map information as shown in FIG. 3, and is specifically information on the communication state of each arc (communication connection between agents). In particular, the connection probability varies greatly when communication between agents is wireless communication. This network map information is acquired periodically by information exchange between agents. The other agent task recognition performance DB 19 includes other agent task recognition performance information as shown in FIG. This information is information that depends on the sensing performance, and is based on, for example, the installation position or detection distance of the radar 30-N. The other agent task assignment rule DB 20 includes task assignment rules as shown in FIG. If the task assignment rules in the task assignment rule DB 15 of each agent have the same contents, it is not necessary to share the other agent task assignment rule DB 20.

図2に戻って、タスク割当予測部17は、エージェントCが一定時間内にエージェントBと通信して、エージェントBにタスクXを割り当てる可能性が高いと予測した場合(ステップS9のYES)には、タスク割当部11に通知する。これにより、タスク割当部11は、当該タスク割当処理を終了する。   Returning to FIG. 2, the task assignment prediction unit 17 predicts that the agent C communicates with the agent B within a predetermined time and assigns the task X to the agent B (YES in step S9). The task allocation unit 11 is notified. Thereby, the task assignment unit 11 ends the task assignment process.

タスク割当部11は、タスク割当予測部17によりエージェントBにタスクXを割り当てる可能性が高いエージェントを予測できない場合(ステップS9のNO)には、再度、エージェントB以外で、一定時間内に通信可能な他エージェントを選定する。即ち、タスク割当部11は、タスク割当ルールDB15を参照し、予め設定したタスク割当ルールに基づいて、割当対象として最適であると判定したエージェントDを選択する(ステップS10)。   If the task allocation prediction unit 17 cannot predict an agent that has a high possibility of assigning the task X to the agent B (NO in step S9), the task allocation unit 11 can again communicate within a certain time other than the agent B. Select other agents. That is, the task allocation unit 11 refers to the task allocation rule DB 15 and selects the agent D determined to be optimal as an allocation target based on a preset task allocation rule (step S10).

タスク割当部11は、選択したエージェントDとの間で一定時間内での通信が可能、即ち、通信が維持できている場合には、当該エージェントDに対してタスクXの割当通知を行う(ステップS11)。これにより、エージェントDは、エージェントAから割り当てられたタスクXをタスク実行部14により実行する。   If the task allocation unit 11 can communicate with the selected agent D within a certain period of time, that is, if communication is maintained, the task allocation unit 11 notifies the agent D of task X allocation (step S1). S11). Thereby, the agent D causes the task execution unit 14 to execute the task X assigned by the agent A.

以上のような本実施形態のタスク割当処理について、図6及び図7の模式図を参照して作用効果を説明する。   With regard to the task assignment processing of the present embodiment as described above, the operational effects will be described with reference to the schematic diagrams of FIGS.

先ず、エージェントAは、タスクXの割当対象としてエージェントBを選択した後に、エージェントA,B間で通信が可能であれば、エージェントBにタスクXの割当処理を実行して終了する。ここで、図6に示すように、エージェントA,B間で通信ができない状態(60)が発生すると、タスク割当予測部17により、エージェントCが一定時間(有効時間)内にエージェントBと通信し(61)、タスクXを割り当てる可能性が高いと予測した場合、タスク割当部11は何も実行せずに終了となる。ここで、エージェントAは、予測されたエージェントCとは通信できない状態である。   First, after selecting agent B as an assignment target of task X, if agent A can communicate between agents A and B, agent A executes task X assignment processing on agent B and ends. Here, as shown in FIG. 6, when a state (60) in which communication between the agents A and B cannot be performed occurs, the task allocation prediction unit 17 causes the agent C to communicate with the agent B within a certain time (valid time). (61) When it is predicted that the task X is likely to be assigned, the task assignment unit 11 ends without executing anything. Here, the agent A cannot communicate with the predicted agent C.

即ち、エージェントA,B間の通信が不安定な場合に、エージェントAは、エージェントBにタスクXを割り当てる可能性が高いエージェントCを予測した場合、タスク割当部11は何も実行せずに終了となる。   That is, when the communication between the agents A and B is unstable, if the agent A predicts the agent C which is highly likely to assign the task X to the agent B, the task assignment unit 11 terminates without executing anything. It becomes.

従って、同じタスクXを複数のエージェントが重複して担当して、コンピュータのリソースが無駄になるような事態を回避できる。また、同じタスクXを複数のエージェントが重複して担当すると、各エージェントは他のタスク実行にリソースを配分することができなくなる事態となるが、このような事態を回避できる。これにより、各エージェント間の通信が不安定化した場合でも、タスク割当(タスク分配)を適切に実行できる。   Therefore, it is possible to avoid a situation where a plurality of agents are in charge of the same task X and the computer resources are wasted. In addition, if a plurality of agents are responsible for the same task X, each agent cannot allocate resources to other task executions, but such a situation can be avoided. As a result, task allocation (task distribution) can be appropriately executed even when communication between agents becomes unstable.

さらに、図7に示すように、エージェントB,C間で通信ができない状態(62)で、一定時間内にエージェントBにタスクXを割り当てる可能性が高いエージェントCを予測できない場合、タスク割当部11は、再度、タスクXの割当対象としてエージェントDを選択する処理を実行する。エージェントAは、エージェントA,D間で一定時間(有効時間)内での通信が可能であれば、エージェントDにタスクXの割当処理を実行して終了する。従って、各エージェント間の通信が不安定化した状態が発生している場合でも、タスクXを担当可能なエージェントを特定できない事態を回避できる。   Furthermore, as shown in FIG. 7, in a state where communication between agents B and C is not possible (62), when it is not possible to predict an agent C that has a high possibility of assigning task X to agent B within a certain time, the task assignment unit 11 Executes the process of selecting the agent D as the task X allocation target again. If communication between agents A and D is possible within a certain time (valid time), agent A executes task X assignment processing for agent D and ends. Therefore, even when the communication between the agents is unstable, it is possible to avoid the situation where the agent that can handle the task X cannot be specified.

なお、本実施形態では、タスク割当予測部17及び各DB18−20は、各エージェントに設けられている構成について説明したが、エージェントAのみに設けられている構成でもよい。   In the present embodiment, the task allocation prediction unit 17 and each DB 18-20 have been described with respect to the configuration provided in each agent. However, the configuration provided only in the agent A may be used.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

1-1〜1-N…コンピュータ、2…ネットワーク、10-1〜10-N…エージェント、
11…タスク割当部、12…タスク認識部、13…センシング部、
14…タスク実行部、15…タスク割当ルールデータベース(DB)、
16…他エージェントタスク割当DB、17…他エージェントタスク割当予測部、
18…ネットワークマップDB、19…他エージェントタスク認識性能DB、
20…他エージェントタスク割当ルールDB、30-1〜30-N…レーダ、
31-1〜31-N…コントローラ。
1-1 to 1-N ... computer, 2 ... network, 10-1 to 10-N ... agent,
11 ... task allocation unit, 12 ... task recognition unit, 13 ... sensing unit,
14 ... task execution unit, 15 ... task allocation rule database (DB),
16 ... Other agent task assignment DB, 17 ... Other agent task assignment prediction unit,
18 ... Network map DB, 19 ... Other agent task recognition performance DB,
20 ... Other agent task assignment rule DB, 30-1 to 30-N ... Radar,
31-1 to 31-N: Controller.

Claims (34)

複数のエージェントがネットワークに接続して通信するマルチエージェントシステムにおいて、
前記各エージェントは、
実行すべきタスクを認識するタスク認識手段と、
前記タスク認識手段の認識結果に基づいて、自他のエージェントから前記タスクの割当が可能な第1のエージェントを選定し、前記第1のエージェントとの通信が可能な場合に、前記第1のエージェントに対して前記タスクの割当処理を実行するタスク割当手段と、
前記第1のエージェントとの通信が不可能な場合に、他のエージェントから、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する予測手段と
を具備するマルチエージェントシステム。
In a multi-agent system in which multiple agents connect to a network and communicate,
Each of the agents
Task recognition means for recognizing tasks to be executed;
When the first agent capable of assigning the task is selected from its own and other agents based on the recognition result of the task recognizing means, and the communication with the first agent is possible, the first agent Task assignment means for executing the task assignment processing for
Predicting means for predicting a second agent having a high possibility of assigning the task to the first agent from another agent when communication with the first agent is impossible Multi-agent system to do.
前記タスク割当手段は、
前記予測手段により前記第2のエージェントを予測できない場合には、前記自他のエージェントから、通信が可能で、前記タスクの割当が可能な第3のエージェントを選定する請求項1に記載のマルチエージェントシステム。
The task assignment means includes:
2. The multi-agent according to claim 1, wherein, when the second agent cannot be predicted by the prediction means, a third agent capable of communicating and allocating the task is selected from the other agent. system.
前記タスク割当手段は、
前記予測手段により前記第2のエージェントを予測された場合には、前記タスクの割当処理を終了する請求項1に記載のマルチエージェントシステム。
The task assignment means includes:
2. The multi-agent system according to claim 1, wherein when the second agent is predicted by the prediction unit, the task assignment processing is terminated.
前記タスク割当手段は、
自他の複数のエージェントとの通信により、前記タスクの割当が可能であるか否かの照会に対して応答したエージェントから前記第1のエージェントを選定し、
前記照会に対する応答がない場合には、前記タスクの割当処理を終了する請求項1から3のいずれか1項に記載のマルチエージェントシステム。
The task assignment means includes:
Selecting the first agent from the agents that responded to the inquiry as to whether the task can be assigned by communicating with a plurality of other agents;
The multi-agent system according to any one of claims 1 to 3, wherein when there is no response to the inquiry, the task assignment process is terminated.
前記予測手段は、エージェント間の通信接続確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項1から4のいずれか1項に記載のマルチエージェントシステム。   5. The prediction unit according to claim 1, wherein the prediction unit predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a communication connection probability between agents. The multi-agent system according to any one of the above. 前記予測手段は、エージェント間の通信速度に基づいて、前記第1のエージェントに対して一定時間内に前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項1から4のいずれか1項に記載のマルチエージェントシステム。   5. The prediction unit according to claim 1, wherein the prediction unit predicts a second agent having a high possibility of assigning the task to the first agent within a predetermined time based on a communication speed between the agents. The multi-agent system according to claim 1. 前記予測手段は、他エージェントのタスク認識確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項1から4のいずれか1項に記載のマルチエージェントシステム。   5. The prediction unit according to claim 1, wherein the predicting unit predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a task recognition probability of another agent. The multi-agent system according to any one of the above. 前記予測手段は、他エージェントのタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項1から4のいずれか1項に記載のマルチエージェントシステム。   5. The prediction unit according to claim 1, wherein the predicting unit predicts a second agent having a high possibility of assigning the task to the first agent based on a task assignment rule of another agent. Multi-agent system described in 1. 前記予測手段は、全エージェント共通のタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項1から4のいずれか1項に記載のマルチエージェントシステム。   The prediction means predicts a second agent having a high possibility of assigning the task to the first agent based on a task assignment rule common to all agents. The multi-agent system described in the section. 複数のエージェントがネットワークに接続して通信するマルチエージェントシステムに適用するタスク割当装置であって、
前記タスク割当装置は、1つのエージェントまたは複数のエージェントの全てに設けられており、
実行すべきタスクを認識するタスク認識手段と、
前記タスク認識手段の認識結果に基づいて、自他のエージェントから前記タスクの割当が可能な第1のエージェントを選定し、前記第1のエージェントとの通信が可能な場合に、前記第1のエージェントに対して前記タスクの割当処理を実行するタスク割当手段と、
前記第1のエージェントとの通信が不可能な場合に、他のエージェントから、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する予測手段と
を具備するタスク割当装置。
A task assignment device applied to a multi-agent system in which a plurality of agents connect to a network and communicate,
The task allocation device is provided in all of one agent or a plurality of agents,
Task recognition means for recognizing tasks to be executed;
When the first agent capable of assigning the task is selected from its own and other agents based on the recognition result of the task recognizing means, and the communication with the first agent is possible, the first agent Task assignment means for executing the task assignment processing for
Predicting means for predicting a second agent having a high possibility of assigning the task to the first agent from another agent when communication with the first agent is impossible Task assignment device to perform.
前記タスク割当手段は、
前記予測手段により前記第2のエージェントを予測できない場合には、前記自他のエージェントから、通信が可能で、前記タスクの割当が可能な第3のエージェントを選定する請求項10に記載のタスク割当装置。
The task assignment means includes:
11. The task assignment according to claim 10, wherein when the second agent cannot be predicted by the prediction means, a third agent capable of communicating and assigning the task is selected from the other agents. apparatus.
前記タスク割当手段は、
前記予測手段により前記第2のエージェントを予測された場合には、前記タスクの割当処理を終了する請求項10に記載のタスク割当装置。
The task assignment means includes:
11. The task assignment device according to claim 10, wherein when the second agent is predicted by the prediction means, the task assignment processing is terminated.
前記予測手段は、エージェント間の通信接続確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項10から12のいずれか1項に記載のタスク割当装置。   13. The prediction unit according to claim 10, wherein the prediction unit predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a communication connection probability between agents. The task assignment device according to any one of claims. 前記予測手段は、エージェント間の通信速度に基づいて、前記第1のエージェントに対して一定時間内に前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項10から12のいずれか1項に記載のタスク割当装置。   The prediction means predicts a second agent having a high possibility of assigning the task to the first agent within a predetermined time based on a communication speed between the agents. The task assignment device according to claim 1. 前記予測手段は、他エージェントのタスク認識確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項10から12のいずれか1項に記載のタスク割当装置。   The prediction means predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a task recognition probability of another agent. The task assignment device according to any one of claims. 前記予測手段は、他エージェントのタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項10から12のいずれか1項に記載のタスク割当装置。   The said prediction means predicts the 2nd agent with high possibility of assigning the said task with respect to the said 1st agent based on the task allocation rule of another agent. The task assignment device described in 1. 前記予測手段は、全エージェント共通のタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項10から12のいずれか1項に記載のタスク割当装置。   The prediction means predicts a second agent having a high possibility of assigning the task to the first agent based on a task assignment rule common to all agents. The task assignment device according to item. 前記予測手段は、エージェント間の通信接続確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項10から12のいずれか1項に記載のタスク割当装置。   13. The prediction unit according to claim 10, wherein the prediction unit predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a communication connection probability between agents. The task assignment device according to any one of claims. 複数のエージェントがネットワークに接続して通信するマルチエージェントシステムに適用するタスク割当方法であって、
実行すべきタスクを認識する処理と、
前記タスクの認識結果に基づいて、自他のエージェントから前記タスクの割当が可能な第1のエージェントを選定する処理と、
前記第1のエージェントとの通信が可能な場合に、前記第1のエージェントに対して前記タスクの割当処理を実行する処理と、
前記第1のエージェントとの通信が不可能な場合に、他のエージェントから、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する処理と
を具備するタスク割当方法。
A task assignment method applied to a multi-agent system in which a plurality of agents connect to a network and communicate,
Recognizing the task to be executed,
A process of selecting a first agent capable of assigning the task from the other agents based on the recognition result of the task;
A process of executing the task assignment process for the first agent when communication with the first agent is possible;
A process of predicting a second agent that has a high possibility of assigning the task to the first agent from another agent when communication with the first agent is impossible. Task assignment method.
前記予測する処理により前記第2のエージェントを予測できない場合には、前記自他のエージェントから、通信が可能で、前記タスクの割当が可能な第3のエージェントを選定する処理を含む請求項19に記載のタスク割当方法。   The process according to claim 19, further comprising a process of selecting a third agent capable of communicating and allocating the task from the other agent when the second agent cannot be predicted by the predicting process. The task assignment method described. 前記予測する処理により前記第2のエージェントを予測された場合には、前記タスクの割当処理を終了する請求項19に記載のタスク割当方法。   The task assignment method according to claim 19, wherein when the second agent is predicted by the prediction process, the task assignment process is terminated. 前記予測する処理により、エージェント間の通信接続確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項19から21のいずれか1項に記載のタスク割当方法。   The predicting process predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a communication connection probability between agents. The task assignment method according to any one of the above. 前記予測する処理により、エージェント間の通信速度に基づいて、前記第1のエージェントに対して一定時間内に前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項19から21のいずれか1項に記載のタスク割当方法。   The predicting process predicts a second agent having a high possibility of assigning the task to the first agent within a certain period of time based on a communication speed between the agents. The task assignment method according to any one of the above items. 前記予測する処理により、他エージェントのタスク認識確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項19から21のいずれか1項に記載のタスク割当方法。   The predicting process predicts a second agent having a high possibility of assigning the task to the first agent based on probability information including a task recognition probability of another agent. The task assignment method according to any one of the above. 前記予測する処理により、他エージェントのタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項19から21のいずれか1項に記載のタスク割当方法。   The one of claims 19 to 21, wherein the predicting process predicts a second agent having a high possibility of assigning the task to the first agent based on a task assignment rule of another agent. The task assignment method described in the section. 前記予測する処理により、全エージェント共通のタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項19から21のいずれか1項に記載のタスク割当方法。   22. The second agent that is likely to assign the task to the first agent is predicted based on a task assignment rule common to all agents by the predicting process. The task allocation method according to item 1. 複数のエージェントがネットワークに接続して通信するマルチエージェントシステムに適用し、前記複数のエージェントを組み込むコンピュータにおいて、
実行すべきタスクを認識する処理と、
前記タスクの認識結果に基づいて、自他のエージェントから前記タスクの割当が可能な第1のエージェントを選定する処理と、
前記第1のエージェントとの通信が可能な場合に、前記第1のエージェントに対して前記タスクの割当処理を実行する処理と、
前記第1のエージェントとの通信が不可能な場合に、他のエージェントから、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する処理と
を有する手順を前記コンピュータに実行させるプログラム。
In a computer incorporating a plurality of agents, applied to a multi-agent system in which a plurality of agents connect to a network and communicate,
Recognizing the task to be executed,
A process of selecting a first agent capable of assigning the task from the other agents based on the recognition result of the task;
A process of executing the task assignment process for the first agent when communication with the first agent is possible;
A process of predicting a second agent that is highly likely to assign the task to the first agent from another agent when communication with the first agent is impossible A program for causing the computer to execute.
前記予測する処理により前記第2のエージェントを予測できない場合には、前記自他のエージェントから、通信が可能で、前記タスクの割当が可能な第3のエージェントを選定する処理を含む請求項27に記載のプログラム。   28. The method according to claim 27, further comprising a process of selecting a third agent capable of communicating and assigning the task from the other agent when the second agent cannot be predicted by the predicting process. The listed program. 前記予測する処理により前記第2のエージェントを予測された場合には、前記タスクの割当処理を終了する請求項27に記載のプログラム。   28. The program according to claim 27, wherein when the second agent is predicted by the prediction process, the task assignment process is terminated. 前記予測する処理により、エージェント間の通信接続確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項27から29のいずれか1項に記載のプログラム。   30. The second agent having a high possibility of assigning the task to the first agent is predicted based on probability information including a communication connection probability between the agents by the predicting process. The program according to any one of the above. 前記予測する処理により、エージェント間の通信速度に基づいて、前記第1のエージェントに対して一定時間内に前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項27から29のいずれか1項に記載のプログラム。   30. The second agent having a high possibility of allocating the task to the first agent within a predetermined time based on a communication speed between agents by the predicting process. The program according to any one of the above items. 前記予測する処理により、他エージェントのタスク認識確率を含む確率情報に基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項27から29のいずれか1項に記載のプログラム。   30. The second agent having a high possibility of assigning the task to the first agent is predicted based on the probability information including the task recognition probability of another agent by the predicting process. The program according to any one of the above. 前記予測する処理により、他エージェントのタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項27から29のいずれか1項に記載のプログラム。   30. Any one of claims 27 to 29, wherein the predicting process predicts a second agent having a high possibility of assigning the task to the first agent based on a task assignment rule of another agent. The program described in the section. 前記予測する処理により、全エージェント共通のタスク割当ルールに基づいて、前記第1のエージェントに対して前記タスクの割当を行う可能性が高い第2のエージェントを予測する請求項27から29のいずれか1項に記載のプログラム。   30. The second agent having a high possibility of assigning the task to the first agent based on a task assignment rule common to all agents by the predicting process. The program according to item 1.
JP2016078964A 2016-04-11 2016-04-11 Multi-agent system, task allocation device, task allocation method and program Active JP6739972B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016078964A JP6739972B2 (en) 2016-04-11 2016-04-11 Multi-agent system, task allocation device, task allocation method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016078964A JP6739972B2 (en) 2016-04-11 2016-04-11 Multi-agent system, task allocation device, task allocation method and program

Publications (3)

Publication Number Publication Date
JP2017191373A true JP2017191373A (en) 2017-10-19
JP2017191373A5 JP2017191373A5 (en) 2019-04-25
JP6739972B2 JP6739972B2 (en) 2020-08-12

Family

ID=60085927

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016078964A Active JP6739972B2 (en) 2016-04-11 2016-04-11 Multi-agent system, task allocation device, task allocation method and program

Country Status (1)

Country Link
JP (1) JP6739972B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109581983A (en) * 2018-12-07 2019-04-05 航天恒星科技有限公司 The method and apparatus of TT&C Resources dispatching distribution based on multiple agent
JPWO2019230885A1 (en) * 2018-05-30 2020-06-11 株式会社センシンロボティクス Flight management server and flight management system for unmanned air vehicles
CN111680914A (en) * 2020-06-08 2020-09-18 西安京迅递供应链科技有限公司 Event distribution method, event distribution device, storage medium, and electronic apparatus
CN112859887A (en) * 2019-11-28 2021-05-28 中国科学院沈阳自动化研究所 Multi-underwater robot autonomous task allocation method based on space-based center
WO2021149681A1 (en) * 2020-01-24 2021-07-29 ファナック株式会社 Data collection device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005332082A (en) * 2004-05-18 2005-12-02 Advanced Telecommunication Research Institute International Distributed processing system and distributed processing program
JP2006201896A (en) * 2005-01-19 2006-08-03 Fujitsu Ltd Network system and mobile communication node

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005332082A (en) * 2004-05-18 2005-12-02 Advanced Telecommunication Research Institute International Distributed processing system and distributed processing program
JP2006201896A (en) * 2005-01-19 2006-08-03 Fujitsu Ltd Network system and mobile communication node

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2019230885A1 (en) * 2018-05-30 2020-06-11 株式会社センシンロボティクス Flight management server and flight management system for unmanned air vehicles
CN109581983A (en) * 2018-12-07 2019-04-05 航天恒星科技有限公司 The method and apparatus of TT&C Resources dispatching distribution based on multiple agent
CN112859887A (en) * 2019-11-28 2021-05-28 中国科学院沈阳自动化研究所 Multi-underwater robot autonomous task allocation method based on space-based center
WO2021149681A1 (en) * 2020-01-24 2021-07-29 ファナック株式会社 Data collection device
CN111680914A (en) * 2020-06-08 2020-09-18 西安京迅递供应链科技有限公司 Event distribution method, event distribution device, storage medium, and electronic apparatus
CN111680914B (en) * 2020-06-08 2024-04-19 西安京迅递供应链科技有限公司 Event distribution method, event distribution device, storage medium, and electronic device

Also Published As

Publication number Publication date
JP6739972B2 (en) 2020-08-12

Similar Documents

Publication Publication Date Title
JP6739972B2 (en) Multi-agent system, task allocation device, task allocation method and program
Cho et al. A hybrid meta-heuristic algorithm for VM scheduling with load balancing in cloud computing
WO2019141228A1 (en) Conflict management method and system for multiple mobile robots
KR100834340B1 (en) System and method of determining an optimal distribution of source servers in target servers
WO2019141217A1 (en) Conflict management method and system for multiple mobile robots
Choi et al. Genetic algorithm based decentralized task assignment for multiple unmanned aerial vehicles in dynamic environments
KR20160087706A (en) Apparatus and method for resource allocation of a distributed data processing system considering virtualization platform
WO2019141223A1 (en) Path planning method and system for mobile robot
WO2019141219A1 (en) Method and system for scheduling multiple mobile robots
KR101408075B1 (en) Multi robots control system and method of control the multi robots
US8214521B2 (en) Systems and methods for changing computational tasks on computation nodes to minimize processing time variation
WO2022111453A1 (en) Task processing method and apparatus, task allocation method, and electronic device and medium
WO2016135378A1 (en) Resolution of route conflict
CN110838939B (en) Scheduling method based on lightweight container and edge Internet of things management platform
WO2019141225A1 (en) Conflict management method and system for multiple mobile robots
JP2017191373A5 (en)
KR102068676B1 (en) The method for scheduling tasks in real time using pattern-identification in multitier edge computing and the system thereof
CN114503077A (en) Task scheduling for machine learning workloads
US20220229695A1 (en) System and method for scheduling in a computing system
Srivastava et al. Task release control for decision making queues
EP4285198A1 (en) Method and system for designing a robotic system architecture with optimized system latency
US11271990B2 (en) Allocation of digital resources within a local, modular computer network (edge cloud)
JP2021530760A (en) Distributed multi-node control system and method
KR102397338B1 (en) Apparatus and method for managing work plan of autonomous parking robot system
JP2016071886A5 (en)

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20170904

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20170905

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190314

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190314

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200131

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200218

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200410

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200623

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200722

R150 Certificate of patent or registration of utility model

Ref document number: 6739972

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150