JPH06168107A - Plan knowledge generation supporting device - Google Patents

Plan knowledge generation supporting device

Info

Publication number
JPH06168107A
JPH06168107A JP31961192A JP31961192A JPH06168107A JP H06168107 A JPH06168107 A JP H06168107A JP 31961192 A JP31961192 A JP 31961192A JP 31961192 A JP31961192 A JP 31961192A JP H06168107 A JPH06168107 A JP H06168107A
Authority
JP
Japan
Prior art keywords
condition
operator
entity
model
knowledge
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.)
Pending
Application number
JP31961192A
Other languages
Japanese (ja)
Inventor
Kazuhiko Nishimura
一彦 西村
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 JP31961192A priority Critical patent/JPH06168107A/en
Publication of JPH06168107A publication Critical patent/JPH06168107A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To automatically generate an operation knowledge required for plan generation from models of actions which respective entities of a controlled system can take. CONSTITUTION:This device is provided with a storage means 11 where entity models MDL where actions of respective entities belonging to a controlled system world are described by various operators OP, where operation contents are defined, are held, an analysis means 12 which analyzes these models to check overs and shorts by mutual reference relations and requests supplement of deficient conditions, an input means 16 which supplements and inputs conditions, a candidate generating means 13 which adds the state change of each entity, the action causing the change, and dependence relations between entities obtained from the check result of the analysis means 12 to the pertinent OP as correction information based on supplemented condition information to generate an OP knowledge prototype, and a correcting means 14 which adds constraints to pertinent positions of the OP knowledge prototype obtained by the candidate generating means 13.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、初期状態から目標状態
に遷移するための行動を記述した計画を合成する計画生
成のためのシステムにかかわり、特にその元となる知識
の生成を行うことができる計画知識作成支援装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for generating a plan for synthesizing a plan in which an action for transitioning from an initial state to a target state is synthesized, and in particular, it is possible to generate the underlying knowledge. A planning knowledge creation support device that can be used

【0002】[0002]

【従来の技術】計画生成システムは、初期状態から目標
状態に遷移するための行動を表わすプログラムソースを
合成するものであり、その知識表現形式としては、計画
を遂行する行為者の行動や操作を単位としたオペレータ
形式が標準とされている。このオペレータは基本的には
前提条件と、その結果である削除条件と、追加条件の組
で与えられ、各条件は対象世界の実体の状態記述や属性
からなる。
2. Description of the Related Art A plan generation system synthesizes a program source representing an action for making a transition from an initial state to a target state, and its knowledge representation form is the action or operation of an actor who carries out a plan. The unit operator format is standard. This operator is basically given by a set of a precondition, a resulting deletion condition, and an additional condition, and each condition is composed of a state description and an attribute of an entity in the target world.

【0003】従来、問題(課題)とする対象世界からこ
うしたオペレータを得る方法としては、対象世界の完全
な状態遷移を与え、各状態間の差異を比較することによ
ってその差分を埋めるようなオペレータを生成する方法
や、あるいは学習システムとの融合により、複数の基本
オペレータから構成される計画そのものをひとつのオペ
レータとすると云った方法がある。
Conventionally, as a method of obtaining such an operator from the target world as a problem (issue), an operator who gives a complete state transition of the target world and compares the differences between respective states to fill the difference is found. There is a method in which a plan itself composed of a plurality of basic operators is regarded as one operator by a method of generating it or by fusion with a learning system.

【0004】[0004]

【発明が解決しようとする課題】問題とする対象世界か
らオペレータを得る方法として、上述したようなものが
あるが、このような従来方法が対象としている問題は小
規模なものが多く、従って、対象世界のモデル化が容易
であることから、状態の遷移を分析するだけで簡単にオ
ペレータを導出することができた。
As a method for obtaining an operator from the target world in question, there are the above-mentioned ones. However, many of the problems targeted by such conventional methods are small, and Since the modeling of the target world is easy, the operator could be easily derived only by analyzing the state transitions.

【0005】ところが、問題が複雑になると、個々の実
体の状態遷移の分析だけでは不十分であり、各実体の状
態の変化を考慮するためには実体間の依存関係を考慮し
たオペレータ知識の表現が必要となる。また、生成され
た計画そのものをオペレータとする場合にも、前提には
基本オペレータが必要となる。
However, when the problem becomes complicated, it is not enough to analyze the state transition of each entity, and in order to consider the change of the state of each entity, the expression of operator knowledge in consideration of the inter-entity dependency is considered. Is required. Also, when the generated plan itself is used as an operator, a basic operator is required as a prerequisite.

【0006】個々の実体の状態遷移は実体モデルの中
に、それぞれ必要な基本オペレータを、盛り込んでゆく
ことにより完成するが、各実体モデルは単独で動作を完
結できるわけではなく、他の実体モデルとの絡みがあ
る。そのため、大規模で、複雑な対象世界程、これらの
絡みが入り乱れ、目的の動作を行える無駄のないソフト
ウェアに完成させるには、実体モデルのオペレータにお
いて、他の実体モデルのオペレータとの絡みで重複する
こととなる記述を取り除き、不足する記述を定義して加
え、順番を揃える等の作業が必要となるが、複雑化した
分、全体の見通しが悪くなり、結局は一つ一つ動作を検
証し、全体に亙っての動作を検証して修正してゆかねば
ならず、人手と膨大な時間を要して、生産性が悪い。し
かも、人手に頼る作業となるだけに、複雑となればなる
ほど、完全なものとはなり得ず、信頼性も低くなる。
The state transition of each entity is completed by incorporating the necessary basic operators in the entity model. However, each entity model cannot complete its operation independently, and other entity models cannot be completed. There is a entanglement with. For this reason, in a large-scale and complicated target world, these entanglements are mixed up, and in order to complete software that can perform the intended operation without waste, the operator of the physical model duplicates the entanglement with the operators of other physical models. It is necessary to remove the required description, define the missing description, add the order, etc., but the work is complicated, but the overall visibility deteriorates, and eventually the operation is verified one by one. However, it is necessary to verify and correct the operation of the whole system, which requires manpower and a huge amount of time, and productivity is poor. Moreover, the more complicated the work is, the more reliable it becomes, and the less reliable it is.

【0007】そこで、この発明の目的とするところは、
制御対象物を初期状態から目標状態に遷移させるための
行動を計画するために用いられ、計画を遂行する対象物
の行動や操作を単位とした各種オペレータを、オペレー
タ形式で記述され、各対象物毎に用意した各実体モデル
から、各実体モデル間での参照関係に基づく上記各種オ
ペレータにおける条件の過不足を解析して必要な修正を
施し、大規模で複雑な目的の制御対象世界を実現するに
必要な内容に変換することができるようにしたソフトウ
ェア知識作成支援装置を提供することにある。
Therefore, the object of the present invention is to
It is used to plan the action for transitioning the controlled object from the initial state to the target state, and describes various operators in units of actions and operations of the object that carries out the plan in operator format. From each physical model prepared for each, analyze the excess or deficiency of conditions in the above various operators based on the reference relationship between each physical model and make necessary corrections to realize a large-scale and complex target controlled world It is to provide a software knowledge creation support device capable of converting into necessary contents.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に本発明は次のように構成する。すなわち、制御対象世
界に属している各実体についてそのふるまいを、動作内
容を定義した各種オペレータにて記述してなる実体モデ
ルとしてモデル化して保持させたモデル記憶手段と、こ
れらの各実体モデルを解析し、相互の参照関係により過
不足を調査すると共に、不足条件の補充を求める解析手
段と、条件を補充入力するための入力手段と、上記実体
モデルから各オペレータを抽出すると共に、解析手段の
調査結果から得られる各実体の状態変化、変化を起こす
行動、実体間の依存関係を、補充された条件情報をもと
に、修正情報として該当のオペレータに付加してオペレ
ータ知識原型を作成する候補発生手段と、この候補発生
手段により得られたオペレータ知識原型に対して制約条
件を該当箇所に付加する修正手段とを具備する。
In order to achieve the above object, the present invention is constructed as follows. That is, the behavior of each entity that belongs to the controlled world is modeled as an entity model that is described by various operators that define the operation content, and the model storage means is stored, and each of these entity models is analyzed. Then, while checking the excess and deficiency by mutual reference relationship, analysis means for requesting supplementation of insufficient conditions, input means for supplementary input of conditions, and extracting each operator from the above-mentioned physical model, and investigating analysis means Candidate generation that creates operator knowledge prototype by adding state change of each entity obtained from the result, action that causes change, dependency relationship between entities as correction information to the relevant operator based on supplemented condition information And means for modifying the operator knowledge prototype obtained by the candidate generating means to add a constraint condition to the relevant part.

【0009】[0009]

【作用】このような構成において、モデル記憶手段に
は、目的とする制御対象世界に属している各実体につい
てそのふるまいを、各種オペレータにて記述してなる実
体モデルとしてモデル化して保持させてあり、解析手段
はこれらの各実体モデルを解析し、相互の参照関係によ
り過不足を調査する。そして、候補発生手段は上記実体
モデルから各オペレータを抽出すると共に、上記解析手
段の調査結果から得られる各実体の状態変化、変化を起
こす行動、実体間の依存関係をもとにした修正情報とし
て該当のオペレータに付加してオペレータ知識原型を作
成する。修正手段は、この候補発生手段により得られた
オペレータ知識原型に対し、対応箇所に制約条件を付加
する。
In this configuration, the model storage means stores the behavior of each entity belonging to the target controlled world as a model of entity described by various operators. The analysis means analyzes each of these entity models and investigates the excess or deficiency based on the mutual reference relationship. Then, the candidate generating means extracts each operator from the entity model, and as the modification information based on the state change of each entity obtained from the analysis result of the analyzing means, the action causing the change, and the dependency relationship between the entities. Create an operator knowledge prototype by adding it to the corresponding operator. The correction means adds a constraint condition to the corresponding portion of the operator knowledge prototype obtained by the candidate generation means.

【0010】本発明の知識生成装置では対象世界のモデ
ル化は、対象世界を構成する実体を中心として形式化し
て与えられ、その内容は実体名、その実体の内部状態定
義と状態遷移を引き起こす行動定義、さらに実体を特徴
づける属性定義からなる。これらが与えられると、本装
置では各実体モデルの条件の参照関係(問い合わせ関係
や依存関係)を考慮して各行動の条件を解析し、参照関
係あることによって重複する条件、不要条件を抽出し、
また、不足する条件の設定を促すと共に、これらに基づ
く修正を可能にするために、条件捕捉の記述を加える。
In the knowledge generation device of the present invention, the modeling of the target world is given by formalizing the entities forming the target world, and the contents are the entity name, the internal state definition of the entity, and the action that causes the state transition. It consists of definitions and attribute definitions that characterize the entity. When these are given, this device analyzes the conditions of each action in consideration of the reference relations (query relations and dependency relations) of the conditions of each entity model, and extracts overlapping conditions and unnecessary conditions due to the reference relations. ,
Moreover, in order to prompt the setting of insufficient conditions and to make corrections based on these, the description of condition capture is added.

【0011】このように、本装置では各実体モデルの条
件の参照関係を解析し、条件参照関係から各行動の条件
修正の要否解析して、その結果を行動名、前提条件、削
除条件、追加条件、ソート、制約条件などからなる計画
生成知識に変換するものである。そして、これら削除条
件、追加条件、ソート、制約条件に対応した処理を加え
れば計画生成に必要な知識(オペレータ知識)が得られ
るようにするものである。
As described above, the present apparatus analyzes the reference relation of the conditions of each physical model, analyzes the necessity of condition correction of each action from the condition reference relation, and the result is the action name, precondition, deletion condition, It is converted into plan generation knowledge consisting of additional conditions, sorts, constraints, etc. Then, by adding processing corresponding to these deletion condition, addition condition, sort, and constraint condition, knowledge (operator knowledge) necessary for generating a plan can be obtained.

【0012】従って、この発明によれば、大規模で複雑
な制御対象に対して、その各実体それぞれについてとり
得るふるまいをモデル化して表現したものを与えれば、
計画生成に必要なオペレータ知識を自動作成できるよう
になる計画知識作成支援装置を提供できる。
Therefore, according to the present invention, if a behavior represented by each entity is modeled and expressed for a large-scale and complicated controlled object,
A plan knowledge creation support device capable of automatically creating operator knowledge necessary for plan creation can be provided.

【0013】[0013]

【実施例】以下、本発明の一実施例について、図面を参
照して説明する。図1は計画知識作成ができる本発明の
計画知識作成支援装置の機能構成を示したブロック図で
ある。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a functional configuration of a planning knowledge creation support device of the present invention capable of creating planning knowledge.

【0014】図に示すように、この装置は、形式化され
た実体モデルを記憶する実体モデル記憶部11と、この
実体モデル記憶部11に記憶された実体モデルから、実
体モデル間の条件参照関係を解析し、不足している条件
のピックアップを行い、ユーザ(プログラマ)に知らせ
てその不足条件の追加を促し、ユーザがその不足条件の
定義内容を入力したならばそれを取り込んで解析に使用
する他、その条件を新たに付加する必要がある場合に
は、追加条件としてオペレータ知識記述に追加記述する
等、必要となる条件の追加処理の他、不要な条件の削除
をオペレータ知識記述に行う等と云った不要な行動の削
除処理等を行う実体モデル解析部12、選択された実体
モデルからオペレータの候補を推定すると共に実体モデ
ルとオペレータ知識の各項目間の対応関係に従って、実
体モデル記述から実体モデル解析部12の処理結果を反
映させたかたちでオペレータ知識の原型を変換出力する
オペレータ候補生成部13と、制約条件を得る制約条件
獲得部14と、オペレータ知識を記憶するオペレータ知
識記憶部15と、ユーザがシステムに対してコマンドを
入力したり、データや等を入力するマンマシンインタフ
ェースを備えている。上記12,13,14は制御装置
10の持つ機能であり、例えば、ソフトウェアにより実
現されている。
As shown in the figure, this apparatus uses a substance model storage unit 11 for storing a formalized substance model, and a condition reference relationship between the substance models from the substance model stored in the substance model storage unit 11. Parses the missing condition, picks up the missing condition, informs the user (programmer) to add the missing condition, and if the user inputs the definition of the missing condition, capture it and use it for analysis. In addition, when it is necessary to newly add the condition, additional description is added to the operator knowledge description as an additional condition, and unnecessary condition is deleted from the operator knowledge description in addition to the necessary condition addition processing. Substantial model analysis unit 12 that performs processing such as deleting unnecessary actions, estimates operator candidates from the selected substantive model, and substantiates the substantive model and operator knowledge. An operator candidate generation unit 13 that converts and outputs a prototype of operator knowledge by reflecting the processing result of the substance model analysis unit 12 from the substance model description according to the correspondence relationship between each item, and a constraint condition acquisition unit 14 that obtains a constraint condition An operator knowledge storage unit 15 for storing operator knowledge, and a man-machine interface for a user to input a command to the system, data, and the like. The above 12, 13, and 14 are functions of the control device 10, and are realized by software, for example.

【0015】実体モデル記憶部11には、ユーザが定義
した制御対象世界に登場する各対象の実体をモデル化し
て表現した各実体モデルに関する知識情報が実体名、そ
の実体モデルの取り得る状態定義、状態遷移を引き起こ
す行動定義、さらに実体モデルを特徴づける属性定義か
らなる記述形式の構成で記憶されている。
In the entity model storage unit 11, knowledge information about each entity model that represents the entity of each object appearing in the controlled world defined by the user is represented by the entity name, the state definition that the entity model can take, It is stored in a descriptive format composed of action definitions that cause state transitions and attribute definitions that characterize the entity model.

【0016】これらのうち、状態定義は「状態名#状
態」の定義域からなる記述となっている。また、行動定
義は「行動名#」と、その行動に対する「前提条件」
と、「結果」の組で記述する。そして、「前提条件」や
「結果」は「実体の状態」や「属性」の記述からなる。
記号“#”を付した固有名詞は関数名(オペレータ名)
を示しており、“[]”内は定義内容を示している。
Of these, the state definition is a description consisting of a domain of "state name # state". In addition, the action definition is "action name #" and "preconditions" for that action.
, And the “result” pair. The "preconditions" and "results" consist of descriptions of "state of substance" and "attributes".
Proper nouns with the symbol "#" are function names (operator names)
Is shown, and the definition contents are shown in "[]".

【0017】図5は制御対象世界としての、ロボットの
行動計画問題におけるロボットの実体モデルを記述した
例を示したものである。この例は「ある部屋Aとそれに
隣接する部屋Bがあり、その部屋間にはドアがあり、ロ
ボットには一方の部屋に置いてある箱を他方の部屋に移
させる」、と云う命題における行動計画の実体モデル記
述例を示したものである。図5において、ロボットはそ
の「種別」はロボットであり、「状態」として、「部
屋」と「場所」をとる。
FIG. 5 shows an example in which a physical model of the robot in the action planning problem of the robot is described as the controlled world. In this example, there is a room A and a room B adjacent to it, there is a door between the rooms, and the robot moves the box in one room to the other room. This figure shows an example of the actual model description of a plan. In FIG. 5, the “type” of the robot is a robot, and the “state” includes “room” and “place”.

【0018】ロボットが移動できる範囲は「部屋」内で
あり、「部屋」は、ある部屋1とそれに隣接する部屋2
と云う構造である。従って、状態定義における部屋の範
囲を定義した関数名「部屋#」の定義内容は[部屋1,
部屋2]、また、ロボットの位置を表す「場所」はドア
の位置、箱の置いてある位置、ドアも箱もない位置の3
状態があるので、「場所」は、ドア、箱、なしの3つの
状態を範囲としてとる。従って、状態定義における場所
を定義した関数名「場所#」の定義内容は、[ドア,
箱,なし]となる。
The range in which the robot can move is within a "room," which is a room 1 and a room 2 adjacent to it.
It is a structure called. Therefore, the definition content of the function name "Room #" that defines the range of rooms in the state definition is [Room 1,
Room 2], and the "location" that represents the robot position is the position of the door, the position where the box is placed, and the position where there is neither the door nor the box 3.
Since there is a state, the "place" covers three states: door, box, and none. Therefore, the definition content of the function name "location #" that defines the location in the state definition is [door,
Box, none].

【0019】また、ロボットのとる行動としては、次の
4つがある。すなわち、「部屋にいる」、「部屋を移動
する」、「ドアに近づく」、「箱に近寄る」の4つであ
る。従って、これらの行動を記述したものをそれぞれ定
義する必要がある。これが行動定義であり、各定義内容
に名称を付してこの定義内容を実現するモジュールとし
たものがオペレータである。
There are the following four actions taken by the robot. That is, there are four: "being in the room", "moving the room", "approaching the door", and "approaching the box". Therefore, it is necessary to define a description of each of these actions. This is an action definition, and an operator is a module that gives each definition content a name and realizes this definition content.

【0020】記述例をもう少し詳しく説明する。例え
ば、ロボットがいる部屋が部屋Xで、ロボットがドアの
近くにおり、そのドアは部屋Xと部屋Yを接続するもの
であり、ドアが開いていると云ったことが前提条件であ
るならば、ロボットの「部屋の移動」と云う行動は、上
述の前提条件から、ロボットがいる部屋が部屋X[記述
例“(部屋(ロボット、部屋X))”]で、ロボットが
ドアの近くにいて[記述例“(場所(ロボット、ド
ア))”]、そのドアは部屋Xと部屋Yを接続するもの
であり[記述例“構造(ドア,部屋X,部屋Y)”]、
ドアが開いていること[記述例“問い合わせ(ドア,
(ドア(開いている))”]と表わすことができ、この
前提条件に従えば、「部屋の移動」の前提要件記述内容
は図2に示す如く、[部屋(ロボット、部屋X)&場所
(ロボット、ドア)&構造(ドア,部屋X,部屋Y)&
問い合わせ(ドア,ドア(開いている))]である。こ
こで、“&”はアンド条件を示している。
A description example will be described in more detail. For example, if the room where the robot is is room X, the robot is near the door, the door connects room X and room Y, and if the door is open is a prerequisite. The behavior of the robot "moving a room" is based on the above-mentioned prerequisites, when the room in which the robot is located is room X [description example "(room (robot, room X))"] and the robot is near the door. [Description example “(place (robot, door))”], the door connects the room X and the room Y [Description example “structure (door, room X, room Y)”],
The door is open [Description example "Inquiry (door,
(Door (open)) ”], and according to this precondition, the description of the precondition for“ moving a room ”is [room (robot, room X) & place as shown in FIG. (Robot, door) & structure (door, room X, room Y) &
Inquiry (door, door (open))]. Here, “&” indicates an AND condition.

【0021】そして、「結果」の部分は、行動の対象が
ロボットの部屋の移動であるから、ロボットは別の部屋
に移動する[記述例“(部屋(ロボット,部屋Y)”]
と云う内容になる。ここで部屋X、部屋Yは変数であ
り、その定義域はロボット実体モデルの状態変数「部
屋」と同じである。
In the "result" portion, since the object of the action is the movement of the robot room, the robot moves to another room [description example "(room (robot, room Y)"].
It will be said that. Here, the room X and the room Y are variables, and the domain thereof is the same as the state variable "room" of the robot body model.

【0022】このような形式で「部屋にいる」、「ドア
に近づく」、「箱に近寄る」の3種の行動もそれぞれ定
義して記述するが、このようにして定義されたそれぞれ
が「部屋にいる」、「ドアに近づく」、「箱に近寄る」
と云う行動を実現する各オペレータとなるものである。
In this form, three kinds of actions of "being in a room", "approaching a door", and "approaching a box" are also defined and described. Each of the thus defined actions is "room". "I'm here", "Close to the door", "Close to the box"
It becomes each operator that realizes the action.

【0023】実体モデルは目的とする対象世界の目的と
する様々な行動や状態、前提要件等を、例えば、上述の
ようにロボットを例にあげるとロボットのある一つの行
動、例えば、「部屋にいる」や「ドアに近づく」、…
と云ったように、ロボットと云う一つの対象毎に、内部
は最小限の状態をひと纏まりの単位として、行わせるべ
き行動等を記述して構成され、ロボットに関する実体モ
デルとして予め用意するものである。上述の例では実体
モデルは対象物がロボットの他に、箱もあるので、箱に
関する実体モデルも別に用意する。
The physical model is used to describe various desired behaviors and states of the target world, prerequisites, etc., for example, in the case of a robot as described above, one behavior of the robot, for example, “I ’m close to the door” and…
As described above, for each object called a robot, the inside is configured by describing the actions to be performed with a minimum state as a unit, and prepared in advance as an actual model of the robot. is there. In the above-mentioned example, since the physical model includes a box in addition to the robot, a physical model related to the box is prepared separately.

【0024】行わせるべき行動はオペレータ形式で記述
するが、未定義のオペレータについては定義して用意す
る。そして、基本オペレータや汎用オペレータについて
はそれらを定義したライブラリを用意し、このライブラ
リを利用してオペレータ名を記述すればその定義内容を
参照することができる。
The actions to be performed are described in operator form, but undefined operators are defined and prepared. Then, for basic operators and general-purpose operators, a library defining them is prepared, and if the operator name is described using this library, the definition contents can be referred to.

【0025】本発明は、上述したような対象物の行動等
に関する個々の動作内容、前提要件等を記述した実体モ
デルを対象物分、用意した後に、実体モデル相互間の絡
みで、不要な記述や付加しなければならない記述、定義
しなければならない事項、順序関係等の調整を自動処理
できるようにするものである。
According to the present invention, after preparing the physical models describing the individual operation contents and the prerequisites regarding the behavior of the physical object as described above for the physical object, the unnecessary description is generated due to the entanglement between the physical models. It enables automatic processing of adjustments such as descriptions that must be added, matters that must be defined, and order relations.

【0026】実体モデル解析部12は上記のような各実
体モデルにおける行動定義の条件部分の参照関係の分類
により、上記各行動の条件部の修正や、不要な行動の削
除等の処理を行う部分である。
The entity model analysis unit 12 performs processing such as correction of the condition portion of each action and deletion of unnecessary action by classifying the reference relation of the condition portion of the action definition in each entity model as described above. Is.

【0027】オペレータ候補生成部13では、図2に示
すような実体モデルとオペレータ知識の各項目間の対応
関係に従いつつ、上記実体モデル記述からオペレータ知
識の原型を作成する。このとき、オペレータ候補生成部
13では、実体モデル解析部12により処理された結果
をも該当するオペレータ候補に取り込み、オペレータ知
識の原型に組み込む。
The operator candidate generation unit 13 creates a prototype of operator knowledge from the above described entity model description while following the correspondence relationship between each item of entity model and operator knowledge as shown in FIG. At this time, the operator candidate generation unit 13 also incorporates the result processed by the entity model analysis unit 12 into the corresponding operator candidate and incorporates it into the prototype of operator knowledge.

【0028】制約条件獲得部14は、このオペレータ知
識の原型に対して、各オペレータ知識の適用対象となる
オブジェクト間の制約条件の獲得を行うもので、制約条
件となるべき事項をユーザに提示して、条件の設定を促
し、設定された制約条件を取り込んで実体モデルに加え
る。制約条件はユーザが設定する。制約条件にはソート
間の関係が記述される。すなわち、制約条件獲得部14
はオペレータ知識原型のソート記述を調べ、マンマシン
インタフェース16に出力して、同じタイプのオブジェ
クトが同一か、異なるものかをユーザに識別指示させ、
その結果を実体モデルの記述中に制約記述として加え
る。さらに、ソートの中に属性が含まれる場合は各属性
に対する制約の記述をマンマシンインタフェース16に
出力して、ユーザに提示する。そして、ユーザに制約の
記述を入力させ、それを取り込む。オペレータ知識記憶
部15はこのようにして得られたオペレータ知識を記憶
するものである。次に、以上のように構成された本装置
の動作を説明する。
The constraint condition acquisition unit 14 acquires constraint conditions between objects to which each operator knowledge is applied, with respect to this prototype of operator knowledge, and presents the user with items to be constraint conditions. Then, it prompts the setting of conditions, takes in the set constraints and adds them to the real model. The constraint conditions are set by the user. The constraint condition describes the relationship between sorts. That is, the constraint condition acquisition unit 14
Examines the sort description of the operator knowledge prototype and outputs it to the man-machine interface 16 to let the user identify whether the objects of the same type are the same or different,
The result is added as a constraint description in the description of the entity model. Furthermore, when attributes are included in the sort, the description of the constraint for each attribute is output to the man-machine interface 16 and presented to the user. Then, the user is made to input the description of the constraint, and it is taken in. The operator knowledge storage unit 15 stores the operator knowledge thus obtained. Next, the operation of the present apparatus configured as described above will be described.

【0029】実体モデル記憶部11に制御対象とする世
界に登場する各実体の各実体モデルを用意しておく。実
体モデル解析部12はこの実体モデル記憶部11に用意
された実体モデルを読出して解析し、修正処理等を施
す。
Each entity model of each entity appearing in the world to be controlled is prepared in the entity model storage unit 11. The physical model analysis unit 12 reads the physical model prepared in the physical model storage unit 11, analyzes the physical model, and performs correction processing and the like.

【0030】実体モデル解析部12は図3、図4に示す
フローチャートに従った処理を実施することにより、実
体モデル記憶部11に記憶された実体モデルから、実体
モデル間の条件の参照関係を解析し、その解析結果か
ら、条件の追加や不要な行動の削除等のための関数の記
述を付加する。参照関係は、「問い合わせ型」と「依頼
型」の2種類の参照型があり、その構文は「参照型(参
照実体、条件)」である。ここで、図3は「依頼型」に
対する処理手順であり、図4は「問い合わせ型」に対す
る処理手順である。
The substantive model analysis unit 12 analyzes the reference relationship of conditions between substantive models from the substantive models stored in the substantive model storage unit 11 by performing the processing according to the flowcharts shown in FIGS. 3 and 4. Then, from the analysis result, a description of a function for adding a condition or deleting an unnecessary action is added. The reference relationship has two types of reference types, "inquiry type" and "request type", and the syntax is "reference type (reference entity, condition)". Here, FIG. 3 is a processing procedure for “request type”, and FIG. 4 is a processing procedure for “inquiry type”.

【0031】すなわち、実体モデル解析部12は、ま
ず、実体モデルにおける各行動定義の条件の参照関係を
解析し、当該参照関係から、各実体モデルの行動におけ
る条件部分の修正処理を行う。
That is, the entity model analysis unit 12 first analyzes the reference relation of the conditions of each action definition in the entity model, and corrects the condition part in the action of each entity model from the reference relation.

【0032】参照関係は、「問い合わせ型」と「依頼
型」の2種類の参照型があり、その構文は「参照型(参
照実体、条件)」であることから、これを手掛かりに、
参照関係を調べ、参照関係があれば、どの型の参照関係
であるかに応じて行動の削除追加を行うための処理を加
える。
The reference relationship has two types of reference types, "inquiry type" and "request type", and the syntax thereof is "reference type (reference entity, condition)".
The reference relation is checked, and if there is a reference relation, a process for deleting and adding an action is added according to which type of reference relation.

【0033】そのためには、対象とするある実体モデル
EM1において、依頼型条件APすなわち、「依頼(依
頼先の実体RE,依頼条件RC)」があるか、否かを調
べ(S1)、依頼型条件APがあればその依頼型条件A
Pを結果に含む行動A1を抽出し(S2)、その依頼先
である別の実体モデルREにおける行動A2が、依頼条
件RCを結果に含むか否かを調べ(S3)、存在してい
れば依頼型条件の削除のための処理を行い(S4)、行
動A2の前提条件を行動A1の前提条件に追加し、さら
に行動A2の結果を、行動A1の結果に追加する処理を
行い(S5)、行動A2の結果を参照する他の実体モデ
ル定義の変更を行ってステップS1に戻る云った処理を
する。
For that purpose, it is checked whether or not there is a request type condition AP, that is, "request (request destination substance RE, request condition RC)" in a certain target entity model EM1 (S1), and request type Request condition A if there is a condition AP
The action A1 including P in the result is extracted (S2), and it is checked whether or not the action A2 in the other entity model RE that is the request destination includes the request condition RC in the result (S3). A process for deleting the request type condition is performed (S4), the precondition of the action A2 is added to the precondition of the action A1, and the process of adding the result of the action A2 to the result of the action A1 is performed (S5). , Another processing for changing the substance model definition referring to the result of the action A2 and returning to step S1 is performed.

【0034】また、ステップS1において、依頼型条件
がないと判断したならば、問い合わせ条件の有無を調べ
(S21)、問い合わせ条件がないならば、その実体モ
デルにおける解析と修正は終了する。
If it is determined in step S1 that there is no request-type condition, the presence or absence of an inquiry condition is checked (S21), and if there is no inquiry condition, the analysis and correction of the substance model ends.

【0035】ステップS21において、その実体モデル
に問い合わせ型条件があるならば、当該問い合わせ型条
件QP、すなわち、「問い合わせ(問い合わせ先実体Q
E,問い合わせ先条件QC)」を抽出し(S22)、Q
Cがある別の実体モデルQEの状態定義の内容に属する
か否かを調べ(S23)、属しなければ、さらに問い合
わせ条件QCが実体モデルEMの行動定義の結果に属す
るか否かを調べる(S24)。
In step S21, if the entity model has an inquiry type condition, the inquiry type condition QP, that is, "inquiry (inquiry destination entity Q
E, inquiry condition QC) "(S22), Q
It is checked whether or not C belongs to the content of the state definition of another entity model QE (S23). If it does not belong, it is further checked whether or not the inquiry condition QC belongs to the result of the action definition of the entity model EM (S24). ).

【0036】そして、属さなければステップS21に戻
り、属すれば実体モデルQEの編集を行ってからステッ
プS21に戻り(S25)、また、ステップS23にお
いて属すれば実体モデルQEの編集を行ってからステッ
プS21に戻る(S25)。このようにして、参照関係
から、各実体モデルの行動における条件部分の修正処理
を行う。
If it does not belong, the process returns to step S21. If it belongs, the entity model QE is edited and then the process returns to step S21 (S25). If it belongs in step S23, the entity model QE is edited. It returns to step S21 (S25). In this way, the correction process of the condition part in the action of each entity model is performed from the reference relationship.

【0037】ここで上記の「問い合わせ型」とは、その
対象となる実体モデルの内部状態の参照を行うものであ
る。「問い合わせ型」は、各行動の前提条件に現われ、
このタイプの条件では、操作の対象となる実体モデルの
内部状態の変更は起こらない。
Here, the above-mentioned "query type" refers to referencing the internal state of the subject physical model. "Inquiry type" appears in the precondition of each action,
This type of condition does not change the internal state of the entity model being manipulated.

【0038】例えば、図2におけるロボット実体モデル
の場合、「部屋を移動する」行動における「ドア(開い
ている)」と云う条件は、「ドア」に対する問い合わせ
型条件である。これに対して「依頼型」とは、対象とな
る実体モデルの内部状態の変更を要求する条件である。
依頼型条件は「行動の前提条件」、「結果」の両方で現
れる。
For example, in the case of the robot body model in FIG. 2, the condition "door (open)" in the "move room" action is an inquiry type condition for "door". On the other hand, “request type” is a condition that requires a change in the internal state of the target physical model.
The request-type condition appears in both “preconditions of action” and “result”.

【0039】例えば、図5におけるロボット実体モデル
(実体名ロボット)の場合、「箱に近寄る」と云う行動
に対する箱実体モデルの定義は“(依頼(箱,場所(ロ
ボット,箱X)))”であり、「箱に近寄る」と云う行
動は、この箱実体モデルに対する依頼型条件であって、
この条件の結果、箱の内部状態は任意の状態からロボッ
トと隣接する状態へと変化する。
For example, in the case of the robot entity model (entity name robot) in FIG. 5, the definition of the box entity model for the action of "approaching the box" is "(request (box, place (robot, box X)))". And the action of "approaching the box" is a request type condition for this box entity model,
As a result of this condition, the internal state of the box changes from any state to a state adjacent to the robot.

【0040】従って、変化に対応した定義とならなけれ
ばならないから、条件に応じて行動の削除追加を行う。
例えば、実体モデルEM1の依頼型条件AP、すなわ
ち、「依頼(依頼先実体EM2,依頼先条件RC)」を
結果に含む行動A1に対し、その依頼先である実体モデ
ルEM2において、依頼条件RCを結果に含む行動A2
は、行動A1に包含される。
Therefore, since the definition must correspond to the change, the action is deleted and added according to the condition.
For example, for the request type condition AP of the entity model EM1, that is, for the action A1 including “request (requestee entity EM2, requestee condition RC)” in the result, the request condition RC is set in the entity model EM2 that is the requestee. Action A2 included in the result
Is included in behavior A1.

【0041】すなわち、“依頼条件RC”が“行動A2
の結果”に属しているならば、実体モデル解析部12に
おいて行動A2は削除され、行動A2の各条件は行動A
1の各条件に追加される。そして、他の実体モデルにお
いて実体モデルEM2の依頼型条件APを参照している
ものは、すべてその参照先を実体モデルEM1に変更す
るように修正される。
That is, the "request condition RC" is "action A2".
If it belongs to the result “of the result A”, the action A2 is deleted in the entity model analysis unit 12, and each condition of the action A2 is the action A.
1 is added to each condition. Then, all other entity models that refer to the request-type condition AP of the entity model EM2 are modified so that the reference destination is changed to the entity model EM1.

【0042】例えば、図2のロボット実体モデルにおい
て「箱に近寄る」行動の「場所(ロボット,箱X)」と
云う依頼型条件により、同様な結果をもたらす箱実体モ
デルの「箱をロボットに隣接する」行動に関する記述が
あったとすると、この行動は「箱に近寄る」と云う行動
と重複することになるので削除しなければならない。そ
こで、この場合は箱実体モデルの「箱をロボットに隣接
する」と云う行動に関する記述は削除する。このような
処理は図3のフローチャートに従った手順を実行するこ
とにより、すベての依頼型条件について行われることに
なる。
For example, in the robot body model of FIG. 2, a request type condition of "place (robot, box X)" of the action "approaching a box" causes similar results, "box is adjacent to robot". If there is a description of the "do" action, this action will overlap with the "close to the box" action and must be deleted. Therefore, in this case, the description about the behavior of "box is adjacent to robot" in the box body model is deleted. Such processing is performed for all request-type conditions by executing the procedure according to the flowchart of FIG.

【0043】次に、問い合せ型条件の処理を、図4によ
り説明する。まず、問い合わせ型条件QP、すなわち、
「問い合わせ(問い合わせ先実体QE,問い合わせ条件
QC)」が他の実体モデルの行動の結果として定義され
ていることをチェックする。もし、そうした結果をもた
らす行動記述がなければ、対象実体モデルにおいて上記
結果がないことをユーザに提示し、入力を促す。
Next, the processing of the inquiry type condition will be described with reference to FIG. First, the inquiry type condition QP, that is,
It is checked that "inquiry (inquiry entity QE, inquiry condition QC)" is defined as a result of the action of another entity model. If there is no behavioral description that produces such a result, the user is prompted to input that there is no such result in the target entity model, and input is prompted.

【0044】さらに、QCに関連する状態記述が対象実
体モデルの状態定義にない場合は、ユーザに新たにこれ
に相当する状態定義を作成させ、実体モデル解析部12
に与えるようにさせる。このような対象実体モデルに対
する新たに作成した状態定義の記述は、例えば、図示し
ないマンマシンインタフェース16を介してユーザにイ
ンプット操作させ、実体モデル解析部12に与えるよう
にすれば良い。このような対象実体モデルに対する新た
に作成した状態定義の記述は、実体モデル記憶部11に
も記憶させる。以上の結果、実体モデルの完全な記述が
得られる。次に、この実体モデル記述を、オペレータ知
識の形式に変換する。この変換処理は、オペレータ候補
生成部13が実施する。
Further, when the state description related to QC is not in the state definition of the target physical model, the user is caused to newly create a state definition corresponding to it, and the physical model analysis unit 12
To give to. The description of the newly created state definition for such a target physical model may be given to the physical model analysis unit 12 by causing a user to perform an input operation via a man-machine interface 16 (not shown). The description of the newly created state definition for the target physical model is also stored in the physical model storage unit 11. As a result, a complete description of the substance model is obtained. Next, this entity model description is converted into an operator knowledge format. This conversion process is performed by the operator candidate generation unit 13.

【0045】この変換処理は基本的には図2に示すよう
な対応表に従う。ただし、実体モデルの各行動定義の行
動は「前提条件」と「結果」はオペレータの“precondi
tion”,“and ”部分に対応するが、“delete”部分に
ついては「前提条件」と「結果」を比較し、変化した部
分の条件を“delete”として定義する。
This conversion process basically follows a correspondence table as shown in FIG. However, the "preconditions" and "results" are the operator's "precondi
Corresponds to the "action" and "and" parts, but the "delete" part is compared with the "precondition" and the "result", and the condition of the changed part is defined as "delete".

【0046】変化した部分とは、「結果」に現れる条件
と同じ条件名で、かつ、「前提条件」に出現する条件と
する。また、ソートの一部と、制約条件については、変
換が終了した後に行われる。また、制約条件記述にはソ
ート間の関係が記述される。このようにして、オペレー
タ候補生成部13は各オペレータ知識の原型を得ると共
に、制約条件獲得部14は、このオペレータ知識の原型
に対して、各オペレータ知識の適用対象となるオブジェ
クト間の制約条件の獲得を行う。
The changed part has the same condition name as the condition appearing in the "result" and the condition appearing in the "precondition". In addition, a part of the sort and the constraint condition are performed after the conversion is completed. The constraint description describes the relationship between sorts. In this way, the operator candidate generation unit 13 obtains the prototype of each operator knowledge, and the constraint condition acquisition unit 14 determines the constraint condition between the objects to which each operator knowledge is applied with respect to this prototype of operator knowledge. Make an acquisition.

【0047】すなわち、本装置は各オペレータ知識の原
型が得られると、制約条件獲得部14は、オペレータ知
識原型のソート記述を調べ、同じタイプのオブジェクト
が同一か、異なるものかをユーザに区別させ、その結果
を制約記述に加える。さらに、ソートの中に属性が含ま
れる場合は各属性に対する制約の記述をユーザに提示す
る。そして、ユーザに制約の記述を入力させ、それを取
り込む。
That is, when the prototype of each operator knowledge is obtained in this apparatus, the constraint condition acquisition unit 14 checks the sort description of the operator knowledge prototype, and makes the user distinguish whether the objects of the same type are the same or different. , Add the result to the constraint description. Further, when attributes are included in the sort, the description of constraints for each attribute is presented to the user. Then, the user is made to input the description of the constraint, and it is taken in.

【0048】また、制約条件獲得部14はソート記述部
において、type宣言の第3引数が“undefined ”である
オブジェクトについて、その具体的な内容をユーザに求
め、ユーザからの指示に従い、内容を変更する。
In the sort description part, the constraint condition acquisition part 14 asks the user for the specific content of the object whose third argument of the type declaration is "undefined", and changes the content according to the instruction from the user. To do.

【0049】以上の結果から、対象世界において必要な
オペレータ知識が得られる。この得られたオペレータ知
識はオペレータ知識記憶部15に記憶され、後の利用に
供される。
From the above results, the operator knowledge necessary in the target world can be obtained. The obtained operator knowledge is stored in the operator knowledge storage unit 15 and used for later use.

【0050】図6は図5のロボット実体モデルから得ら
れたオペレータ「ドアに近寄る」の記述例である。opna
me#はオペレータ名を示す識別子であり、precondition
#は前提条件を示す識別子であり、delete#は削除条件
を示す識別子であり、 add#は追加条件を示す識別子で
あり、sort#はソート(状態変数のタイプ)条件を示す
識別子であり、と云った具合である。各識別子の後に続
く[]内に定義内容が記述される。
FIG. 6 is a description example of the operator "approaching the door" obtained from the robot body model of FIG. opna
me # is an identifier that indicates the operator name, and precondition
# Is an identifier indicating a precondition, delete # is an identifier indicating a delete condition, add # is an identifier indicating an addition condition, sort # is an identifier indicating a sort (type of state variable) condition, and That's how it was said. The definition content is described in [] following each identifier.

【0051】このような形で記述されたオペレータの内
容は、現在の状態において、前提条件が満足すると、de
lete#に定義された内容相当部分を現在の状態より削除
し、add#に定義された内容相当部分をその状態に追加
する、と云った条件指示を与えたものとなる。ただし、
これら3つの条件定義部に現われる状態変数のタイプ
は、sort#において定義されたものと一致しなければな
らない。
The contents of the operator described in such a form are de, if the preconditions are satisfied in the current state.
This is a condition indication that the content equivalent defined in lete # is deleted from the current state and the content equivalent defined in add # is added to that state. However,
The type of state variable appearing in these three condition definition parts must match the one defined in sort #.

【0052】このような形で記述されたオペレータは、
条件指示を実行するコマンド体系を持つ編集システムに
与えて編集処理することにより、削除の条件指示部分は
削除され、追加指示部分は追加されて、目的に合う過不
足無いオペレータに変更されたオペレータを用いての実
体モデルとなる。
The operator described in this way is
By giving an editing system having a command system that executes condition instructions and performing edit processing, the condition instruction part for deletion is deleted, and the additional instruction part is added, and the operator who has changed to an operator who is just enough for the purpose is changed. It will be the actual model used.

【0053】すなわち、実体モデルは、記述された条件
指示に従った変更処理によって、そのオペレータの定義
内容は、sort#で定義された状態変数タイプのもとで、
delete#の付された定義内容相当部分が削除され、 add
#の付された定義内容相当部分が追加される。そして、
最適化された定義内容の実体モデルとなる。
That is, the entity model is changed according to the described condition instruction, and the definition content of the operator is based on the state variable type defined by sort #,
The definition equivalent to delete # is deleted and add
A part corresponding to the definition content with # is added. And
It becomes the entity model of the optimized definition contents.

【0054】このような実体モデルを利用して、制御対
象の行動の流れを計画するための基本オペレータを作成
し、その後に、この基本オペレータを組み合わせること
で、与えられた目的を満足する最適な計画を得ることが
できるようになる。
By using such an entity model, a basic operator for planning the flow of the action of the controlled object is created, and thereafter, by combining this basic operator, the optimum operator satisfying the given purpose can be obtained. You will be able to get a plan.

【0055】このように、本システムによれば、制御対
象物を初期状態から目標状態に遷移させるための行動を
計画するために用いられ、計画を遂行する対象物の行動
や操作を単位とした各種オペレータを、オペレータ形式
で記述され、各対象物毎に用意した各実体モデルから、
各実体モデル間での参照関係に基づく上記各種オペレー
タにおける条件の過不足を解析して必要な修正を施し、
大規模で複雑な目的の制御対象世界を実現するに必要な
最適の内容に変換することができるようになる。なお、
本発明は上記し、かつ、図面に示す実施例に限定される
ものではなく、その要旨を変更しない範囲内で適宜、変
形して実施し得るものである。
As described above, according to the present system, it is used to plan an action for transitioning the controlled object from the initial state to the target state, and the action or operation of the object performing the plan is used as a unit. Various operators are described in operator format, and from each physical model prepared for each target,
Make necessary corrections by analyzing the excess or deficiency of conditions in the above various operators based on the reference relationship between each entity model,
It becomes possible to convert to the optimum content necessary for realizing a large-scale and complex purpose controlled world. In addition,
The present invention is not limited to the embodiments described above and shown in the drawings, but can be appropriately modified and carried out within the scope of the invention.

【0056】[0056]

【発明の効果】以上、詳述したように本発明によれば、
計画生成の対象となる世界の実体モデルから計画生成を
行うための最適化されたオペレータ知識を自動生成する
ことができ、大規模、複雑化した制御対象世界を対象と
する場合でも対応できるようになる計画知識作成支援装
置を提供できる。
As described above in detail, according to the present invention,
Optimized operator knowledge for generating a plan can be automatically generated from the physical model of the world that is the target of the plan generation, and it is possible to handle even when targeting a large-scale, complicated controlled world. It is possible to provide a plan knowledge creation support device.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の計画知識作成支援装置の機能構成を説
明するためのブロック図。
FIG. 1 is a block diagram for explaining a functional configuration of a planning knowledge creation support device of the present invention.

【図2】実体モデルとオペレータ知識の各項目間の対応
関係を示す図。
FIG. 2 is a diagram showing a correspondence relationship between each item of a physical model and operator knowledge.

【図3】本システムによる実体モデルの分析、実体モデ
ルの詳細な記述を得るための処理の流れを示すフローチ
ャート。
FIG. 3 is a flowchart showing a flow of processing for analyzing a substance model and obtaining a detailed description of the substance model by the present system.

【図4】本システムによる実体モデルの分析、実体モデ
ルの詳細な記述を得るための処理の流れを示すフローチ
ャート。
FIG. 4 is a flowchart showing the flow of processing for analyzing a substantial model and obtaining a detailed description of the substantial model according to the present system.

【図5】本装置への入力となる実体モデルの記述例を示
す図。
FIG. 5 is a diagram showing a description example of a physical model that is an input to the present apparatus.

【図6】本システムの出力となるオペレータ知識の記述
例を示す図。
FIG. 6 is a diagram showing a description example of operator knowledge that is an output of this system.

【符号の説明】[Explanation of symbols]

11…実体モデル記憶部、12…実体モデル解析部1
2、13…オペレータ候補生成部、14…制約条件獲得
部、15…オペレータ知識記憶部、16…マンマシンイ
ンタフェース。
11 ... Entity model storage unit, 12 ... Entity model analysis unit 1
2, 13 ... Operator candidate generation unit, 14 ... Constraint condition acquisition unit, 15 ... Operator knowledge storage unit, 16 ... Man-machine interface.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】制御対象世界に属している各実体について
そのふるまいを、動作内容を定義した各種オペレータに
て記述してなる実体モデルとしてモデル化して保持させ
たモデル記憶手段と、 これらの各実体モデルを解析し、相互の参照関係により
過不足を調査すると共に、不足条件の補充を求める解析
手段と、条件を補充入力するための入力手段と、 上記実体モデルから各オペレータを抽出すると共に、解
析手段の調査結果から得られる各実体の状態変化、変化
を起こす行動、実体間の依存関係を、補充された条件情
報をもとに、修正情報として該当のオペレータに付加し
てオペレータ知識原型を作成する候補発生手段と、 この候補発生手段により得られたオペレータ知識原型に
対して制約条件を該当箇所に付加する修正手段と、を具
備したことを特徴とする計画知識作成支援装置。
1. Model storage means for modeling and holding the behavior of each entity belonging to the controlled world as an entity model described by various operators that define the operation content, and each of these entities. Analyzing the model, investigating excess and deficiency by mutual reference relation, analyzing means for requesting supplementation of insufficient condition, input means for supplementary input of condition, extracting each operator from the above-mentioned physical model, and analyzing Create the operator knowledge prototype by adding the state change of each entity obtained from the survey result of the means, the action that causes the change, and the dependency relationship between the entities as correction information to the corresponding operator based on the supplemented condition information Candidate generating means for modifying the operator knowledge prototype and modifying means for adding a constraint condition to the relevant part of the operator knowledge prototype obtained by the candidate generating means. Planning knowledge creation support apparatus, characterized in that.
JP31961192A 1992-11-30 1992-11-30 Plan knowledge generation supporting device Pending JPH06168107A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31961192A JPH06168107A (en) 1992-11-30 1992-11-30 Plan knowledge generation supporting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31961192A JPH06168107A (en) 1992-11-30 1992-11-30 Plan knowledge generation supporting device

Publications (1)

Publication Number Publication Date
JPH06168107A true JPH06168107A (en) 1994-06-14

Family

ID=18112214

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31961192A Pending JPH06168107A (en) 1992-11-30 1992-11-30 Plan knowledge generation supporting device

Country Status (1)

Country Link
JP (1) JPH06168107A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7389209B2 (en) * 2002-05-03 2008-06-17 Sungard Energy Systems Inc. Valuing and optimizing scheduling of generation assets for a group of facilities

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7389209B2 (en) * 2002-05-03 2008-06-17 Sungard Energy Systems Inc. Valuing and optimizing scheduling of generation assets for a group of facilities

Similar Documents

Publication Publication Date Title
Koskimies et al. Automatic synthesis of state machines from trace diagrams
US5689711A (en) Method and apparatus for representing data dependencies in software modeling systems
AU5937099A (en) Method and apparatus for round-trip software engineering
Cha et al. A roadmap for implementing new manufacturing technology based on STEP-NC
US20090164202A1 (en) Synchronization of a graphical program and a robot program
Klassen et al. EMorF-A tool for model transformations
CN106021816A (en) Method for achieving distributed system behavior simulated analysis tool based on behavior tree
CN113626116B (en) Intelligent learning system and data analysis method
Math Database Schema Integration Process–A Methodology and Aspects of Its Applying
CN113655996B (en) Enterprise-level system generation method based on demand model
Lieberherr et al. Contributions to teaching object-oriented design and programming
Sun et al. A model-driven approach to support engineering changes in industrial robotics software
Posse et al. Processing causal block diagrams with graphgrammars in atom3
Zhou et al. What can be done to automate conceptual simulation modeling?
Li et al. Consistent automated production systems modeling in a multi-disciplinary engineering workflow
Julius et al. A meta-model based environment for GRAFCET specifications
JPH06168107A (en) Plan knowledge generation supporting device
JPH0944219A (en) Robot simulator device
Garro et al. Cyber-physical systems engineering: model-based solutions.
Bredenfeld Integration and evolution of model-based tool prototypes
Mäder et al. Tracemaintainer-automated traceability maintenance
Cox et al. Advanced programming aids in PROGRAPH
Yihui Research of Integration Technology between CATIA and TOOLMANAGER Based on CAA
JPH06119156A (en) Automatic program generating method
Taentzer Towards generating domain-specific model editors with complex editing commands