Aiming at the problems of low solution accuracy and high decision pressure when facing large-scale dynamic task allocation(DTA)and high-dimensional decision space with single agent,this paper combines the deep reinfor...Aiming at the problems of low solution accuracy and high decision pressure when facing large-scale dynamic task allocation(DTA)and high-dimensional decision space with single agent,this paper combines the deep reinforce-ment learning(DRL)theory and an improved Multi-Agent Deep Deterministic Policy Gradient(MADDPG-D2)algorithm with a dual experience replay pool and a dual noise based on multi-agent architecture is proposed to improve the efficiency of DTA.The algorithm is based on the traditional Multi-Agent Deep Deterministic Policy Gradient(MADDPG)algorithm,and considers the introduction of a double noise mechanism to increase the action exploration space in the early stage of the algorithm,and the introduction of a double experience pool to improve the data utilization rate;at the same time,in order to accelerate the training speed and efficiency of the agents,and to solve the cold-start problem of the training,the a priori knowledge technology is applied to the training of the algorithm.Finally,the MADDPG-D2 algorithm is compared and analyzed based on the digital battlefield of ground and air confrontation.The experimental results show that the agents trained by the MADDPG-D2 algorithm have higher win rates and average rewards,can utilize the resources more reasonably,and better solve the problem of the traditional single agent algorithms facing the difficulty of solving the problem in the high-dimensional decision space.The MADDPG-D2 algorithm based on multi-agent architecture proposed in this paper has certain superiority and rationality in DTA.展开更多
Complex and distributed systems are more and more associated with the application of WSN (Wireless Sensor Network) technology. The design of such applications presents important challenges and requires the assistance ...Complex and distributed systems are more and more associated with the application of WSN (Wireless Sensor Network) technology. The design of such applications presents important challenges and requires the assistance of several methodologies and tools. Multi-Agent systems (MAS) have been identified as one of the most suitable technologies to contribute to this domain due to their appropriateness for modeling distributed and autonomous complex systems. This work aims to contribute in the help of the design of WSN applications. The proposed architecture exploits the advantages of MAS for modeling WSN services, network topologies and sensor device architectures.展开更多
During the past years, a number of smart manufacturing concepts have been proposed, such as cloud manufacturing, Industry 4.0, and Industrial Internet. One of their common aims is to optimize the collaborative resourc...During the past years, a number of smart manufacturing concepts have been proposed, such as cloud manufacturing, Industry 4.0, and Industrial Internet. One of their common aims is to optimize the collaborative resource configuration across enterprises by establishing platforms that aggregate distributed resources. In all of these concepts, a complete manufacturing system consists of distributed physical manufacturing systems and a platform containing the virtual manufacturing systems mapped from the physical ones. We call such manufacturing systems platform-based smart manufacturing systems (PSMSs). A PSMS can therefore be regarded as a huge cyber-physical system with the cyber part being the platform and the physical part being the corresponding physical manufacturing system. A significant issue for a PSMS is how to optimally schedule the aggregated resources. Multi-agent technology provides an effective approach for solving this issue. In this paper we propose a multi-agent architecture for scheduling in PSMSs, which consists of a platform-level scheduling multi-agent system (MAS) and an enterprise-level scheduling MAS. Procedures, characteristics, and requirements of scheduling in PSMSs are presented. A model for sched-uling in a PSMS based on the architecture is proposed. A case study is conducted to demonstrate the effectiveness of the proposed architecture and model.展开更多
Traditional ERP software system cannot efficiently su pport new management ideas such as BPR, DEM and virtual enterprise which emphasi zes that enterprise should be adjusted to market changes and business process ch a...Traditional ERP software system cannot efficiently su pport new management ideas such as BPR, DEM and virtual enterprise which emphasi zes that enterprise should be adjusted to market changes and business process ch ain and value chain should be integrated tightly. To solve these problems, this paper proposed the conception of Flexible ERP system. F-ERP is a self- adapti ve software system based on multi-agent technology. It developed the followin g kind of agents which are useful for F-ERP: business process agent, interf ace agent, data agent and decision and analysis agent. The F-ERP software syste m is an hierarchy system which is composed of data layer, system tools layer, bu siness application layer and business decision layer. It used component based de velopment mythology and complied with CORBA to development F-ERP. The F-ERP sy stem can support the new management ideas such as BPR, DEM and virtual enterpris e etc. By implementation of it, enterprise can improve its management and promot e its competence.展开更多
World Wide Web (WWW) is a vast repository of information, including a great deal of geographic information. But the location and retrieval of geographic information will require a significant amount of time and effort...World Wide Web (WWW) is a vast repository of information, including a great deal of geographic information. But the location and retrieval of geographic information will require a significant amount of time and effort. In addition, different users usually have different views and interests in the same information. To resolve such problems, this paper first proposed a model of geographic information gathering based on multi-Agent (MA) architecture. Then based on this model, we construct a prototype system with GML (Geography Markup Language). This system consists of three tiers-Client, Web Server and Data Resource. Finally, we expatiate on the process of Web Server.展开更多
With the rapid development of flexible wearable electronics,the demand for stretchable energy storage devices has surged.In this work,a novel gradient-layered architecture was design based on single-pore hollow lignin...With the rapid development of flexible wearable electronics,the demand for stretchable energy storage devices has surged.In this work,a novel gradient-layered architecture was design based on single-pore hollow lignin nanospheres(HLNPs)-intercalated two-dimensional transition metal carbide(Ti_(3)C_(2)T_(x) MXene)for fabricating highly stretchable and durable supercapacitors.By depositing and inserting HLNPs in the MXene layers with a bottom-up decreasing gradient,a multilayered porous MXene structure with smooth ion channels was constructed by reducing the overstacking of MXene lamella.Moreover,the micro-chamber architecture of thin-walled lignin nanospheres effectively extended the contact area between lignin and MXene to improve ion and electron accessibility,thus better utilizing the pseudocapacitive property of lignin.All these strategies effectively enhanced the capacitive performance of the electrodes.In addition,HLNPs,which acted as a protective phase for MXene layer,enhanced mechanical properties of the wrinkled stretchable electrodes by releasing stress through slip and deformation during the stretch-release cycling and greatly improved the structural integrity and capacitive stability of the electrodes.Flexible electrodes and symmetric flexible all-solid-state supercapacitors capable of enduring 600%uniaxial tensile strain were developed with high specific capacitances of 1273 mF cm^(−2)(241 F g^(−1))and 514 mF cm^(−2)(95 F g^(−1)),respectively.Moreover,their capacitances were well preserved after 1000 times of 600%stretch-release cycling.This study showcased new possibilities of incorporating biobased lignin nanospheres in energy storage devices to fabricate stretchable devices leveraging synergies among various two-dimensional nanomaterials.展开更多
Cooperative multi-agent reinforcement learning(MARL)is a key technology for enabling cooperation in complex multi-agent systems.It has achieved remarkable progress in areas such as gaming,autonomous driving,and multi-...Cooperative multi-agent reinforcement learning(MARL)is a key technology for enabling cooperation in complex multi-agent systems.It has achieved remarkable progress in areas such as gaming,autonomous driving,and multi-robot control.Empowering cooperative MARL with multi-task decision-making capabilities is expected to further broaden its application scope.In multi-task scenarios,cooperative MARL algorithms need to address 3 types of multi-task problems:reward-related multi-task,arising from different reward functions;multi-domain multi-task,caused by differences in state and action spaces,state transition functions;and scalability-related multi-task,resulting from the dynamic variation in the number of agents.Most existing studies focus on scalability-related multitask problems.However,with the increasing integration between large language models(LLMs)and multi-agent systems,a growing number of LLM-based multi-agent systems have emerged,enabling more complex multi-task cooperation.This paper provides a comprehensive review of the latest advances in this field.By combining multi-task reinforcement learning with cooperative MARL,we categorize and analyze the 3 major types of multi-task problems under multi-agent settings,offering more fine-grained classifications and summarizing key insights for each.In addition,we summarize commonly used benchmarks and discuss future directions of research in this area,which hold promise for further enhancing the multi-task cooperation capabilities of multi-agent systems and expanding their practical applications in the real world.展开更多
This paper addresses the consensus problem of nonlinear multi-agent systems subject to external disturbances and uncertainties under denial-ofservice(DoS)attacks.Firstly,an observer-based state feedback control method...This paper addresses the consensus problem of nonlinear multi-agent systems subject to external disturbances and uncertainties under denial-ofservice(DoS)attacks.Firstly,an observer-based state feedback control method is employed to achieve secure control by estimating the system's state in real time.Secondly,by combining a memory-based adaptive eventtriggered mechanism with neural networks,the paper aims to approximate the nonlinear terms in the networked system and efficiently conserve system resources.Finally,based on a two-degree-of-freedom model of a vehicle affected by crosswinds,this paper constructs a multi-unmanned ground vehicle(Multi-UGV)system to validate the effectiveness of the proposed method.Simulation results show that the proposed control strategy can effectively handle external disturbances such as crosswinds in practical applications,ensuring the stability and reliable operation of the Multi-UGV system.展开更多
This paper investigates the challenges associated with Unmanned Aerial Vehicle (UAV) collaborative search and target tracking in dynamic and unknown environments characterized by limited field of view. The primary obj...This paper investigates the challenges associated with Unmanned Aerial Vehicle (UAV) collaborative search and target tracking in dynamic and unknown environments characterized by limited field of view. The primary objective is to explore the unknown environments to locate and track targets effectively. To address this problem, we propose a novel Multi-Agent Reinforcement Learning (MARL) method based on Graph Neural Network (GNN). Firstly, a method is introduced for encoding continuous-space multi-UAV problem data into spatial graphs which establish essential relationships among agents, obstacles, and targets. Secondly, a Graph AttenTion network (GAT) model is presented, which focuses exclusively on adjacent nodes, learns attention weights adaptively and allows agents to better process information in dynamic environments. Reward functions are specifically designed to tackle exploration challenges in environments with sparse rewards. By introducing a framework that integrates centralized training and distributed execution, the advancement of models is facilitated. Simulation results show that the proposed method outperforms the existing MARL method in search rate and tracking performance with less collisions. The experiments show that the proposed method can be extended to applications with a larger number of agents, which provides a potential solution to the challenging problem of multi-UAV autonomous tracking in dynamic unknown environments.展开更多
Modern aircraft tend to use fuel thermal management systems to cool onboard heat sources.However,the design of heat transfer architectures for fuel thermal management systems relies on the experience of the engineers ...Modern aircraft tend to use fuel thermal management systems to cool onboard heat sources.However,the design of heat transfer architectures for fuel thermal management systems relies on the experience of the engineers and lacks theoretical guidance.This paper proposes a concise graph representation method based on graph theory for fuel thermal management systems,which can represent all possible connections between subsystems.A generalized optimization algorithm is proposed for fuel thermal management system architecture to minimize the heat sink.This algorithm can autonomously arrange subsystems with heat production differences and efficiently utilize the architecture of the fuel heat sink.At the same time,two evaluation indices are proposed from the perspective of subsystems.These indices intuitively and clearly show that the reason for the high efficiency of heat sink utilization is the balanced and moderate cooling of each subsystem and verify the rationality of the architecture optimization method.A set of simulations are also conducted,which demonstrate that the fuel tank temperature has no effect on the performance of the architecture.This paper provides a reference for the architectural design of aircraft fuel thermal management systems.The metrics used in this paper can also be utilized to evaluate the existing architecture.展开更多
To address the discrepancies between well and seismic data in stratigraphic correlation of the Triassic Yanchang Formation in the Ordos Basin,NW China,traditional stratigraphic classification schemes,the latest 3D sei...To address the discrepancies between well and seismic data in stratigraphic correlation of the Triassic Yanchang Formation in the Ordos Basin,NW China,traditional stratigraphic classification schemes,the latest 3D seismic and drilling data,and reservoir sections are thoroughly investigated.Guided by the theory of sequence stratigraphy,the progradational sequence stratigraphic framework of the Yanchang Formation is systematically constructed to elucidate new deposition mechanisms in the depressed lacustrine basin,and it has been successfully applied to the exploration and development practices in the Qingcheng Oilfield.Key findings are obtained in three aspects.First,the seismic progradational reflections,marker tuff beds,and condensed sections of flooding surfaces in the Yanchang Formation are consistent and isochronous.Using flooding surface markers as a reference,a progradational sequence stratigraphic architecture is reconstructed for the middle-upper part of Yanchang Formation,and divided into seven clinoform units(CF1-CF7).Second,progradation predominantly occurs in semi-deep to deep lake environments,with the depositional center not always coinciding with the thickest strata.The lacustrine basin underwent an evolution of“oscillatory regression-progradational infilling-multi-phase superimposition”.Third,the case study of Qingcheng Oilfield reveals that the major pay zones consist of“isochronous but heterochronous”gravity-flow sandstone complexes.Guided by the progradational sequence stratigraphic architecture,horizontal well oil-layer penetration rates remain above 82%.The progradational sequence stratigraphic architecture and associated geological insights are more consistent with the sedimentary infilling mechanisms of large-scale continental depressed lacustrine basins and actual drilling results.The research results provide crucial theoretical and technical support for subsequent refined exploration and development of the Yanchang Formation,and are expected to offer a reference for research and production practice in similar continental lacustrine basins.展开更多
It’s possible for malicious operators to seize hold of electrical control systems, for instance, the engine control unit of driverless vehicles, from various vectors, e.g. autonomic control system, remote vehicle acc...It’s possible for malicious operators to seize hold of electrical control systems, for instance, the engine control unit of driverless vehicles, from various vectors, e.g. autonomic control system, remote vehicle access, or human drivers. To mitigate potential risks, this paper provides the inauguration study by proposing a theoretical framework in the physical, human and cyber triad. Its goal is to, at each time point, detect adversary control behaviors and protect control systems against malicious operations via integrating a variety of methods. This paper only proposes a theoretical framework which tries to indicate possible threats. With the support of the framework, the security system can lightly reduce the risk. The development and implementation of the system are out of scope.展开更多
Not always climate and cultural contexts are discussed at the forefront of architectural discussions on traditional or vernacular architecture,nevertheless,the construction material also plays a significant part in de...Not always climate and cultural contexts are discussed at the forefront of architectural discussions on traditional or vernacular architecture,nevertheless,the construction material also plays a significant part in defining places’architectural languages.Building from the local materials is an essential ingredient of the local distinctiveness,whilst forming the architectural grand gesture in its context.In Siwa oasis,salt architecture has formed that architectural grand gesture.The vernacular vocabularies adopted by old Bedouins using salt bricks generated Siwa’s unique spirit.In this paper,some examples are illustrated based on a series of site visits to three main sites in Siwa,namely:Old Shali,Abu Shuruf,and Aghourmy.This shows the evolution of Siwa’s vernacular architecture and the role of the architectural language or detrimental effect on the overall quality of architecture.From the site visits,it was observed that building with the traditional technique is now becoming abandoned in Siwa,explained by the local builders to be due to the huge costs required;forcing them to shifting to modern architecture.The influx to building using modern techniques has led to a significant transformation in the urban morphology and spirit of Siwa.Herein lies the scope of this paper:to discuss the impact of the evolution of vernacular architecture on the overall quality of architecture in Siwa and thus identifying the problems which will lead to policy formulation and guidelines for the redevelopment of Siwa in order to“revitalize/resuscitate”its vernacular style accordingly.展开更多
This paper adopts the Global Workspace Theory as a neuro-scientifically plausible theory for developing conscious cognitive architecture.The Global Workspace Theory’s compatibility with the working mechanisms underne...This paper adopts the Global Workspace Theory as a neuro-scientifically plausible theory for developing conscious cognitive architecture.The Global Workspace Theory’s compatibility with the working mechanisms underneath human brains is enhanced by the implementation of different cognitive features based on this framework.Amongst the topics in the literature for intelligent systems,we start with attention,memory and learning mechanisms,and corresponding experiments are summarized here.We also discuss how other topics of cognitive robotics could be developed based on these three basic components,and their correlations.This provides a foundation for future long-term development of cognitive architectures of cognitive robots.The research in this paper follows the incremental research pathway for the architecture implementation,which is consistent with the Biologically Inspired Cognitive Architecture roadmap.展开更多
A restoration concept has been developed based on the Baiyun Taoist Temple Map found in the Continuation of the Gaolan County Annals.This study systematically analyzes the architectural features of Baiyun Taoist Templ...A restoration concept has been developed based on the Baiyun Taoist Temple Map found in the Continuation of the Gaolan County Annals.This study systematically analyzes the architectural features of Baiyun Taoist Temple in Lanzhou during the Daoguang period of the Qing Dynasty from three perspectives:overall layout,spatial design,and garden artistic conception.The analysis offers a representative case for understanding the spatial organization principles and cultural connotation of Taoist architecture in the Lanzhou region during the Qing Dynasty.展开更多
This paper mainly focuses on the velocity-constrained consensus problem of discrete-time heterogeneous multi-agent systems with nonconvex constraints and arbitrarily switching topologies,where each agent has first-ord...This paper mainly focuses on the velocity-constrained consensus problem of discrete-time heterogeneous multi-agent systems with nonconvex constraints and arbitrarily switching topologies,where each agent has first-order or second-order dynamics.To solve this problem,a distributed algorithm is proposed based on a contraction operator.By employing the properties of the stochastic matrix,it is shown that all agents’position states could converge to a common point and second-order agents’velocity states could remain in corresponding nonconvex constraint sets and converge to zero as long as the joint communication topology has one directed spanning tree.Finally,the numerical simulation results are provided to verify the effectiveness of the proposed algorithms.展开更多
The aim of this article is to present my interpretation of the holistic-phenomenological worldview in practice.This study demonstrates how this approach,as well as the planning process that I followed(a process fundam...The aim of this article is to present my interpretation of the holistic-phenomenological worldview in practice.This study demonstrates how this approach,as well as the planning process that I followed(a process fundamentally different from conventional ones)was implemented in a residential neighborhood I designed and built in the social,economic,and physical structure of the collective known in Israel as a‘kibbutz’.The intention is to raise a broad public discussion and pose a challenge to 21st-century architecture regarding how to intervene in a moral and human way within an existing environment,urban or natural,which must be respected and preserved,when integrating within it a new contemporary architecture.展开更多
The development of chassis active safety control technology has improved vehicle stability under extreme conditions.However,its cross-system and multi-functional characteristics make the controller difficult to achiev...The development of chassis active safety control technology has improved vehicle stability under extreme conditions.However,its cross-system and multi-functional characteristics make the controller difficult to achieve cooperative goals.In addition,the chassis system,which has high complexity,numerous subsystems,and strong coupling,will also lead to low computing efficiency and poor control effect of the controller.Therefore,this paper proposes a scenario-driven hybrid distributed model predictive control algorithm with variable control topology.This algorithm divides multiple stability regions based on the vehicle’s β−γ phase plane,forming a mapping relationship between the control structure and the vehicle’s state.A control input fusion mechanism within the transition domain is designed to mitigate the problems of system state oscillation and control input jitter caused by switching control structures.Then,a distributed state-space equation with state coupling and input coupling characteristics is constructed,and a weighted local agent cost function in quadratic programming is derived.Through cost coupling,local agents can coordinate global performance goals.Finally,through Simulink/CarSim joint simulation and hardware-in-the-loop(HIL)test,the proposed algorithm is validated to improve vehicle stability while ensuring trajectory tracking accuracy and has good applicability for multi-objective coordinated control.This paper combines the advantages of distributed MPC and decentralized MPC,achieving a balance between approximating the global optimal results and the solution’s efficiency.展开更多
Overview of root system architecture.The plant root system is a highly dynamic and multifunctional organ system composed of primary roots,lateral roots,adventitious roots,and root hairs.Based on topological morphology...Overview of root system architecture.The plant root system is a highly dynamic and multifunctional organ system composed of primary roots,lateral roots,adventitious roots,and root hairs.Based on topological morphology,root systems can be classified as taproot systems or fibrous root systems.Root system architecture(RSA)refers to the spatial distribution and extension patterns of roots within soil,encompassing characteristics such as root length,branching angle,density,and spatial arrangement.RSA not only determines the plant’s capacity to acquire water and nutrients but also influences other root functions,playing a decisive role in overall plant health.展开更多
基金This research was funded by the Project of the National Natural Science Foundation of China,Grant Number 62106283.
文摘Aiming at the problems of low solution accuracy and high decision pressure when facing large-scale dynamic task allocation(DTA)and high-dimensional decision space with single agent,this paper combines the deep reinforce-ment learning(DRL)theory and an improved Multi-Agent Deep Deterministic Policy Gradient(MADDPG-D2)algorithm with a dual experience replay pool and a dual noise based on multi-agent architecture is proposed to improve the efficiency of DTA.The algorithm is based on the traditional Multi-Agent Deep Deterministic Policy Gradient(MADDPG)algorithm,and considers the introduction of a double noise mechanism to increase the action exploration space in the early stage of the algorithm,and the introduction of a double experience pool to improve the data utilization rate;at the same time,in order to accelerate the training speed and efficiency of the agents,and to solve the cold-start problem of the training,the a priori knowledge technology is applied to the training of the algorithm.Finally,the MADDPG-D2 algorithm is compared and analyzed based on the digital battlefield of ground and air confrontation.The experimental results show that the agents trained by the MADDPG-D2 algorithm have higher win rates and average rewards,can utilize the resources more reasonably,and better solve the problem of the traditional single agent algorithms facing the difficulty of solving the problem in the high-dimensional decision space.The MADDPG-D2 algorithm based on multi-agent architecture proposed in this paper has certain superiority and rationality in DTA.
文摘Complex and distributed systems are more and more associated with the application of WSN (Wireless Sensor Network) technology. The design of such applications presents important challenges and requires the assistance of several methodologies and tools. Multi-Agent systems (MAS) have been identified as one of the most suitable technologies to contribute to this domain due to their appropriateness for modeling distributed and autonomous complex systems. This work aims to contribute in the help of the design of WSN applications. The proposed architecture exploits the advantages of MAS for modeling WSN services, network topologies and sensor device architectures.
基金Project supported by the National Natural Science Foundation of China(Nos.61973243,61873014,and 51875030)the National Key Research and Development Program of China(No.2018YFB1702703)。
文摘During the past years, a number of smart manufacturing concepts have been proposed, such as cloud manufacturing, Industry 4.0, and Industrial Internet. One of their common aims is to optimize the collaborative resource configuration across enterprises by establishing platforms that aggregate distributed resources. In all of these concepts, a complete manufacturing system consists of distributed physical manufacturing systems and a platform containing the virtual manufacturing systems mapped from the physical ones. We call such manufacturing systems platform-based smart manufacturing systems (PSMSs). A PSMS can therefore be regarded as a huge cyber-physical system with the cyber part being the platform and the physical part being the corresponding physical manufacturing system. A significant issue for a PSMS is how to optimally schedule the aggregated resources. Multi-agent technology provides an effective approach for solving this issue. In this paper we propose a multi-agent architecture for scheduling in PSMSs, which consists of a platform-level scheduling multi-agent system (MAS) and an enterprise-level scheduling MAS. Procedures, characteristics, and requirements of scheduling in PSMSs are presented. A model for sched-uling in a PSMS based on the architecture is proposed. A case study is conducted to demonstrate the effectiveness of the proposed architecture and model.
文摘Traditional ERP software system cannot efficiently su pport new management ideas such as BPR, DEM and virtual enterprise which emphasi zes that enterprise should be adjusted to market changes and business process ch ain and value chain should be integrated tightly. To solve these problems, this paper proposed the conception of Flexible ERP system. F-ERP is a self- adapti ve software system based on multi-agent technology. It developed the followin g kind of agents which are useful for F-ERP: business process agent, interf ace agent, data agent and decision and analysis agent. The F-ERP software syste m is an hierarchy system which is composed of data layer, system tools layer, bu siness application layer and business decision layer. It used component based de velopment mythology and complied with CORBA to development F-ERP. The F-ERP sy stem can support the new management ideas such as BPR, DEM and virtual enterpris e etc. By implementation of it, enterprise can improve its management and promot e its competence.
文摘World Wide Web (WWW) is a vast repository of information, including a great deal of geographic information. But the location and retrieval of geographic information will require a significant amount of time and effort. In addition, different users usually have different views and interests in the same information. To resolve such problems, this paper first proposed a model of geographic information gathering based on multi-Agent (MA) architecture. Then based on this model, we construct a prototype system with GML (Geography Markup Language). This system consists of three tiers-Client, Web Server and Data Resource. Finally, we expatiate on the process of Web Server.
基金supported by Natural Science and Engineering Research Council of Canada(RGPIN-2017-06737)Canada Research Chairs program,the National Key Research and Development Program of China(2017YFD0601005,2022YFD0904201)+1 种基金the National Natural Science Foundation of China(51203075)the China Scholarship Council(Grant No.CSC202208320361).
文摘With the rapid development of flexible wearable electronics,the demand for stretchable energy storage devices has surged.In this work,a novel gradient-layered architecture was design based on single-pore hollow lignin nanospheres(HLNPs)-intercalated two-dimensional transition metal carbide(Ti_(3)C_(2)T_(x) MXene)for fabricating highly stretchable and durable supercapacitors.By depositing and inserting HLNPs in the MXene layers with a bottom-up decreasing gradient,a multilayered porous MXene structure with smooth ion channels was constructed by reducing the overstacking of MXene lamella.Moreover,the micro-chamber architecture of thin-walled lignin nanospheres effectively extended the contact area between lignin and MXene to improve ion and electron accessibility,thus better utilizing the pseudocapacitive property of lignin.All these strategies effectively enhanced the capacitive performance of the electrodes.In addition,HLNPs,which acted as a protective phase for MXene layer,enhanced mechanical properties of the wrinkled stretchable electrodes by releasing stress through slip and deformation during the stretch-release cycling and greatly improved the structural integrity and capacitive stability of the electrodes.Flexible electrodes and symmetric flexible all-solid-state supercapacitors capable of enduring 600%uniaxial tensile strain were developed with high specific capacitances of 1273 mF cm^(−2)(241 F g^(−1))and 514 mF cm^(−2)(95 F g^(−1)),respectively.Moreover,their capacitances were well preserved after 1000 times of 600%stretch-release cycling.This study showcased new possibilities of incorporating biobased lignin nanospheres in energy storage devices to fabricate stretchable devices leveraging synergies among various two-dimensional nanomaterials.
基金The National Natural Science Foundation of China(62136008,62293541)The Beijing Natural Science Foundation(4232056)The Beijing Nova Program(20240484514).
文摘Cooperative multi-agent reinforcement learning(MARL)is a key technology for enabling cooperation in complex multi-agent systems.It has achieved remarkable progress in areas such as gaming,autonomous driving,and multi-robot control.Empowering cooperative MARL with multi-task decision-making capabilities is expected to further broaden its application scope.In multi-task scenarios,cooperative MARL algorithms need to address 3 types of multi-task problems:reward-related multi-task,arising from different reward functions;multi-domain multi-task,caused by differences in state and action spaces,state transition functions;and scalability-related multi-task,resulting from the dynamic variation in the number of agents.Most existing studies focus on scalability-related multitask problems.However,with the increasing integration between large language models(LLMs)and multi-agent systems,a growing number of LLM-based multi-agent systems have emerged,enabling more complex multi-task cooperation.This paper provides a comprehensive review of the latest advances in this field.By combining multi-task reinforcement learning with cooperative MARL,we categorize and analyze the 3 major types of multi-task problems under multi-agent settings,offering more fine-grained classifications and summarizing key insights for each.In addition,we summarize commonly used benchmarks and discuss future directions of research in this area,which hold promise for further enhancing the multi-task cooperation capabilities of multi-agent systems and expanding their practical applications in the real world.
基金The National Natural Science Foundation of China(W2431048)The Science and Technology Research Program of Chongqing Municipal Education Commission,China(KJZDK202300807)The Chongqing Natural Science Foundation,China(CSTB2024NSCQQCXMX0052).
文摘This paper addresses the consensus problem of nonlinear multi-agent systems subject to external disturbances and uncertainties under denial-ofservice(DoS)attacks.Firstly,an observer-based state feedback control method is employed to achieve secure control by estimating the system's state in real time.Secondly,by combining a memory-based adaptive eventtriggered mechanism with neural networks,the paper aims to approximate the nonlinear terms in the networked system and efficiently conserve system resources.Finally,based on a two-degree-of-freedom model of a vehicle affected by crosswinds,this paper constructs a multi-unmanned ground vehicle(Multi-UGV)system to validate the effectiveness of the proposed method.Simulation results show that the proposed control strategy can effectively handle external disturbances such as crosswinds in practical applications,ensuring the stability and reliable operation of the Multi-UGV system.
基金supported by the National Natural Science Foundation of China(Nos.12272104,U22B2013).
文摘This paper investigates the challenges associated with Unmanned Aerial Vehicle (UAV) collaborative search and target tracking in dynamic and unknown environments characterized by limited field of view. The primary objective is to explore the unknown environments to locate and track targets effectively. To address this problem, we propose a novel Multi-Agent Reinforcement Learning (MARL) method based on Graph Neural Network (GNN). Firstly, a method is introduced for encoding continuous-space multi-UAV problem data into spatial graphs which establish essential relationships among agents, obstacles, and targets. Secondly, a Graph AttenTion network (GAT) model is presented, which focuses exclusively on adjacent nodes, learns attention weights adaptively and allows agents to better process information in dynamic environments. Reward functions are specifically designed to tackle exploration challenges in environments with sparse rewards. By introducing a framework that integrates centralized training and distributed execution, the advancement of models is facilitated. Simulation results show that the proposed method outperforms the existing MARL method in search rate and tracking performance with less collisions. The experiments show that the proposed method can be extended to applications with a larger number of agents, which provides a potential solution to the challenging problem of multi-UAV autonomous tracking in dynamic unknown environments.
文摘Modern aircraft tend to use fuel thermal management systems to cool onboard heat sources.However,the design of heat transfer architectures for fuel thermal management systems relies on the experience of the engineers and lacks theoretical guidance.This paper proposes a concise graph representation method based on graph theory for fuel thermal management systems,which can represent all possible connections between subsystems.A generalized optimization algorithm is proposed for fuel thermal management system architecture to minimize the heat sink.This algorithm can autonomously arrange subsystems with heat production differences and efficiently utilize the architecture of the fuel heat sink.At the same time,two evaluation indices are proposed from the perspective of subsystems.These indices intuitively and clearly show that the reason for the high efficiency of heat sink utilization is the balanced and moderate cooling of each subsystem and verify the rationality of the architecture optimization method.A set of simulations are also conducted,which demonstrate that the fuel tank temperature has no effect on the performance of the architecture.This paper provides a reference for the architectural design of aircraft fuel thermal management systems.The metrics used in this paper can also be utilized to evaluate the existing architecture.
基金Supported by the National Science and Technology Major Project(2017ZX05001)CNPC Technology Project(2023YQX20111).
文摘To address the discrepancies between well and seismic data in stratigraphic correlation of the Triassic Yanchang Formation in the Ordos Basin,NW China,traditional stratigraphic classification schemes,the latest 3D seismic and drilling data,and reservoir sections are thoroughly investigated.Guided by the theory of sequence stratigraphy,the progradational sequence stratigraphic framework of the Yanchang Formation is systematically constructed to elucidate new deposition mechanisms in the depressed lacustrine basin,and it has been successfully applied to the exploration and development practices in the Qingcheng Oilfield.Key findings are obtained in three aspects.First,the seismic progradational reflections,marker tuff beds,and condensed sections of flooding surfaces in the Yanchang Formation are consistent and isochronous.Using flooding surface markers as a reference,a progradational sequence stratigraphic architecture is reconstructed for the middle-upper part of Yanchang Formation,and divided into seven clinoform units(CF1-CF7).Second,progradation predominantly occurs in semi-deep to deep lake environments,with the depositional center not always coinciding with the thickest strata.The lacustrine basin underwent an evolution of“oscillatory regression-progradational infilling-multi-phase superimposition”.Third,the case study of Qingcheng Oilfield reveals that the major pay zones consist of“isochronous but heterochronous”gravity-flow sandstone complexes.Guided by the progradational sequence stratigraphic architecture,horizontal well oil-layer penetration rates remain above 82%.The progradational sequence stratigraphic architecture and associated geological insights are more consistent with the sedimentary infilling mechanisms of large-scale continental depressed lacustrine basins and actual drilling results.The research results provide crucial theoretical and technical support for subsequent refined exploration and development of the Yanchang Formation,and are expected to offer a reference for research and production practice in similar continental lacustrine basins.
文摘It’s possible for malicious operators to seize hold of electrical control systems, for instance, the engine control unit of driverless vehicles, from various vectors, e.g. autonomic control system, remote vehicle access, or human drivers. To mitigate potential risks, this paper provides the inauguration study by proposing a theoretical framework in the physical, human and cyber triad. Its goal is to, at each time point, detect adversary control behaviors and protect control systems against malicious operations via integrating a variety of methods. This paper only proposes a theoretical framework which tries to indicate possible threats. With the support of the framework, the security system can lightly reduce the risk. The development and implementation of the system are out of scope.
文摘Not always climate and cultural contexts are discussed at the forefront of architectural discussions on traditional or vernacular architecture,nevertheless,the construction material also plays a significant part in defining places’architectural languages.Building from the local materials is an essential ingredient of the local distinctiveness,whilst forming the architectural grand gesture in its context.In Siwa oasis,salt architecture has formed that architectural grand gesture.The vernacular vocabularies adopted by old Bedouins using salt bricks generated Siwa’s unique spirit.In this paper,some examples are illustrated based on a series of site visits to three main sites in Siwa,namely:Old Shali,Abu Shuruf,and Aghourmy.This shows the evolution of Siwa’s vernacular architecture and the role of the architectural language or detrimental effect on the overall quality of architecture.From the site visits,it was observed that building with the traditional technique is now becoming abandoned in Siwa,explained by the local builders to be due to the huge costs required;forcing them to shifting to modern architecture.The influx to building using modern techniques has led to a significant transformation in the urban morphology and spirit of Siwa.Herein lies the scope of this paper:to discuss the impact of the evolution of vernacular architecture on the overall quality of architecture in Siwa and thus identifying the problems which will lead to policy formulation and guidelines for the redevelopment of Siwa in order to“revitalize/resuscitate”its vernacular style accordingly.
基金Supported by the European Union’s Horizon Europe research and innovation program(101120727-PRIMI).
文摘This paper adopts the Global Workspace Theory as a neuro-scientifically plausible theory for developing conscious cognitive architecture.The Global Workspace Theory’s compatibility with the working mechanisms underneath human brains is enhanced by the implementation of different cognitive features based on this framework.Amongst the topics in the literature for intelligent systems,we start with attention,memory and learning mechanisms,and corresponding experiments are summarized here.We also discuss how other topics of cognitive robotics could be developed based on these three basic components,and their correlations.This provides a foundation for future long-term development of cognitive architectures of cognitive robots.The research in this paper follows the incremental research pathway for the architecture implementation,which is consistent with the Biologically Inspired Cognitive Architecture roadmap.
文摘A restoration concept has been developed based on the Baiyun Taoist Temple Map found in the Continuation of the Gaolan County Annals.This study systematically analyzes the architectural features of Baiyun Taoist Temple in Lanzhou during the Daoguang period of the Qing Dynasty from three perspectives:overall layout,spatial design,and garden artistic conception.The analysis offers a representative case for understanding the spatial organization principles and cultural connotation of Taoist architecture in the Lanzhou region during the Qing Dynasty.
基金2024 Jiangsu Province Youth Science and Technology Talent Support Project2024 Yancheng Key Research and Development Plan(Social Development)projects,“Research and Application of Multi Agent Offline Distributed Trust Perception Virtual Wireless Sensor Network Algorithm”and“Research and Application of a New Type of Fishery Ship Safety Production Monitoring Equipment”。
文摘This paper mainly focuses on the velocity-constrained consensus problem of discrete-time heterogeneous multi-agent systems with nonconvex constraints and arbitrarily switching topologies,where each agent has first-order or second-order dynamics.To solve this problem,a distributed algorithm is proposed based on a contraction operator.By employing the properties of the stochastic matrix,it is shown that all agents’position states could converge to a common point and second-order agents’velocity states could remain in corresponding nonconvex constraint sets and converge to zero as long as the joint communication topology has one directed spanning tree.Finally,the numerical simulation results are provided to verify the effectiveness of the proposed algorithms.
文摘The aim of this article is to present my interpretation of the holistic-phenomenological worldview in practice.This study demonstrates how this approach,as well as the planning process that I followed(a process fundamentally different from conventional ones)was implemented in a residential neighborhood I designed and built in the social,economic,and physical structure of the collective known in Israel as a‘kibbutz’.The intention is to raise a broad public discussion and pose a challenge to 21st-century architecture regarding how to intervene in a moral and human way within an existing environment,urban or natural,which must be respected and preserved,when integrating within it a new contemporary architecture.
基金Supported by National Natural Science Foundation of China(Grant Nos.52225212,52272418,U22A20100)National Key Research and Development Program of China(Grant No.2022YFB2503302).
文摘The development of chassis active safety control technology has improved vehicle stability under extreme conditions.However,its cross-system and multi-functional characteristics make the controller difficult to achieve cooperative goals.In addition,the chassis system,which has high complexity,numerous subsystems,and strong coupling,will also lead to low computing efficiency and poor control effect of the controller.Therefore,this paper proposes a scenario-driven hybrid distributed model predictive control algorithm with variable control topology.This algorithm divides multiple stability regions based on the vehicle’s β−γ phase plane,forming a mapping relationship between the control structure and the vehicle’s state.A control input fusion mechanism within the transition domain is designed to mitigate the problems of system state oscillation and control input jitter caused by switching control structures.Then,a distributed state-space equation with state coupling and input coupling characteristics is constructed,and a weighted local agent cost function in quadratic programming is derived.Through cost coupling,local agents can coordinate global performance goals.Finally,through Simulink/CarSim joint simulation and hardware-in-the-loop(HIL)test,the proposed algorithm is validated to improve vehicle stability while ensuring trajectory tracking accuracy and has good applicability for multi-objective coordinated control.This paper combines the advantages of distributed MPC and decentralized MPC,achieving a balance between approximating the global optimal results and the solution’s efficiency.
文摘Overview of root system architecture.The plant root system is a highly dynamic and multifunctional organ system composed of primary roots,lateral roots,adventitious roots,and root hairs.Based on topological morphology,root systems can be classified as taproot systems or fibrous root systems.Root system architecture(RSA)refers to the spatial distribution and extension patterns of roots within soil,encompassing characteristics such as root length,branching angle,density,and spatial arrangement.RSA not only determines the plant’s capacity to acquire water and nutrients but also influences other root functions,playing a decisive role in overall plant health.