工業(yè)機器人執(zhí)行系統(tǒng)設(shè)計含4張CAD圖
工業(yè)機器人執(zhí)行系統(tǒng)設(shè)計含4張CAD圖,工業(yè),機器人,執(zhí)行,履行,系統(tǒng),設(shè)計,cad
Abstract
According to the application requirements of the mobile robot,the general human friendly task planning and execution system ( HFPES) model and the architecture is studied and established in dynamic intelligent environment,including the establishment of the MAS model for distributed robot system. By adding centralized structure to the distributd system and introducing composite agent and mobile agent concept, the multi-agent structure of distributed robot system with high reliability is es- tablished. The hierarchical mixed-layer structure of tehe robot agent modeling is proposed according to the robot agent in the system,including task planning layer,task allocation layer,IAAs manage- ment layer,autonomous planning layer and component management layer.The method of multi-a- gent negotiation is employed to accomplish task planning and assigning which effectively resolves the problems brought by the environment dynamic unpredictability. Through the task allocation and im- plementation methods,the intelligent robot system can run autonomously and effectively in compo- nent environment,w hich highly enhances the system's stability and reliability.
Keywords: mobile robot task planning execution system multi-Agent
Introduction
In the future, mobile robot will become a convenient and friendly assistant for human beings. First of all, it needs to be able to adapt to the harmonious coexistence with human beings in the highly dynamic application environment, which plays a key role in the robot being able to carry out tasks according to the needs of tasks in the known application environment model At the same time, in order to effectively reduce the cost of robot and improve the ability of robot to perform tasks, the combination of intelligent environment or intelligent space and robot has become an inevitable trendThe research of robot planning mainly lies in that the robot is in all kinds of noisy environment models, and all kinds of perceptual information are uncertain to a certain extent, so the robot needs to integrate perception and execution to carry out direct planning. The research of Hoffman and breazel shows that the robot recognizes and infers human behavior and machines Based on this, human beings can plan and execute their own tasks, which can effectively improve the ability of human-computer cooperation and interaction. However, intelligent environment can monitor, identify and speculate the human behaviors of service objects in its space through its complex joint perception and execution ability. Hatp (human aware task Planner) and Galindo (human-computer joint task Planner) proposed by monteuil et al In the man-machine cooperation planning method proposed by Mausam, the behavior habit of the service object is not considered, but the behavior planning of the service object is simply predicted and provided to the robot planner. The co MDPs (concurrent mark ov processes) method proposed by Mausam is a fully observable MDPs (Markov decision processes) At the same time, it proposes how to calculate a series of planning behaviors that can be safely executed at the same time and have a certain duration. However, this method only aims at a single agent of robot and the execution time of random behaviors greatly increases the calculation burden, which is not suitable for robot in-line planning tasks In view of the above applications, this paper studies in the traditional deterministic task planning and execution of mobile robots, considering the dynamic environment such as the existence of service objects and human beings, and making full use of intelligent service components, through robot task planning and execution and online re planning execution, to achieve optimized service functions.
1. Distributed mobile robot system architecture
In order to reflect the initiative of robot, this system adopts a basic architecture of robot centered service component-based mobile robot system, as shown in Figure 1 The system consists of two parts: mobile robot and environment intelligent node. They are in the same environment, and they are connected with each other through network. The network here can be wireless or wired, including LAN and Internet Therefore, the environment here includes the local environment and the Internet environment, and the environmental intelligent node also includes the local intelligent node and the internet intelligent node. The environmental intelligent node is actually each auxiliary resource device, which is distributed in the space, can be embedded in the environment fixedly, and can also have certain mobility, For example, mobile car, mobile manipulator and so on, they all have independent IP, providing access in the form of network nodes. In the whole architecture, the robot as the core of the system is responsible for completing various tasks, while the environmental intelligent nodes are cooperating with each other to provide various kinds of assistance to help them complete the task.
Figure 1 Robot centered distributed intelligent system
Due to the distribution and autonomy of distributed robot system, and the dynamic characteristics of the observation environment, this paper uses a-gent to map each intelligent component, and constructs the whole distributed component-based robot system into a MAS system, which is divided into three different levels of agents according to the level of component Intelligence: A1, A2 and IAAs (interaction agents) Among them, A1 represents the mobile robot with the highest level of intelligence. Its main function is to plan and allocate the overall tasks, and to control and coordinate other intelligent components in the environment. A2 represents other intelligent component nodes in the environment, and completes the task allocation process through task modeling, matching and filtering The obtained sub task is decomposed into a series of specific robot executable action sequences. IAAs represents the service object human agent with behavior interaction with robot. Through interaction and negotiation with A1, the problem of avoiding human-computer conflict / blocking and unfriendliness is solved. Based on the fully distributed structure, the advantages of the centralized structure are added, and the composite agent is introduced With the concept of mobile agent, a multi-agent structure of a highly reliable distributed robot system is established. The specific structure is shown in Figure 2
Figure 2 multi agent structure of robot system
Different from the fully distributed structure, the centralized structure and the distributed structure are combined. At the same time, the composite agent and the mobile agent technology are introduced. The robot agent and the intelligent component agent are redefined. Their functions are divided into two parts: a'1 and a'2, in which a'1 Its function is overall task planning, which can monitor the whole system as a whole. The specific function is to analyze the task according to the schedule and return status of the service object agent, determine the task plan to be executed by the system, and complete the task allocation and planning on the basis of the automatic task discovery and allocation mechanism In general, the planning function of the whole system is completed by robot a '1 and intelligent component a' 2. At the same time, a '1 has mobility. When the function of robot human node fails, it can be controlled by a' 1 on intelligent component node Instead, this mobile agent technology increases the reliability and stability of the whole planning system. The main function of a'2 is to decompose and execute tasks. Normally, only a'2 on the intelligent component node works, and only when its function fails will it transfer to a'2 on the robot node In this centralized and distributed system architecture, there is only one node responsible for the overall task planning and execution control at any time, so it can ensure the global optimization and controllability of the system In addition, an automatic task discovery and assignment mechanism based on semantic function modeling and matching is proposed. On this basis, the automatic task planning and execution strategy of robot system is realized. The task assignment process is completed by modeling, matching and filtering among agents, which effectively solves the problems caused by the unknown environment state. Meanwhile, IAAs is introduced The agent proposes a series of rules for human-computer harmony, which can effectively realize the planning and execution of human-friendly robot autonomous tasks, improve the adaptability of the system to the service object and meet the needs of human-computer harmony
2. Basic hierarchical structure of task planning and execution system in component environment
The task planning and control of the whole distributed component-based robot system is divided into five layers: task planning layer, task allocation layer, IAAs management layer, autonomous planning layer and component management layer, as shown in Figure 3 The task plan layer analyzes the task according to the IAAs schedule and the status returned by the IAAs management layer to determine the task plan to be activated by the system Tasks are composed of multiple decomposed subtasks with different execution priorities. Therefore, they need to be sorted and combined according to the priority order of subtasks, so as to determine the execution order finally. At the same time, monitor and coordinate the tasks of the whole system, suspend or withdraw the unfinished tasks due to the dynamic environment, and then optimize the tasks according to the priority order Plan again in advance and execution time
Figure 3 hierarchical structure of distributed component-based robot system
The task allocation layer mainly completes the task allocation process to intelligent components and robots, and meets the established optimization objectives. The semantic web technology is introduced, and an automatic task discovery and allocation mechanism based on semantic function modeling and matching is proposed. On this basis, the automatic task planning and execution strategy of robot system is realized Through modeling, matching and filtering, the task assignment process is completed IAAs management is mainly responsible for the construction and update management of service object agents with behavioral interaction with robots. In order to plan and execute human-friendly autonomous tasks of robots, IAAs management draws lessons from some customary principles in interpersonal interaction, such as not infringing other's personal space, the minimum scope of human-computer interaction, maintaining visibility to others, and abiding by behaviors Driving, predicting and giving courtesy to others, quantifying these principles, building constraints into the robot task planner The autonomous planning layer mainly runs on robot nodes and each intelligent component node, and decomposes the obtained sub tasks into a series of specific robot executable action sequences, including the establishment of autonomous planning model and the development of efficient planning and execution algorithm. This part of function runs autonomously on each intelligent node without cooperation with other nodes The component management layer manages and monitors all kinds of intelligent components of the auxiliary robot in a centralized way, so as to make rational and efficient use of the component resources in the intelligent environment. There are various component resources in the distributed component-based robot system, such as intelligent visual nodes, mobile cars, etc., which must be monitored and managed globally Under the unified management of component management layer, each intelligent component matches its functional model with task demand model, selects the tasks that meet the requirements and sorts them according to the functional similarity, so as to form a list of candidate services that can be directly called. When abnormal events occur, such as node failure, component management layer can send fault signals through the network and send fault signals to the robot or Other components send out resource request information, so as to reallocate tasks and plan execution functions.
3.Task planning method
The multi-agent negotiation (task planning and allocation) model is shown in Figure 4. Robot agent is the organizer and manager of task planning in distributed robot system, the only interface with IAAs, which is responsible for obtaining new tasks from IAAs on a regular basis and assigning and executing tasks in time. Other service component agents are in robot Under the control of robot agent, the task assignment process is completed by modeling, matching and filtering, and the sub tasks are decomposed, and the task execution results are fed back to robot a-gent. Finally, the robot agent is fed back to IAAs, which effectively solves the problem of environmental dynamic unknowns By this way of task assignment and execution, the autonomous operation of robot system can be realized to the greatest extent, and the stability and reliability of the system can be enhanced The query request of robot agent to service component agent includes task demand model description. Service component agent first uses its own matching algorithm to judge whether to give feedback, but only completes part of matching work (for example, only pays attention to the matching of entry parameters, that is, first ensures that the entry parameters provided by the robot can support the task operation), and the other part is handed over to the robot to complete( For example, the matching of export parameters ensures that the task can provide the required information).
AFigure 4 task planning and allocation model
Conclusion
In this paper, the basic framework of robot task planning and execution system under the intelligent service component environment is established Through a series of rules of human-computer harmony, the task allocation has certain adaptability to the service object. This architecture disperses machine intelligence into intelligent components, and effectively solves the bottleneck problem of too much computation in the planning problem.
摘 要
針對移動機器人的應(yīng)用需求,研究并建立與人共存智能環(huán)境中對人友好的通用任務(wù)規(guī)劃與執(zhí)行系統(tǒng)(HFPES)的模型與架構(gòu),包括建立分布式機器人系統(tǒng)的MAS模型。在完全分布式結(jié)構(gòu)的基礎(chǔ)上,加入集中式結(jié)構(gòu)的優(yōu)點,引入復(fù)合Agent和移動Agent概念,建立一種高可靠性的分布式機器人系統(tǒng)的多Agent結(jié)構(gòu)。同時針對系統(tǒng)中機器人智能體給出其Agent建模的分層混合結(jié)構(gòu),包括任務(wù)計劃層、任務(wù)分配層、IAAs管理層、自主規(guī)劃層和構(gòu)件管理層,并采用多Agent協(xié)商的方法進行任務(wù)規(guī)劃分配,有效解決了環(huán)境動態(tài)未知性帶來的問題。通過這種任務(wù)分配、執(zhí)行方式可以最大程度上實現(xiàn)智能構(gòu)件環(huán)境下機器人系統(tǒng)的自主運行,增強系統(tǒng)的 穩(wěn)定性和可靠性。
關(guān)鍵詞: 動機器人 任務(wù)規(guī)劃 執(zhí)行系統(tǒng) 多Agent
引 言
未來移動機器人真正成為人類便捷友好的助手,首先需要能夠適應(yīng)在與人共存、高度動態(tài)的應(yīng)用環(huán)境中與人和諧共處,這對于機器人能夠在已知應(yīng)用環(huán)境模型中根據(jù)任務(wù)需求進行任務(wù)起著關(guān)鍵的作用。同時,為了有效降低機器人成本、提高機器人執(zhí)行任務(wù)的能力,智能環(huán)境或智能空間與機器人相結(jié)合已成為必然趨勢。
機器人規(guī)劃研究主要在于機器人處于有噪音的各類環(huán)境模型中,各種感知信息都在一定程度上具有不確定性,這樣機器人就需要將感知和執(zhí)行進行整合來進行直接規(guī)劃Hoffman和Breazeal的研究表明機器人對人的行為識別和推理以及機器人據(jù)此進行自身任務(wù)規(guī)劃及執(zhí)行能夠有效提高人機合作與交互能力。而智能環(huán)境恰好能夠通過其復(fù)雜聯(lián)合感知和執(zhí)行能力對其空間中的服務(wù)對象人行為進行監(jiān)控識別和推測,在Montreuil等提出的人機聯(lián)合任務(wù)規(guī)劃器HATP(human aware task planner),以及Galindo等提出的人機協(xié)作規(guī)劃方法中,機器人并沒有考慮服務(wù)對象人的行為動作習慣,而只是簡單預(yù)測人的行為規(guī)劃提供給機器人規(guī)劃器Mausam提出的CoMDPs(concurrent markov processes)方法是完全可觀的MDPs( mark- ov decision processes)擴展,同時提出如何計算得到一系列能夠被同時安全執(zhí)行且具有一定持續(xù)時間的規(guī)劃行為,但該方法僅針對機器人單一智能體且隨機的行為動作執(zhí)行時間大大增加了計算負擔,并不適合機器人在線規(guī)劃任務(wù)。針對以上應(yīng)用,本文研究在移動機器人傳統(tǒng)的確定型任務(wù)規(guī)劃和執(zhí)行中,考慮服務(wù)對象人類存在等動態(tài)環(huán)境,并充分利用智能服務(wù)構(gòu)件,通過機器人任務(wù)規(guī)劃和執(zhí)行與在線再規(guī)劃執(zhí)行,達到優(yōu)化服務(wù)功能。
1.分布式移動機器人系統(tǒng)架構(gòu)
為體現(xiàn)機器人的主動性,本系統(tǒng)采用一種以機器人為中心的服務(wù)構(gòu)件化的移動機器人系統(tǒng)基本架構(gòu),如圖1所示。
該系統(tǒng)由移動機器人和環(huán)境智能節(jié)點兩部分組成,它們同處在一個環(huán)境當中,相互之間通過網(wǎng)絡(luò)相連,這里的網(wǎng)絡(luò)可以是無線的,也可以是有線的,既包括局域網(wǎng),也包括互聯(lián)網(wǎng)。因此,這里的環(huán)境包括本地環(huán)境和互聯(lián)網(wǎng)環(huán)境,環(huán)境智能節(jié)點也包括本地智能節(jié)點和互聯(lián)網(wǎng)智能節(jié)點,環(huán)境智能節(jié)點實際上就是各個輔助資源設(shè)備,它們分布在空間中,可以固定地嵌入環(huán)境,也可以具備一定移動性,例如移動小車、活動機械臂等等,它們都有獨立的IP,以網(wǎng)絡(luò)節(jié)點的形式提供訪問,在整個架構(gòu)中,機器人作為系統(tǒng)的核心,負責完成各種任務(wù),而環(huán)境智能節(jié)點則是互相協(xié)作起來為其提供各種各樣的輔助,協(xié)助其完成任務(wù)。
圖 1 以機器人為中心的分布式智能系統(tǒng)
由于分布式機器人系統(tǒng)的分布性和自主性的特點,以及所處觀測環(huán)境的動態(tài)特性,本文采用 A-gent 映射各個智能構(gòu)件,將整個分布式構(gòu)件化機器人系統(tǒng)構(gòu)建成一個 MAS 系統(tǒng),按照構(gòu)件智能水 平的高低將其劃分成3個不同層次的Agent:A1,A2和IAAs( interaction agents),其中 A1 表示智能水平最高的移動機器人,其主要作用是總體任務(wù)規(guī) 劃和分配,同時能夠?qū)Νh(huán)境中的其他智能構(gòu)件進行控制和協(xié)調(diào). A2 表示環(huán)境中其他的智能構(gòu)件節(jié)點,通過任務(wù)建模、匹配、篩選完成任務(wù)分配過程,并將獲得的子任務(wù)分解成一系列具體的機器人可執(zhí)行的動作序列。IAAs 表示和機器人有行為交互的服務(wù)對象人智能體,通過與A1的交互和協(xié)商解決避免人機沖突/阻塞和不友好的問題。本文提出在完全分布式結(jié)構(gòu)的基礎(chǔ)上,加入集中式結(jié)構(gòu)的優(yōu)點,引入復(fù)合Agent和移動Agent概念,建立一種高可靠性的分布式機器人系統(tǒng)的多Agent結(jié)構(gòu),具體結(jié)構(gòu)如圖 2 所示。
圖 2 機器人系統(tǒng)多 Agent 結(jié)構(gòu)
與完全分布式結(jié)構(gòu)不同的是,將集中式結(jié)構(gòu)和分布式結(jié)構(gòu)相結(jié)合,同時引入復(fù)合Agent和移動Agent技術(shù),對機器人 Agent 和智能構(gòu)件 Agent 進行了重新定義,將其功能分成兩部分:A'1和A'2 ,其中A'1的功能是總體任務(wù)全局規(guī)劃,能夠?qū)φ麄€系統(tǒng)進行整體集中監(jiān)控,具體功能主要是根據(jù)服務(wù)對象人智能體的日程安排和其返回的狀態(tài)進行任務(wù)分析,確定系統(tǒng)將要執(zhí)行的任務(wù)計劃,并在自動任務(wù)發(fā)現(xiàn)分配機制的基礎(chǔ)上完成任務(wù)分配和規(guī)劃,同時對智能節(jié)點進行監(jiān)督控制。正常情況下只有機器人節(jié)點上的A'1起作用,其他智能構(gòu)件上的A'1不發(fā)揮作用。通常整個系統(tǒng)的規(guī)劃功能通過機器人A' 1與智能構(gòu)件A'2 共同完成。同時A'1具有移動性,在機器人節(jié)點功能失效時可由智能構(gòu)件節(jié)點上的A' 1代替,這種移動智能體技術(shù)增加了整個規(guī)劃系統(tǒng)的可靠性和穩(wěn)定性。A'2 的主要功能是任務(wù)的分解執(zhí)行,正常情況下只有智能構(gòu)件節(jié)點上的A'2起作用,只有當其功能失效時才會轉(zhuǎn)移到機器人節(jié)點的A'2上。在這種集中式和分布式相結(jié)合的系統(tǒng)架構(gòu)下任何時刻都有且只有一個節(jié)點負責整體任務(wù)規(guī)劃與執(zhí)行控制,因此能夠保證系統(tǒng)的全局最優(yōu)性和可控性。另外,提出基于語義功能建模與匹配的自動任務(wù)發(fā)現(xiàn)分配機制,并在此基礎(chǔ)上實現(xiàn)了機器人系統(tǒng)自動任務(wù)規(guī)劃與執(zhí)行策略,各 Agent 間通過建模、匹配、篩選完成任務(wù)分配過程,有效解決了環(huán)境動態(tài)未知性帶來的問題。同時引入 IAAs 智能體,提出一系列人機和諧相處的規(guī)則,有效實現(xiàn)對人友好的機器人自主任務(wù)規(guī)劃與執(zhí)行,提高了系統(tǒng)對服務(wù)對象人的適應(yīng)性,滿足人機和諧相處的需求。
2.構(gòu)件化環(huán)境下任務(wù)規(guī)劃與執(zhí)行系統(tǒng)基本層次結(jié)構(gòu)
將整個分布式構(gòu)件化機器人系統(tǒng)的任務(wù)規(guī)劃與控制分為任務(wù)計劃層、任務(wù)分配層、IAAs 管理層、自主規(guī)劃層和構(gòu)件管理層 5 個層次,如圖 3 所示。
其中任務(wù)計劃層根據(jù)IAAs的日程安排和IAAs管理層返回的狀態(tài)進行任務(wù)分析,確定系統(tǒng)將要激活的任務(wù)計劃。任務(wù)由多個分解的子任務(wù)構(gòu)成,子任務(wù)的執(zhí)行優(yōu)先級各不相同,因此還需要按照各個子任務(wù)的優(yōu)先級順序?qū)ζ溥M行排序、組合等,從而最終確定其執(zhí)行順序,同時對整個系統(tǒng)任務(wù)進行監(jiān)控與協(xié)調(diào),對由于動態(tài)環(huán)境而沒有完成的任務(wù)進行掛起或收回,再根據(jù)其任務(wù)優(yōu)先級和執(zhí)行時間重新進行規(guī)劃。
圖 3 分布式構(gòu)件化機器人系統(tǒng)層次結(jié)構(gòu)圖
任務(wù)分配層主要完成任務(wù)對智能構(gòu)件和機器人的分配過程,同時滿足既定的優(yōu)化目標。引入語義網(wǎng)技術(shù),提出基于語義功能建模與匹配的自動任務(wù)發(fā)現(xiàn)分配機制,并在此基礎(chǔ)上實現(xiàn)了機器人系統(tǒng)自動任務(wù)規(guī)劃與執(zhí)行策略,各 Agent 間通過建模、匹配、篩選完成任務(wù)分配過程,有效解決了環(huán)境動態(tài)未知性帶來的問題。
IAAs 管理層主要負責對和機器人有行為交互的服務(wù)對象智能體進行構(gòu)建和更新管理,為了進行對人友好的機器人自主任務(wù)規(guī)劃與執(zhí)行,借鑒人際相處中的若干習慣原則,如不侵犯他人的個人空間、人機交互最小范圍、對他人保持可視性、遵守行駛靠向、預(yù)測并禮讓他人等,對此類原則進行量化,構(gòu)建約束條件融入機器人任務(wù)規(guī)劃器中。
自主規(guī)劃層主要在機器人節(jié)點和各個智能構(gòu)件節(jié)點上運行,將獲得的子任務(wù)分解成一系列具體的機器人可執(zhí)行的動作序列,包括建立自主規(guī)劃模型和開發(fā)高效的規(guī)劃執(zhí)行算法,這部分功能在各個智能節(jié)點上自主運行,而不需與其他節(jié)點協(xié)作執(zhí)行。
構(gòu)件管理層對輔助機器人的各種智能構(gòu)件進行集中管理和監(jiān)控,從而能夠合理高效地利用智能環(huán)境中的構(gòu)件資源。分布式構(gòu)件化機器人系統(tǒng)中的構(gòu)件資源多種多樣,如智能視覺節(jié)點、移動小車等,必須對這些資源進行全局監(jiān)控和管理。在構(gòu)件管理層的統(tǒng)一管理下,各個智能構(gòu)件將其功能模型與任務(wù)需求模型進行匹配,篩選出符合要求的任務(wù)并按功能相似度排序,從而形成可直接調(diào)用的候選服務(wù)列表,當異常事件發(fā)生時,如節(jié)點出現(xiàn)故障,構(gòu)件管理層即可通過網(wǎng)絡(luò)發(fā)出故障信號并再次向機器人或其他構(gòu)件發(fā)出資源請求信息,從而重新進行任務(wù)分配和規(guī)劃執(zhí)行功能。
3.任務(wù)規(guī)劃方法
多 Agent 協(xié)商(任務(wù)規(guī)劃分配)模型如圖 4 所示。機器人 Agent 是分布式機器人系統(tǒng)任務(wù)規(guī)劃的組織者和管理者,是與服務(wù)對象智能體 IAAs 的唯一接口,負責定期從IAAs 獲取新任務(wù),并將任務(wù)及時分配和執(zhí)行。其他服務(wù)構(gòu)件 Agent 均在機器人的控制下通過建模、匹配、篩選完成任務(wù)分配過程,并分解執(zhí)行得到的子任務(wù),并向機器人Agent 進行任務(wù)執(zhí)行結(jié)果反饋操作,從而最終通過機器人 Agent 反饋給 IAAs,有效解決了環(huán)境動態(tài)未知性帶來的問題。通過這種任務(wù)分配、執(zhí)行方式可以最大程度上實現(xiàn)智能構(gòu)件環(huán)境下機器人系統(tǒng)的自主運行,增強系統(tǒng)的穩(wěn)定性和可靠性。機器人智能體對服務(wù)構(gòu)件智能體的查詢請求中包含任務(wù)需求模型描述,服務(wù)構(gòu)件智能體先采用自己的匹配算法判斷是否反饋,但只完成一部分匹配工作(例如只關(guān)注入口參數(shù)的匹配,即先保證機器人提供的入口參數(shù)能夠支持任務(wù)運行),另一部分則交給機器人完成(例如出口參數(shù)的匹配,保證任務(wù)能夠提供所需信息)。這樣,最終得到的是“雙方都認可的服務(wù)”。
圖 4 任務(wù)規(guī)劃分配模型
圖 4 任務(wù)規(guī)劃分配模型
結(jié) 語
本文建立了智能服務(wù)構(gòu)件環(huán)境下機器人任務(wù)規(guī)劃與執(zhí)行系統(tǒng)基本框架。通過機器人Agent智能構(gòu)件Agent與交互人Agent之間不斷的協(xié)作過程完成任務(wù)的規(guī)劃分配與執(zhí)行。通過一系列人機和諧相處的規(guī)則,使任務(wù)分配對服務(wù)對象人具有一定適應(yīng)性。該架構(gòu)將機器智能分散到智能構(gòu)件中,有效解決規(guī)劃問題中計算量過大的瓶頸問題。
16
收藏