CN111857107A - Auxiliary mobile robot navigation control system and method based on learning component library - Google Patents

Auxiliary mobile robot navigation control system and method based on learning component library Download PDF

Info

Publication number
CN111857107A
CN111857107A CN202010522452.1A CN202010522452A CN111857107A CN 111857107 A CN111857107 A CN 111857107A CN 202010522452 A CN202010522452 A CN 202010522452A CN 111857107 A CN111857107 A CN 111857107A
Authority
CN
China
Prior art keywords
component
algorithm
mobile robot
reinforcement learning
learning
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010522452.1A
Other languages
Chinese (zh)
Other versions
CN111857107B (en
Inventor
孙长银
何子辰
董璐
陈启军
王嘉伟
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.)
Tongji University
Original Assignee
Tongji University
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 Tongji University filed Critical Tongji University
Priority to CN202010522452.1A priority Critical patent/CN111857107B/en
Publication of CN111857107A publication Critical patent/CN111857107A/en
Application granted granted Critical
Publication of CN111857107B publication Critical patent/CN111857107B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/0088Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots characterized by the autonomous decision making process, e.g. artificial intelligence, predefined behaviours
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B17/00Systems involving the use of models or simulators of said systems
    • G05B17/02Systems involving the use of models or simulators of said systems electric
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • General Physics & Mathematics (AREA)
  • Remote Sensing (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Business, Economics & Management (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Evolutionary Computation (AREA)
  • Game Theory and Decision Science (AREA)
  • Medical Informatics (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention discloses a system and a method for controlling navigation of an auxiliary mobile robot based on a learning component library, wherein the system comprises the learning component library, and the learning component library comprises: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component and a visualization component. The components in the invention are mutually interacted and flexibly called, and a plurality of simulation or practically applied reinforcement learning training and visualization closed-loop learning systems which are suitable for different algorithm strategies of navigation task scenes can be quickly constructed according to the type of the mobile robot in the using process.

Description

Auxiliary mobile robot navigation control system and method based on learning component library
Technical Field
The invention relates to an auxiliary mobile robot navigation control system and method based on a learning component library, and belongs to the technical field of robot control.
Background
In recent years, with the development of robotics, function-assisted mobile robots have been widely used in various fields such as agriculture, commerce, logistics, medical assistance, and military industry. For example, during the new coronavirus epidemic situation in China, the auxiliary mobile robot plays an important role in the aspects of hospitals, community disinfection, express logistics distribution, body temperature detection, intelligent inquiry of isolation areas and the like by virtue of the autonomy of the auxiliary mobile robot, and the epidemic prevention and counseling process of China is promoted.
The auxiliary mobile robot is an integrated system which integrates environment perception, autonomous positioning, path planning, bottom layer navigation control and specific auxiliary function execution. Taking a mobile robot for executing a public place disinfection task in an epidemic situation as an example, in the process of executing disinfection work, the mobile robot acquires regional environment information needing disinfection through various external sensors carried by the mobile robot, such as a monocular vision camera, a binocular vision camera, a laser radar, a millimeter wave radar, an ultrasonic sensor and the like; then, estimating the global position and attitude information of the self in the current area by combining the internal sensors of the self, such as an inertial sensor, a GPS and the like; on the basis of the two steps, a path planning algorithm such as an artificial potential field method, a heuristic fast expansion random tree and the like is used in combination with specific task requirements to plan an optimal path from an initial position to a target position; and finally, combining self dynamics and kinematics characteristics, actuator characteristics and chassis driving configuration, and carrying out accurate navigation tracking control on the planned track through a bottom layer navigation controller so that the mobile robot runs according to a pre-planned path.
However, the traditional navigation control method at present lacks a specific simulation platform of an auxiliary mobile robot, and has complex and tedious configuration training process and lacks systematicness; and each reinforcement learning navigation control algorithm is established on a specific robot and a specific scene at the present stage, and the reinforcement learning environment establishment method of the simulation scene is different from that of the actual scene, so that the flexibility is lacked.
Disclosure of Invention
Aiming at the technical problems in the traditional system-assisted mobile robot navigation control method, the invention provides the learning component library-based auxiliary mobile robot navigation control method, which is convenient for a user to rapidly build a reinforcement learning closed-loop control system according to the self requirement and is convenient for parameter debugging and performance optimization.
The invention adopts the following technical scheme.
In one aspect, the present invention provides an auxiliary mobile robot navigation control system based on a learning component library, including the learning component library, where the learning component library includes: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component and a visualization component; the initialization component is used for completing initialization of a state space and an action space corresponding to a specific mobile robot type and setting up a reward function; the environment modeling component is used for reading and processing sensor data carried by the mobile robot, determining global position data of the positioning robot and establishing a virtual environment interacting with the mobile robot when a simulation task is performed; the path planning component is used for providing a selectable path planning algorithm to realize optimal navigation path planning; the core algorithm component is used for providing a plurality of reinforcement learning algorithms for selection, outputting a controller instruction by matching with a bottom-layer control algorithm component or directly outputting the controller instruction, and obtaining current information again through the environment modeling component after action so as to complete reinforcement learning closed-loop control; the testing component is used for providing a selected perturbation method so as to test the performance of the reinforcement learning algorithm determined by the core algorithm component; the optimization component is used for providing a selected optimization algorithm to adjust the selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm; the visualization component is used for visualizing the output numerical values of the core algorithm component and the test component.
Furthermore, the core component library comprises a same strategy module, a different strategy module and a comprehensive strategy module, wherein the same strategy module is used for packaging a reinforcement learning algorithm of the same strategy, and the different strategy is used for packaging a reinforcement learning algorithm of the different strategy; the comprehensive strategy module is used for packaging a comprehensive strategy algorithm, and the comprehensive strategy algorithm is a data-driven strengthening algorithm for synthesizing the same strategy and the different strategies. The comprehensive strategy algorithm comprises the following steps: the adaptive capacity of the reinforcement learning algorithm is optimized by feeding back the new learned strategy to the mobile robot system in time and collecting specific system data; meanwhile, the original characteristics of the system are considered, the data collected again is combined with the experience data played back in the past, and the reinforcement learning algorithm is finally determined through learning again.
Further, the system further comprises: the bottom layer control algorithm component can be directly used for providing a reference component for comparison with the reinforcement learning algorithm, and can also be combined with the upper layer reinforcement learning algorithm to build a closed-loop control reinforcement learning system from a state directly to an actuator instruction. Further, the environmental modeling component includes: the system comprises a sensor data processing module, a mobile robot positioning module and a reinforcement learning environment modeling module, wherein the sensor data processing module is used for reading and processing sensor data carried by a mobile robot, and the mobile robot positioning module is used for positioning global position data of the robot in real time; the reinforcement learning environment modeling module is used for establishing a virtual environment interacting with the mobile robot when a simulation task is carried out.
Further, the optimization component provides alternative optimization algorithms including regularization algorithms including L1 and L2 regularization algorithms, entropy regularization algorithms, and/or early-stop algorithms.
Furthermore, evaluation function modules are respectively arranged in the path planning component and the core algorithm component, and are used for providing performance evaluation functions to realize the performance evaluation of parameter adjustment and algorithm selection of the path planning component and the core algorithm component.
In a second aspect, the present invention provides a method for controlling navigation of an auxiliary mobile robot based on a learning component library, the method being based on the system for controlling navigation of an auxiliary mobile robot based on a learning component library according to the above technical solution, the method comprising the following steps: selecting a state space and an action space corresponding to a specific mobile robot type from a pre-constructed initialization component, and setting a reinforcement learning reward function to complete initialization;
constructing a reinforcement learning simulation environment by utilizing a pre-constructed environment modeling component; acquiring the relative position of the barrier and the position of the mobile robot through an environment modeling component, and selecting a required path planning algorithm by utilizing a pre-constructed path planning component to plan an optimal navigation path; adjusting a reward function of a navigation control algorithm according to a path planning result;
Selecting and determining a reinforcement learning algorithm from a pre-constructed core algorithm component, combining a defined action space, a state space, a reward function and a reinforcement learning environment, and selecting a core algorithm module for training; the bottom layer control module or the direct controller instruction output is used for acting, then the relative position of the barrier and the position of the mobile robot are obtained through the environment modeling component again, and the steps are repeated to finish the controller instruction output and finish the reinforcement learning closed-loop control;
selecting a perturbation method from the test component, and testing the performance of the reinforcement learning algorithm selected and determined from the core algorithm component;
selecting and determining an optimization algorithm from the optimization components to adjust selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm;
and visualizing the output numerical values of the core algorithm component and the test component by utilizing the visualization component.
In a third aspect, the present invention provides a method for controlling navigation of an auxiliary mobile robot based on a learning component library, where the method is based on a system for controlling navigation of an auxiliary mobile robot based on a learning component library, the system includes a learning component library, and the learning component library includes: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component, a visualization component and a bottom control algorithm component; the initialization component is used for completing initialization of a state space and an action space corresponding to a specific mobile robot type and setting up a reward function; the path planning component is used for providing a selectable path planning algorithm to realize optimal navigation path planning; the core algorithm component is used for providing a plurality of reinforcement learning algorithms for selection, so that the instruction of the output controller is used for finishing reinforcement learning closed-loop control; the testing component is used for providing a selected perturbation method so as to test the performance of the reinforcement learning algorithm determined by the core algorithm component; the optimization component is used for providing a selected optimization algorithm to adjust the selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm; the visualization component is used for visualizing the output numerical values of the core algorithm component and the test component; the underlying control algorithm component is used for providing a benchmark component which is compared with a reinforcement learning algorithm;
The method comprises the following steps:
selecting a state space and an action space corresponding to a specific mobile robot type from a pre-constructed initialization component, and setting a reinforcement learning reward function to complete initialization;
calling an environment modeling component to obtain sensor data carried by the mobile robot and global position data where the mobile robot is located;
combining the defined action space, state space, reward function, sensor data carried by the mobile robot and global position data of the mobile robot, selecting and determining a reinforcement learning algorithm from a pre-constructed core algorithm component, matching with a bottom layer control component or directly enabling a controller instruction to be output, after action, repeating the process through each sensor value of an environment modeling component to complete reinforcement learning closed-loop control;
selecting a disturbance method from the test assembly, performing algorithm evaluation and test by using the test assembly, feeding back an output state observation value of the sensor processing module in real time, and judging whether the control requirement is met;
selecting and determining an optimization algorithm from the optimization component, and adjusting the selected parameters of the reinforcement learning algorithm determined by the core algorithm component until the mobile robot obtains a preset execution effect in the navigation control task; and visualizing the output numerical values of the core algorithm component and the test component by utilizing the visualization component.
Furthermore, performance evaluation function modules are respectively arranged in the path planning assembly and the core algorithm assembly, the method further comprises the steps of determining a performance evaluation function by using the evaluation function modules, carrying out performance evaluation on parameter adjustment and algorithm selection of the path planning assembly and the core algorithm assembly, and visualizing the evaluation result of the performance evaluation function by using the visualization assembly.
The invention has the following beneficial technical effects: in the invention, all components are mutually interacted and flexibly called, and a plurality of simulation or practical application reinforcement learning training and visualization closed-loop learning systems suitable for navigation task scenes of the mobile robot can be quickly constructed according to the type of the mobile robot in the using process; the stability, robustness and generalization capability of the configuration algorithm can be tested through the testing component, if the algorithm needs to be optimized, the optimization component in the component library can be learned, parameter optimization and regularization operation can be conveniently and quickly carried out, algorithm overfitting is avoided, and algorithm performance is improved; meanwhile, if the configuration or the driving configuration of the sensor of the mobile robot needs to be changed, the whole navigation control algorithm workflow does not need to be built again, and the corresponding component module is directly replaced, so that the method has good flexibility and universality.
The auxiliary type mobile robot navigation and control method based on the learning component can be applied to actual mobile robot control through complete workflow among the components, and can also be used for carrying out simulation test on the navigation control algorithm effect of the mobile robot by using a simulation environment; the method has good flexibility and universality, and can be conveniently applied to navigation control tasks of the auxiliary mobile robot carrying various sensor schemes and driving configurations. In the actual application process, the mobile robot can be controlled to perform a navigation task through a traditional control algorithm, and the navigation control based on reinforcement learning can also be performed through rapidly setting up a reinforcement learning environment. When the method is used, a path planning algorithm, a reward function construction method, a core learning algorithm module and the like can be changed in a modularized mode, various evaluation indexes of each algorithm can be monitored conveniently, and a reference algorithm used for comparison is established.
On the other hand, the navigation control learning component library provides a bottom layer control algorithm component containing a main flow control algorithm, so that performance comparison verification can be conveniently carried out on the learning algorithm.
Drawings
FIG. 1 is a general architecture of a learning component-based auxiliary mobile robot navigation control system according to an embodiment of the present invention;
FIG. 2 is a first construction method of a navigation control method of an auxiliary mobile robot based on a learning component according to an embodiment of the present invention;
FIG. 3 is a second construction method of a navigation control method of an auxiliary mobile robot based on a learning component according to an embodiment of the present invention;
FIG. 4 is a diagram of a comprehensive policy algorithm architecture in an embodiment of the present invention.
Detailed Description
The invention is further described with reference to the following figures and specific examples.
In one embodiment, an auxiliary mobile robot navigation control system based on a learning component library includes a pre-established learning component library for navigation control of an auxiliary mobile robot, where the learning component library includes: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component and a visualization component;
the initialization component is used for completing initialization of a state space and an action space corresponding to a specific mobile robot type and setting up a reward function;
The environment modeling component is used for reading and processing sensor data carried by the mobile robot, determining global position data of the positioning robot and establishing a virtual environment interacting with the mobile robot when a simulation task is performed;
the path planning component is used for providing a selectable path planning algorithm to realize optimal navigation path planning; the core algorithm component is used for providing a plurality of reinforcement learning algorithms for selection, so that the instruction of the output controller is used for finishing reinforcement learning closed-loop control; the optimization component is to provide a regularization method such that optimization of a reinforcement learning algorithm is achieved; the testing component is used for providing a selected perturbation method so as to test the performance of the reinforcement learning algorithm determined by the core algorithm component; the optimization component is used for providing a selected regularization algorithm to adjust selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm; the visualization component is used for visualizing the output numerical values of the core algorithm component and the test component.
The learning component library for navigation control is a computer database, and is a standardized computer software module for navigation control of the mobile robot. And the navigation control learning component library calls a pre-packaged algorithm and module according to the input information, and finally obtains the returned result of each component. The learning component library provided by the invention can be directly applied to the navigation control of an actual mobile robot, and can also take a core reinforcement learning algorithm as an upper control link in a control closed loop, so as to learn the complex behavior of the mobile robot and output the reference quantity of a bottom controller.
In the navigation control problem of tracking a planned path by a mobile robot, the components of the embodiment mainly have the following types:
the initialization component comprises an action space, a state space and a reward function design of the mobile robot with different driving configurations; the environment modeling component comprises various modules required for building an environment model; a path planning component comprising different path planning algorithms; the core algorithm component comprises different same strategies, different strategies and comprehensive strategy algorithms; the optimization component comprises a regularization module which improves the robustness and the generalization of a control algorithm and avoids overfitting; contains a test component for testing the performance of the algorithm. Including a visualization component that enables visualization of various performance parameters.
For example, in the path planning component, the environment information output by the previous environment modeling component is input, the position of the robot and the position of the target point are input, and the planned path can be obtained after a required path planning algorithm is selected.
For another example, in the core algorithm component, the selected algorithm type is input, the algorithm module is called to train, and the performance evaluation parameters in the training process are returned in real time for monitoring the algorithm performance in the training process.
In a specific embodiment, optionally, the initialization component mainly includes a state space design module, an action space design module, and a reward function design module. The environment modeling component mainly comprises a vision sensor processing module, a laser radar sensor processing module, a robot positioning sensor processing module and a reinforcement learning environment modeling module. The path planning component comprises a heuristic path planning module, an artificial potential field path planning module, a machine learning path planning module and the like. The core algorithm component comprises a same strategy algorithm module, a different strategy algorithm module and a comprehensive strategy algorithm module. The optimization component comprises a hyper-parameter optimization module, a regularization module and the like, wherein a commonly used regularization algorithm, such as an L1/L2 regularization algorithm, an entropy regularization algorithm, an early-stop algorithm and the like, is packaged in the regularization module, and can be added according to needs to improve the generalization performance of the reinforcement learning algorithm. The disturbance assembly comprises a dynamic obstacle disturbance module, a wind power disturbance module, a water flow disturbance module and the like. The visualization component comprises a learning curve visualization module, a navigation control error visualization module, an actuator numerical value visualization module and the like.
The invention provides various components in a learning component library, which are standardized computer software modules of a learning algorithm for navigation control of an auxiliary mobile robot. And calling the pre-packaged algorithm and module by each component according to the input information, and finally obtaining the returned result of each component. Based on the system architecture provided by the present invention, those skilled in the art can implement the construction of each component and the call between components by using the prior art according to the requirements of practical applications, that is, self-package an intelligent algorithm and convert it into a standard module, and add it into a component including a corresponding function. The components in the learning component library can interact with each other and can be called mutually.
The navigation control learning component library in this embodiment can be applied to actual mobile robot control through a complete workflow between components, and can also be used for performing simulation test on the navigation control algorithm effect of the mobile robot by using a simulation environment. When the mobile robot is subjected to simulation control, a virtual environment can be built through a reinforcement learning environment modeling module in the environment modeling assembly, a user can directly test the overall algorithm performance of a core algorithm library, and a reinforcement learning algorithm designed by the user can be butted, so that the building of an algorithm training environment is quickly completed. Meanwhile, the loss of time and hardware cost caused by direct training on the actual robot is avoided.
If the use scene is relatively simple, the method can be directly applied to actual mobile robot control, on one hand, the strategy network outputs the actuator instruction through the observed value of each sensor, and meanwhile, in order to prevent the actuator from being damaged, the threshold value of each actuator instruction is limited, and the safety in actual operation is ensured. On the other hand, the core reinforcement learning algorithm can be used as an upper control link in the closed control loop based on the navigation control learning component library, and is used for learning complex mobile robot behaviors and outputting the reference quantity of the bottom controller, so that the performance of the final algorithm is ensured by combining the advantages of reinforcement learning in the traditional closed loop controller.
Preferably, in the navigation control learning component library, parameter adjustment and algorithm selection of each component can be determined by a performance evaluation function of each component, and each performance evaluation function can be visualized through a visualization module, so that algorithm performance can be monitored and evaluated conveniently.
And in the path planning component, evaluating a final path planning result according to the time index and the energy consumption index.
Optionally, in the core algorithm component, the final navigation control effect is evaluated by a final learning curve, tracking accuracy and an actuator numerical variation curve.
Preferably, in the assembly, whether each module is used or not is determined by task requirements; and each module can be flexibly added, deleted and replaced according to different task conditions. For example, it is desirable to compare the navigation control effects of the depth certainty strategy gradient algorithm and the comprehensive strategy algorithm, and only the core algorithm component needs to be replaced and compared according to the final evaluation index.
In a second embodiment, on the basis of the first embodiment, the present embodiment provides an auxiliary mobile robot navigation control system based on a learning component library, and the system further includes: an underlying control algorithm component for providing a baseline component as a comparison to a reinforcement learning algorithm. The bottom layer control algorithm component is an optional component and comprises a plurality of common control algorithm modules, and the component is mainly used as a comparison reference or matched with a core algorithm component to construct a navigation control closed-loop system. The bottom layer control algorithm component can be directly used for providing a reference component for comparison with a reinforcement learning algorithm on one hand, and can be combined with an upper layer reinforcement learning algorithm on the other hand to build a closed-loop control reinforcement learning system from a state directly to an actuator instruction. And (3) taking the reinforcement learning output (x, y, psi.) upper layer command as an input of a controller, and the controller outputs an actuator command for tracking by calling a bottom layer control algorithm component. The hierarchical architecture can effectively reduce the data latitude of reinforcement learning and improve the efficiency.
The third embodiment provides an auxiliary mobile robot navigation control system (as shown in fig. 3) based on a learning component library, where the core component library includes a same policy module, a different policy module, and a comprehensive policy module, the same policy module is used for encapsulating a reinforcement learning algorithm of the same policy, and the different policy is used for encapsulating a reinforcement learning algorithm of the different policy; the comprehensive strategy module is used for packaging a comprehensive strategy algorithm, and the comprehensive strategy algorithm is a data-driven strengthening algorithm for synthesizing the same strategy and the different strategies.
In the conventional navigation control method, feature extraction, fusion and state estimation are performed on data read by a sensor, and then actuator control on the bottom layer or task control on the upper layer is performed. The method has some limitations to limit the application of the mobile robot in complex scenes, such as feedback linearization control, linear quadratic control, model prediction control, backstepping control and the like. For example, it is difficult to accurately describe the dynamics of a complex system for the linearization of a motion model; in addition, some non-linear control methods rely on an accurate mathematical physical model of a controlled object, which often requires a large amount of prior knowledge and expert experience, and the design process of the controller is tedious and time-consuming. With the rapid development of artificial intelligence technology, deep reinforcement learning is widely applied in the field of intelligent agent control, complicated data processing procedures are directly avoided based on the control of the deep reinforcement learning, and actions to be executed are directly output through a strategy network according to the observed values of sensors. However, the conventional deep reinforcement learning algorithm still has the following problems in terms of robot control: 1. the mainstream reinforcement learning algorithm with the same strategy has strong adaptability to environmental changes, but depends on a large amount of real-time data, so that huge computing resources are required to be consumed, and the convergence rate is slow; 2. although the reinforcement learning algorithm of the different strategies has better calculation efficiency, the reinforcement learning algorithm has weak adaptability to environmental changes due to repeated sampling of original state sequence data; 3. the algorithm tends to be overfitting to a specific task and is weak in generalization ability.
By providing the comprehensive strategy algorithm, the embodiment realizes the advantages of the comprehensive same strategy and different strategy algorithms and can improve the generalization capability of the reinforcement learning control algorithm. The comprehensive strategy algorithm comprises the following steps: the adaptive capacity of the reinforcement learning algorithm is optimized by feeding back the new learned strategy to the mobile robot system in time and collecting specific system data; meanwhile, the original characteristics of the system are considered, the data collected again is combined with the experience data played back in the past, and the reinforcement learning algorithm is finally determined through learning again. The concrete description is as follows:
the comprehensive strategy algorithm architecture diagram in this embodiment is described in fig. 4. The mainstream reinforcement learning algorithm is based on the same strategy or different strategies, and both the two methods have the above problems, and the comprehensive strategy algorithm provided by the embodiment combines the advantages of the two methods, which are specifically described as follows:
for example, the most typical abnormal strategy reinforcement Learning algorithm, Q-Learning, the update process of the Q value of the action state is as follows:
Figure 52059DEST_PATH_IMAGE002
Figure 765937DEST_PATH_IMAGE004
wherein R(s) is a reward function and (s ', a') is an optimal state action pair; the algorithm always uses the optimal Q value to select the optimal action when calculating the expected profit for the next state, but the current strategy does not necessarily select the optimal action, so it does not care what the strategy is. The strategy for generating the sample is different from the strategy during learning, and is called a different strategy mechanism. The different strategies have the advantages that the global optimum can be obtained, the general performance is strong, but the training process is tortuous, and the convergence speed is low.
For another example, the most typical reinforcement learning algorithm with the same strategy, SARSA algorithm, the Q value updating process is as follows
Figure 358724DEST_PATH_IMAGE006
Figure 816250DEST_PATH_IMAGE008
It can be found that the strategy used in updating the network parameters is the same as the strategy used in generating the samples in the typical strategy reinforcement learning algorithm, which is relatively direct and has a fast calculation speed, but because the strategy only utilizes the currently known optimal selection, the optimal solution may not be learned, and the strategy falls into local optimization.
The comprehensive strategy algorithm encapsulated by the comprehensive strategy module in the embodiment is established on the basis of the two strategy algorithms, and the main flow is as follows:
s41, initializing operation such as state and action; s42, executing initial action, and filling an experience pool similar to different strategy algorithms such as DQN and the like;
s43 reinforcement learning algorithm theme part, carries on strategy evaluation and strategy optimization, and judges whether convergence is reached through S44, if not, then, S45 is carried out, the difference of the comprehensive strategy algorithm except that the experience pool filling is carried out after the reward is obtained by the normal execution action, the specific data is extracted from the last state sequence and filled into the experience pool to form new sampling data, and then the above steps are repeated again until convergence, thus not only reducing the correlation degree between the data, but also utilizing the previous useful data, combining the algorithm advantages of different strategies and the same strategies, thus improving the convergence performance.
Through the comprehensive strategy module provided by the core algorithm component provided by the embodiment, compared with a different strategy algorithm, the comprehensive strategy module has stronger adaptability to the change of the environment through a comprehensive strategy mechanism; on the other hand, compared with the same strategy algorithm, the method has better calculation efficiency and convergence performance.
The comprehensive strategy module of the embodiment integrates a data-driven reinforcement learning algorithm of a comprehensive strategy, so that the method can be applied to not only general auxiliary mobile robot application scenes, but also complex scenes with strong nonlinearity and environment change. Meanwhile, the stability, robustness and generalization capability of the algorithm can be conveniently tested through the testing component, and the algorithm can be conveniently adjusted to be optimized by optimizing the linkage of the component.
Other features and advantages of the present invention will become more apparent from the detailed description of the embodiments of the present invention when taken in conjunction with the accompanying drawings.
As can be seen from fig. 1, the auxiliary mobile robot navigation control system based on the learning component library has eight components in total, and S11 is an initialization component, which includes an S111 state space design module, an S112 behavior space design module, and an S113 reward function design module; the state space design and the behavior space design are the first steps in the reinforcement learning workflow, and can be designed into discrete space or continuous space according to task requirements; the reward function design needs to be carried out by combining a specific path planning route, and the reward function design mainly comprises the forms of final state reward, single step reward, continuous reward, nonlinear reward and the like.
S12 is an environment modeling component, which comprises an S121 sensor data processing module, an S122 mobile robot positioning module and an S123 reinforcement learning environment modeling module; the sensor data processing module is used for reading and processing sensor data carried by the mobile robot, for example, for a visual sensor, observation information can be enhanced through processing algorithms such as noise reduction and defogging; the mobile robot positioning module is used for positioning the global position of the robot in real time; the reinforcement learning environment modeling module is used for establishing a virtual environment interacting with the intelligent agent when a simulation task is carried out.
S13 is a path planning component, aiming at planning an optimal moving path of the mobile robot in real time according to the requirements of target tasks by utilizing environmental information; the system mainly comprises a plurality of commonly used path planning algorithm modules, such as a heuristic path planning module of S131, an artificial potential field path planning module of S132, a machine learning path planning module of S133 and the like.
The S14 is a core algorithm component which mainly comprises three modules, namely an S141 same-strategy algorithm module, an S142 different-strategy algorithm module and an S143 comprehensive strategy algorithm module, and the component comprises the encapsulation of various reinforcement learning algorithms and integrates a data-driven comprehensive strategy reinforcement learning algorithm which combines the advantages of the same strategy and the different strategies for processing the task scene with strong nonlinearity and strong adaptability to the environmental change.
S15 is a visualization component, which includes an S151 path planning visualization module, an S152 learning curve visualization module, an S153 navigation control error visualization module, and an S154 actuator numerical visualization module.
S16 is an optimization component and is mainly used for optimizing the stability and robustness of the algorithm and improving the generalization capability; for example, an S161 parameter optimization module, an S162 regularization module, etc. are included.
S17 is a testing component which tests the performance of the algorithm by adding disturbance to the environment, such as S171 dynamic obstacle module, S172 wind disturbance module, S173 water disturbance module, etc.
S18 is a bottom layer control algorithm component which can be used as a reference component for comparison with a reinforcement learning algorithm, can be directly used for actual mobile robot control, and can also be used for improving the algorithm performance of an actual mobile robot by being combined with the reinforcement learning algorithm component; the system mainly comprises an S181 linear quadratic optimization control module, an S182 model prediction control module and an S183 feedback linearization control module.
In a fourth embodiment, a method for controlling navigation of an auxiliary mobile robot based on a learning component library is based on a system for controlling navigation of an auxiliary mobile robot based on a learning component library, where the method includes: establishing a navigation control learning component library for the auxiliary mobile robot; selecting state spaces and action spaces corresponding to different mobile robot types from the initialization component according to the characteristics of different auxiliary mobile robot driving configurations, sensor schemes and the like; according to the real use scene requirements, a simulation environment is constructed, a required path planning algorithm is selected, and an optimal navigation path is planned; setting up a reward function according to the characteristics of the actual task; selecting one of the same strategy, different strategies or a comprehensive strategy algorithm combining the advantages of the same strategy and the different strategies as a learning algorithm from the algorithm component, and configuring the hyper-parameters of the algorithm; selecting a required regularization method from the optimization component according to the condition of using scene disturbance; checking the training effect, and automatically adding a disturbance component according to the requirements of the use scene to test the stability, robustness and generalization capability of the selected algorithm; the optimization component can be used to adjust the primary component parameters to improve the navigation control algorithm performance according to the control requirements.
The method provided by the embodiment is directly based on a core algorithm component of the learning component library and directly outputs a controller instruction. This is described below with reference to figure 2 of the specification. This example will be described by taking as an example a mobile disinfection robot equipped with a vision sensor, a laser radar sensor, and a positioning sensor, which autonomously moves to a target position and disinfects in an indoor public place.
As shown in fig. 2, the present invention directly outputs controller instructions through the core algorithm component of the learning component library to complete the construction steps of the reinforcement learning closed-loop control:
step S21, according to the chassis configuration and driving mode of the mobile disinfection robot, combining with a motion model, initializing the state space and the action space of the robot by utilizing a pre-constructed environment modeling component;
step S22, two situations are divided, one is that the simulation research of the navigation control algorithm of the disinfection robot is carried out, and at the moment, the next step can be carried out only by establishing a reinforcement learning environment according to the motion model;
If the method is applied to an actual control scene, the sensor data processing module and the positioning module need to be called to obtain the environment information and the state observation value of the disinfection mobile robot, and simultaneously obtain a positioning signal and update the state information;
step S23, obtaining the relative position of the barrier and the self position of the disinfection mobile robot through an environment modeling component according to the environment information, and calling a path planning component by using a pre-constructed path planning component to obtain an optimal path;
step 24-A, adjusting a reward function of a navigation control algorithm set up according to the environment modeling component according to a path planning result;
step 24-B, combining the defined action space, state space, reward function and reinforcement learning environment, selecting a core algorithm module from a pre-constructed core algorithm group to select and determine a reinforcement learning algorithm, training, and finishing reinforcement learning closed-loop control through a bottom layer control module or directly outputting a controller instruction;
step S25, which is an optional step, selecting a mainstream control algorithm reference for final comparison using the bottom layer control algorithm component;
step S26 is to test and evaluate S24, for example, in a simulation environment, the behavior of the disinfection robot when encountering a pedestrian can be tested by testing the component dynamic barrier module;
S27, whether the navigation control effect meets the requirement is verified, otherwise, the reinforcement learning algorithm determined by the core algorithm component can be optimized through the optimization component, and the task execution effect is improved.
In the same task, S24-S28 are repeatedly performed until the sterilizing mobile robot obtains a desired execution effect in the navigation control task. And the visualization component is used for realizing visualization of the output values of the core algorithm component and the test component so as to monitor the learning training process in real time.
An embodiment six provides an auxiliary mobile robot navigation control method based on a learning component library, and based on the auxiliary mobile robot navigation control system based on the learning component library provided by the embodiment three, as shown in fig. 3, the invention provides a construction step in which a core algorithm of the learning component library is combined with a traditional control method to construct a closed-loop control learning component system:
step S31, initializing the state space and the action space of the robot by using a pre-constructed initialization component;
step S32, invoking an environment modeling component to obtain sensor data carried by the mobile robot and global position data where the mobile robot is located (optionally, the environment modeling component includes a sensor data processing module and a mobile robot positioning module, the sensor data carried by the mobile robot is obtained through the sensor data processing module, and the global position data where the mobile robot is located is obtained through the mobile robot positioning module);
Step S33, combining task requirements, designing a reward function by utilizing an environment modeling component, determining a core algorithm through a core algorithm component, and concentrating on learning a motion strategy of the mobile robot by inputting an observation value as reference input of a traditional controller;
step S34 and step S35, adding a traditional controller, constructing a navigation control closed loop, combining a bottom-layer control algorithm component or directly outputting a controller instruction, obtaining the current mobile robot information through an environment modeling module again after executing the instruction, and repeating the steps to complete the reinforcement learning closed loop control;
meanwhile, the test component is used for carrying out algorithm evaluation and test, and feeding back the state observation value output by the sensor processing module in real time; step S36, determining whether the control requirement is met;
and step S37, on the basis of the previous step, if the optimization needs to be continued, calling an optimization component to perform parameter optimization and regularization to perform algorithm optimization, and improving the task execution effect.
Also, S33-S38 are repeatedly performed until the sterilizing mobile robot obtains a desired execution effect in the navigation control task. And visualizing the output numerical values of the core algorithm component and the test component by utilizing the visualization component.
The method for combining the bottom layer control algorithm components comprises the following steps: and (3) taking the reinforcement learning output (x, y, psi.) upper layer command as an input of a controller, and the controller outputs an actuator command for tracking by calling a bottom layer control algorithm component. The hierarchical architecture can effectively reduce the data latitude of reinforcement learning and improve the efficiency. The algorithms in which the underlying control algorithm components are encapsulated may include LQR, PID, MPC, or Backstepping.
In addition, it should be additionally noted that, compared with the first method, in the second construction method, the bottom layer control component in fig. 2 is only used as a link for comparing performance, and the bottom layer control algorithm component in fig. 3 is used as a loop in the whole learning closed loop for outputting a bottom layer control instruction, so that the advantages of traditional control and reinforcement learning can be combined, the dimensions of a state space and an action space are reduced, the reinforcement learning is concentrated on learning a complex behavior strategy, and the advantages of a traditional mainstream control algorithm are combined, so that the stability and the algorithm performance of the algorithm are improved, but on the other hand, the traditional control algorithm is introduced, so that the overall algorithm complexity is increased. In particular, with the components in the control learning component library, a variety of closed-loop learning control systems other than the two above can be constructed as required by the task.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. An auxiliary type mobile robot navigation control system based on a learning component library is characterized by comprising the learning component library, wherein the learning component library comprises: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component and a visualization component; the initialization component is used for completing initialization of a state space and an action space corresponding to a specific mobile robot type and setting up a reward function; the environment modeling component is used for reading and processing sensor data carried by the mobile robot, determining global position data of the positioning robot and establishing a virtual environment interacting with the mobile robot when a simulation task is performed; the path planning component is used for providing a selectable path planning algorithm to realize an optimal navigation path; the core algorithm component is used for providing a reinforcement learning algorithm with a plurality of strategies, so that the instruction of the output controller is used for finishing the reinforcement learning closed-loop control; the testing component is used for providing a disturbance method in a simulation environment for selection so as to test the performance of the reinforcement learning algorithm determined by the core algorithm component; the optimization component is used for providing a selected optimization algorithm to adjust the selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm; the visualization component is used for visualizing the output values of the core algorithm component and the test component during simulation or actual learning tasks.
2. The system of claim 1, wherein the core component library comprises a same strategy module, a different strategy module and a comprehensive strategy module, the same strategy module is used for encapsulating reinforcement learning algorithms of the same strategy, and the different strategy module is used for encapsulating reinforcement learning algorithms of the different strategies; the comprehensive strategy module is used for packaging a comprehensive strategy algorithm, and the comprehensive strategy algorithm is a data-driven strengthening algorithm for synthesizing the same strategy and the different strategies.
3. The system of claim 2, wherein the integrated strategy algorithm comprises: the new learning strategy is fed back to the mobile robot system, and specific system data is collected to optimize the adaptability of the reinforcement learning algorithm; and combining the newly collected data with the experience data played back in the past, and learning again to finally determine the reinforcement learning algorithm.
4. The system of claim 1, wherein the system further comprises: the bottom layer control algorithm component can be directly used for providing a reference component for comparison with the reinforcement learning algorithm, and can also be combined with the upper layer reinforcement learning algorithm to build a closed-loop control reinforcement learning system from a state directly to an actuator instruction.
5. The system of claim 1, wherein the environment modeling component comprises: the system comprises a sensor data processing module, a mobile robot positioning module and a reinforcement learning environment modeling module, wherein the sensor data processing module is used for reading and processing sensor data carried by a mobile robot, and the mobile robot positioning module is used for positioning global position data of the robot in real time; the reinforcement learning environment modeling module is used for establishing a virtual environment interacting with the mobile robot when a simulation task is carried out.
6. A learning component library-based auxiliary mobile robot navigation control system as claimed in claim 1 wherein the optimization component provides alternative optimization algorithms including regularization algorithms L1 and L2, entropy regularization algorithms and/or early stop algorithms.
7. The navigation control system of an auxiliary mobile robot based on a learning component library as claimed in claim 1, wherein the path planning component and the core algorithm component are respectively provided with a performance evaluation function module for providing a performance evaluation function to realize performance evaluation of parameter adjustment and algorithm selection of the path planning component and the core algorithm component.
8. An auxiliary mobile robot navigation control method based on a learning component library is characterized in that the method is based on an auxiliary mobile robot navigation control system of the learning component library; the system includes a learning component library, the learning component library including: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component, a visualization component and a bottom control algorithm component; the initialization component is used for completing initialization of a state space and an action space corresponding to a specific mobile robot type and setting up a reward function; the environment modeling component is used for reading and processing sensor data carried by the mobile robot, determining global position data of the positioning robot and establishing a virtual environment interacting with the mobile robot when a simulation task is performed; the path planning component is used for providing a selectable path planning algorithm to realize optimal navigation path planning; the core algorithm component is used for providing a plurality of reinforcement learning algorithms for selection, so that the instruction of the output controller is used for finishing reinforcement learning closed-loop control; the test component is used for providing a selected perturbation method for performance test under different working conditions so as to test the performance of the reinforcement learning algorithm determined by the core algorithm component; the optimization component is used for providing a selected optimization algorithm to adjust the selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm; the visualization component is used for visualizing the output numerical values of the core algorithm component and the test component; the underlying control algorithm component is used for providing a benchmark component which is compared with a reinforcement learning algorithm;
The method comprises the following steps:
selecting a state space and an action space corresponding to a specific mobile robot type from a pre-constructed initialization component, and setting a reinforcement learning reward function to complete initialization;
constructing a reinforcement learning simulation environment by utilizing a pre-constructed environment modeling component; acquiring the relative position of the barrier and the position of the mobile robot through an environment modeling component, and selecting a required path planning algorithm by utilizing a pre-constructed path planning component to plan an optimal navigation path; adjusting a reward function of a navigation control algorithm according to a path planning result;
selecting and determining a reinforcement learning algorithm from a pre-constructed core algorithm component, combining a defined action space, a state space, a reward function and a reinforcement learning simulation environment, and selecting a core algorithm module for training; the bottom layer control module or the controller instruction is directly output to act, then the relative position of the barrier and the position of the mobile robot are obtained through the environment modeling component again, and the steps are repeated to complete the reinforcement learning closed-loop control;
selecting a perturbation method from the test component, and testing the performance of the reinforcement learning algorithm selected and determined from the core algorithm component;
Selecting and determining an optimization algorithm from the optimization components to adjust selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm;
and the visualization component is used for realizing visualization of the output values of the core algorithm component and the test component so as to monitor the learning training process in real time.
9. A method for controlling navigation of an auxiliary mobile robot based on a learning component library, wherein the method is based on a system for controlling navigation of an auxiliary mobile robot based on a learning component library, the system comprises a learning component library, and the learning component library comprises: the system comprises an initialization component, an environment modeling component, a path planning component, a core algorithm component, a testing component, an optimization component, a visualization component and a bottom control algorithm component; the initialization component is used for completing initialization of a state space and an action space corresponding to a specific mobile robot type and setting up a reward function; the environment modeling component is used for reading and processing sensor data carried by the mobile robot, determining global position data of the positioning robot and establishing a virtual environment interacting with the mobile robot when a simulation task is performed; the path planning component is used for providing a selectable path planning algorithm to realize optimal navigation path planning; the core algorithm component is used for providing a plurality of reinforcement learning algorithms for selection, so that the instruction of the output controller is used for finishing reinforcement learning closed-loop control; the optimization component is configured to provide an optimization method to enable optimization of a reinforcement learning algorithm; the test component is used for providing a selected perturbation method for performance test under different working conditions so as to test the performance of the reinforcement learning algorithm determined by the core algorithm component; the optimization component is used for providing a selected optimization algorithm to adjust the selected parameters of the reinforcement learning algorithm determined by the core algorithm component so as to improve the performance of the navigation control algorithm; the visualization component is used for visualizing the output numerical values of the core algorithm component and the test component; the underlying control algorithm component is used to provide a baseline component as a comparison to a reinforcement learning algorithm
The method comprises the following steps:
selecting a state space and an action space corresponding to a specific mobile robot type from a pre-constructed initialization component, and setting a reinforcement learning reward function to complete initialization;
calling an environment modeling component to obtain sensor data carried by the mobile robot and global position data where the mobile robot is located;
combining the defined action space, state space, reward function, sensor data carried by the mobile robot and global position data of the mobile robot, selecting and determining a reinforcement learning algorithm from a pre-constructed core algorithm component, combining a bottom control algorithm component or directly outputting a controller instruction, obtaining current mobile robot information through an environment modeling module again after executing the instruction, and repeating the steps to complete reinforcement learning closed-loop control;
selecting a disturbance method from the test assembly, performing algorithm evaluation and test by using the test assembly, feeding back an output state observation value of the sensor processing module in real time, and judging whether the control requirement is met;
selecting and determining an optimization algorithm from the optimization component, and adjusting the selected parameters of the reinforcement learning algorithm determined by the core algorithm component until the mobile robot obtains a preset execution effect in the navigation control task;
And visualizing the output numerical values of the core algorithm component and the test component by utilizing the visualization component.
10. The navigation control method for the auxiliary mobile robot based on the learning component library of claim 9, wherein performance evaluation function modules are respectively arranged in the path planning component and the core algorithm component, the method further comprises the steps of determining a performance evaluation function by using the performance evaluation function modules, performing performance evaluation on parameter adjustment and algorithm selection of the path planning component and the core algorithm component, and visualizing the evaluation result of the performance evaluation function by using the visualization component.
CN202010522452.1A 2020-06-10 2020-06-10 Auxiliary mobile robot navigation control system and method based on learning component library Active CN111857107B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010522452.1A CN111857107B (en) 2020-06-10 2020-06-10 Auxiliary mobile robot navigation control system and method based on learning component library

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010522452.1A CN111857107B (en) 2020-06-10 2020-06-10 Auxiliary mobile robot navigation control system and method based on learning component library

Publications (2)

Publication Number Publication Date
CN111857107A true CN111857107A (en) 2020-10-30
CN111857107B CN111857107B (en) 2021-08-31

Family

ID=72987572

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010522452.1A Active CN111857107B (en) 2020-06-10 2020-06-10 Auxiliary mobile robot navigation control system and method based on learning component library

Country Status (1)

Country Link
CN (1) CN111857107B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948100A (en) * 2021-05-13 2021-06-11 南京宇天智云仿真技术有限公司 Multi-moving-body simulation system
CN113365370A (en) * 2021-05-24 2021-09-07 内蒙古工业大学 Intelligent mobile system based on LoRa technique
CN114858158A (en) * 2022-04-26 2022-08-05 河南省吉立达机器人有限公司 Mobile robot repositioning method based on deep learning
CN115016503A (en) * 2022-07-12 2022-09-06 阜阳莱陆智能科技有限公司 Scene simulation test system and device for disinfection robot
CN116540701A (en) * 2023-04-19 2023-08-04 广州里工实业有限公司 Path planning method, system, device and storage medium
CN117114088A (en) * 2023-10-17 2023-11-24 安徽大学 Deep reinforcement learning intelligent decision platform based on unified AI framework

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799179A (en) * 2012-07-06 2012-11-28 山东大学 Mobile robot path planning algorithm based on single-chain sequential backtracking Q-learning
US20180012137A1 (en) * 2015-11-24 2018-01-11 The Research Foundation for the State University New York Approximate value iteration with complex returns by bounding
CN109255443A (en) * 2018-08-07 2019-01-22 阿里巴巴集团控股有限公司 The method and device of training deeply learning model
CN109407676A (en) * 2018-12-20 2019-03-01 哈尔滨工业大学 The moving robot obstacle avoiding method learnt based on DoubleDQN network and deeply
KR20190041840A (en) * 2017-10-13 2019-04-23 네이버랩스 주식회사 Controlling mobile robot based on asynchronous target classification
CN109782600A (en) * 2019-01-25 2019-05-21 东华大学 A method of autonomous mobile robot navigation system is established by virtual environment
CN110658816A (en) * 2019-09-27 2020-01-07 东南大学 Mobile robot navigation and control method based on intelligent assembly
CN110764415A (en) * 2019-10-31 2020-02-07 清华大学深圳国际研究生院 Gait planning method for leg movement of quadruped robot

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102799179A (en) * 2012-07-06 2012-11-28 山东大学 Mobile robot path planning algorithm based on single-chain sequential backtracking Q-learning
US20180012137A1 (en) * 2015-11-24 2018-01-11 The Research Foundation for the State University New York Approximate value iteration with complex returns by bounding
KR20190041840A (en) * 2017-10-13 2019-04-23 네이버랩스 주식회사 Controlling mobile robot based on asynchronous target classification
CN109255443A (en) * 2018-08-07 2019-01-22 阿里巴巴集团控股有限公司 The method and device of training deeply learning model
CN109407676A (en) * 2018-12-20 2019-03-01 哈尔滨工业大学 The moving robot obstacle avoiding method learnt based on DoubleDQN network and deeply
CN109782600A (en) * 2019-01-25 2019-05-21 东华大学 A method of autonomous mobile robot navigation system is established by virtual environment
CN110658816A (en) * 2019-09-27 2020-01-07 东南大学 Mobile robot navigation and control method based on intelligent assembly
CN110764415A (en) * 2019-10-31 2020-02-07 清华大学深圳国际研究生院 Gait planning method for leg movement of quadruped robot

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YIN-HAO WANG等: "Backward Q-learning : The combination of Sarsa algorithm and Q-learning", 《ENGINEERING APPLICATIONSOFARTIFICIAL INTELLIGENCE》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948100A (en) * 2021-05-13 2021-06-11 南京宇天智云仿真技术有限公司 Multi-moving-body simulation system
CN113365370A (en) * 2021-05-24 2021-09-07 内蒙古工业大学 Intelligent mobile system based on LoRa technique
CN114858158A (en) * 2022-04-26 2022-08-05 河南省吉立达机器人有限公司 Mobile robot repositioning method based on deep learning
CN115016503A (en) * 2022-07-12 2022-09-06 阜阳莱陆智能科技有限公司 Scene simulation test system and device for disinfection robot
CN116540701A (en) * 2023-04-19 2023-08-04 广州里工实业有限公司 Path planning method, system, device and storage medium
CN116540701B (en) * 2023-04-19 2024-03-05 广州里工实业有限公司 Path planning method, system, device and storage medium
CN117114088A (en) * 2023-10-17 2023-11-24 安徽大学 Deep reinforcement learning intelligent decision platform based on unified AI framework
CN117114088B (en) * 2023-10-17 2024-01-19 安徽大学 Deep reinforcement learning intelligent decision platform based on unified AI framework

Also Published As

Publication number Publication date
CN111857107B (en) 2021-08-31

Similar Documents

Publication Publication Date Title
CN111857107B (en) Auxiliary mobile robot navigation control system and method based on learning component library
Marchesini et al. Discrete deep reinforcement learning for mapless navigation
Wen et al. Path planning for active SLAM based on deep reinforcement learning under unknown environments
US20220326664A1 (en) Improved machine learning for technical systems
Di Mario et al. A comparison of PSO and reinforcement learning for multi-robot obstacle avoidance
Zhao et al. TaskNet: A neural task planner for autonomous excavator
Liu et al. Robotic navigation based on experiences and predictive map inspired by spatial cognition
Marah et al. An architecture for intelligent agent-based digital twin for cyber-physical systems
Gray et al. Advanced robotics & intelligent machines
Seward et al. Safe and effective navigation of autonomous robots in hazardous environments
Chen et al. Learning trajectories for visual-inertial system calibration via model-based heuristic deep reinforcement learning
Zou et al. A neurobiologically inspired mapping and navigating framework for mobile robots
Lidard et al. Risk-Calibrated Human-Robot Interaction via Set-Valued Intent Prediction
Cubuktepe et al. Shared control with human trust and workload models
Nasrallah et al. Elevating Mobile Robotics: Pioneering Applications of Artificial Intelligence and Machine Learning.
Patel et al. Dream: Decentralized reinforcement learning for exploration and efficient energy management in multi-robot systems
WO2017195257A1 (en) Electronic control device and method for building numerical model
RU2816639C1 (en) Method for creating controllers for controlling walking robots based on reinforcement learning
Yousefi et al. Hierarchical Planning and Policy Shaping Shared Autonomy for Articulated Robots
Vougioukas et al. Combining reactive and deterministic behaviours for mobile agricultural robots
CN116619349B (en) Strategy network training method, robot control method, device and equipment
Dettmann et al. Towards lifelong learning of optimal control for kinematically complex robots
Marco-Valle Bayesian Optimization in Robot Learning-Automatic Controller Tuning and Sample-Efficient Methods
Parasuraman et al. Behaviour based mobile robot navigation technique using AI system: Experimental investigation on active media pioneer robot
Christiansen Co-modelling of Agricultural Robotic Systems

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant