首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 15 毫秒
1.
The design of fuzzy controllers for the implementation of behaviors in mobile robotics is a complex and highly time-consuming task. The use of machine learning techniques such as evolutionary algorithms or artificial neural networks for the learning of these controllers allows to automate the design process. In this paper, the automated design of a fuzzy controller using genetic algorithms for the implementation of the wall-following behavior in a mobile robot is described. The algorithm is based on the iterative rule learning approach, and is characterized by three main points. First, learning has no restrictions neither in the number of membership functions, nor in their values. In the second place, the training set is composed of a set of examples uniformly distributed along the universe of discourse of the variables. This warrantees that the quality of the learned behavior does not depend on the environment, and also that the robot will be capable to face different situations. Finally, the trade off between the number of rules and the quality/accuracy of the controller can be adjusted selecting the value of a parameter. Once the knowledge base has been learned, a process for its reduction and tuning is applied, increasing the cooperation between rules and reducing its number.  相似文献   

2.
Expert and intelligent systems are being developed to control many technological systems including mobile robots. However, the PID (Proportional-Integral-Derivative) controller is a fast low-level control strategy widely used in many control engineering tasks. Classic control theory has contributed with different tuning methods to obtain the gains of PID controllers for specific operation conditions. Nevertheless, when the system is not fully known and the operative conditions are variable and not previously known, classical techniques are not entirely suitable for the PID tuning. To overcome these drawbacks many adaptive approaches have been arisen, mainly from the field of artificial intelligent. In this work, we propose an incremental Q-learning strategy for adaptive PID control. In order to improve the learning efficiency we define a temporal memory into the learning process. While the memory remains invariant, a non-uniform specialization process is carried out generating new limited subspaces of learning. An implementation on a real mobile robot demonstrates the applicability of the proposed approach for a real-time simultaneous tuning of multiples adaptive PID controllers for a real system operating under variable conditions in a real environment.  相似文献   

3.
This paper presents a methodology for the design of fuzzy controllers with good interpretability in mobile robotics. It is composed of a technique to automatically generate a training data set plus an efficient algorithm to learn fuzzy controllers. The proposed approach obtains a highly interpretable knowledge base in a very reduced time, and the designer only has to define the number of membership functions and the universe of discourse of each variable, together with a scoring function. In addition, the learned fuzzy controllers are general because the training set is composed of a number of automatically generated examples that cover the universe of discourse of each variable uniformly and with a predefined precision. The methodology has been applied to the design of a wall-following and moving object following behavior. Several tests in simulated environments using the Nomad 200 robot software and a comparison with another learning method show the performance and advantages of the proposed approach.  相似文献   

4.
In this paper the harmony search (HS) algorithm and Lyapunov theory are hybridized together to design a stable adaptive fuzzy tracking control strategy for vision-based navigation of autonomous mobile robots. The proposed variant of HS algorithm, with complete dynamic harmony memory (named here as DyHS algorithm), is utilized to design two self-adaptive fuzzy controllers, for $x$ -direction and $y$ -direction movements of a mobile robot. These fuzzy controllers are optimized, both in their structures and free parameters, such that they can guarantee desired stability and simultaneously they can provide satisfactory tracking performance for the vision-based navigation of mobile robots. In addition, the concurrent and preferential combinations of global-search capability, utilizing DyHS algorithm, and Lyapunov theory-based local search method, are employed simultaneously to provide a high degree of automation in the controller design process. The proposed schemes have been implemented in both simulation and real-life experiments. The results demonstrate the usefulness of the proposed design strategy and shows overall comparable performances, when compared with two other competing stochastic optimization algorithms, namely, genetic algorithm and particle swarm optimization.  相似文献   

5.
In this paper an adaptive fuzzy variable structure control (kinematic control) integrated with a proportional plus derivative control (dynamic control) is proposed as a robust solution to the trajectory tracking control problem for a differential wheeled mobile robot. The variable structure controller, based on the sliding mode theory, is a well known, proven control method, fit to deal with uncertainties and disturbances (e.g., structural and parameter uncertainties, external disturbances and operating limitations). To minimize the problems found in practical implementations of the classical variable structure controllers, an adaptive fuzzy logic controller replaces the discontinuous portion of the control signals (avoiding the chattering), causing the loss of invariance, but still ensuring the robustness to uncertainties and disturbances without having any a priori knowledge of their boundaries. Moreover, the adaptive fuzzy logic controller is a feasible tool to approximate any real continuous nonlinear system to arbitrary accuracy, and has a simple structure by using triangular membership functions, a low number of rules that must be evaluated, resulting in a lower computational load for execution, making it feasible for real time implementation. Stability analysis and the convergence of tracking errors as well as the adaptation laws are guaranteed with basis on the Lyapunov theory. Simulation and experimental results are explored to show the verification and validation of the proposed control strategy.  相似文献   

6.
This paper proposes a hybrid approach for the design of adaptive fuzzy controllers (FCs) in which two learning algorithms with different characteristics are merged together to obtain an improved method. The approach combines a genetic algorithm (GA), devised to optimize all the configuration parameters of the FC, including the number of membership functions and rules, and a Lyapunov-based adaptation law performing a local tuning of the output singletons of the controller, and guaranteeing the stability of each new controller investigated by the GA. The effectiveness of the proposed method is confirmed using both numerical simulations on a known case study and experiments on a nonlinear hardware benchmark.  相似文献   

7.
The automatic design of controllers for mobile robots usually requires two stages. In the first stage, sensorial data are preprocessed or transformed into high level and meaningful values of variables which are usually defined from expert knowledge. In the second stage, a machine learning technique is applied to obtain a controller that maps these high level variables to the control commands that are actually sent to the robot. This paper describes an algorithm that is able to embed the preprocessing stage into the learning stage in order to get controllers directly starting from sensorial raw data with no expert knowledge involved. Due to the high dimensionality of the sensorial data, this approach uses Quantified Fuzzy Rules (QFRs), that are able to transform low-level input variables into high-level input variables, reducing the dimensionality through summarization. The proposed learning algorithm, called Iterative Quantified Fuzzy Rule Learning (IQFRL), is based on genetic programming. IQFRL is able to learn rules with different structures, and can manage linguistic variables with multiple granularities. The algorithm has been tested with the implementation of the wall-following behavior both in several realistic simulated environments with different complexity and on a Pioneer 3-AT robot in two real environments. Results have been compared with several well-known learning algorithms combined with different data preprocessing techniques, showing that IQFRL exhibits a better and statistically significant performance. Moreover, three real world applications for which IQFRL plays a central role are also presented: path and object tracking with static and moving obstacles avoidance.  相似文献   

8.
In this paper, we propose a novel fuzzy logic controller, called linguistic hedge fuzzy logic controller, to simplify the membership function constructions and the rule developments. The design methodology of linguistic hedge fuzzy logic controller is a hybrid model based on the concepts of the linguistic hedges and the genetic algorithms. The linguistic hedge operators are used to adjust the shape of the system membership functions dynamically, and ran speed up the control result to fit the system demand. The genetic algorithms are adopted to search the optimal linguistic hedge combination in the linguistic hedge module, According to the proposed methodology, the linguistic hedge fuzzy logic controller has the following advantages: 1) it needs only the simple-shape membership functions rather than the carefully designed ones for characterizing the related variables; 2) it is sufficient to adopt a fewer number of rules for inference; 3) the rules are developed intuitionally without heavily depending on the endeavor of experts; 4) the linguistic hedge module associated with the genetic algorithm enables it to be adaptive; 5) it performs better than the conventional fuzzy logic controllers do; and 6) it can be realized with low design complexity and small hardware overhead. Furthermore, the proposed approach has been applied to design three well-known nonlinear systems. The simulation and experimental results demonstrate the effectiveness of this design.  相似文献   

9.
This paper develops a representation of multi-model based controllers using artificial intelligence techniques. These techniques will be graph theory, neural networks, genetic algorithms, and fuzzy logic. Thus, graph theory is used to describe in a formal and concise way the switching mechanism between the various plant parameterizations of the switched system. Moreover, the interpretation of multi-model controllers in an artificial intelligence frame will allow the application of each specific technique to the design of improved multi-model based controllers. The obtained artificial intelligence-based multi-model controllers are compared with classic single model-based ones. It is shown through simulation examples that a transient response improvement can be achieved by using multi-estimation based techniques. Furthermore, a method for synthesizing multi-model-based neural network controllers from already designed single model-based ones is presented, extending the applicability of this kind of technique to a more general type of controller. Also, some applications of genetic algorithms and fuzzy logic to multi-model controller design are proposed. In particular, the mutation operation from genetic algorithms inspires a robustness test, which consists of a random modification of the estimates which is used to select the one leading to the better identification performance towards parameterizing online the adaptive controller. Such a test is useful for plants operating in a noisy environment. The proposed robustness test improves the selection of the plant model used to parameterize the adaptive controller in comparison to classic multi-model schemes where the controller parameterization choice is basically taken based on the identification accuracy of each model. Moreover, the fuzzy logic approach suggests new ideas to the design of multi-estimation structures, which can be applied to a broad variety of adaptive controllers such as robotic manipulator controller design.  相似文献   

10.
This paper describes how low-cost embedded controllers for robot navigation can be obtained by using a small number of if-then rules (exploiting the connection in cascade of rule bases) that apply Takagi–Sugeno fuzzy inference method and employ fuzzy sets represented by normalized triangular functions. The rules comprise heuristic and fuzzy knowledge together with numerical data obtained from a geometric analysis of the control problem that considers the kinematic and dynamic constraints of the robot. Numerical data allow tuning the fuzzy symbols used in the rules to optimize the controller performance. From the implementation point of view, very few computational and memory resources are required: standard logical, addition, and multiplication operations and a few data that can be represented by integer values. This is illustrated with the design of a controller for the safe navigation of an autonomous car-like robot among possible obstacles toward a goal configuration. Implementation results of an FPGA embedded system based on a general-purpose soft processor confirm that percentage reduction in clock cycles is drastic thanks to applying the proposed neuro-fuzzy techniques. Simulation and experimental results obtained with the robot confirm the efficiency of the controller designed. Design methodology has been supported by the CAD tools of the environment Xfuzzy 3 and by the Embedded System Tools from Xilinx.  相似文献   

11.
This paper examines the applicability of genetic algorithms (GA's) in the simultaneous design of membership functions and rule sets for fuzzy logic controllers. Previous work using genetic algorithms has focused on the development of rule sets or high performance membership functions; however, the interdependence between these two components suggests a simultaneous design procedure would be a more appropriate methodology. When GA's have been used to develop both, it has been done serially, e.g., design the membership functions and then use them in the design of the rule set. This, however, means that the membership functions were optimized for the initial rule set and not the rule set designed subsequently. GA's are fully capable of creating complete fuzzy controllers given the equations of motion of the system, eliminating the need for human input in the design loop. This new method has been applied to two problems, a cart controller and a truck controller. Beyond the development of these controllers, we also examine the design of a robust controller for the cart problem and its ability to overcome faulty rules  相似文献   

12.
This paper addresses the problem of tuning the input and the output parameters of a fuzzy logic controller. The system learns autonomously without supervision or a priori training data. Two novel techniques are proposed. The first technique combines Q(λ)-learning with function approximation (fuzzy inference system) to tune the parameters of a fuzzy logic controller operating in continuous state and action spaces. The second technique combines Q(λ)-learning with genetic algorithms to tune the parameters of a fuzzy logic controller in the discrete state and action spaces. The proposed techniques are applied to different pursuit-evasion differential games. The proposed techniques are compared with the classical control strategy, Q(λ)-learning only, reward-based genetic algorithms learning, and with the technique proposed by Dai et al. (2005) [19] in which a neural network is used as a function approximation for Q-learning. Computer simulations show the usefulness of the proposed techniques.  相似文献   

13.
To develop a controller that deals with noise-corrupted training data and rule uncertainties for interconnected multi-input–multi-output (MIMO) non-affine nonlinear systems with unmeasured states, an interval type-2 fuzzy system is integrated with an observer-based hierarchical fuzzy neural controller (IT2HFNC) in this paper. Also, an H control technique and a strictly positive real Lyapunov (SPR-Lyapunov) design approach are employed for attenuating the influence of both external disturbances and fuzzy logic approximation error on the tracking of errors. Moreover, the proposed hierarchical fuzzy structure can greatly reduce the number of adjusted parameters of the IT2HFNC, and then, the problem of online computational burden can be solved. According to the design of the interval type-2 fuzzy neural network and H control technique, the IT2HFNN controller can improve its robustness to noise, uncertainties, approximation errors, and external disturbances. Simulation results are reported to show the performance of the proposed control system mode and algorithms.  相似文献   

14.
A fuzzy controller uses either Zadeh or product fuzzy AND operator, with the former being more frequently used than the latter. We have recently published a novel technique for deriving analytical input–output relation for the fuzzy controllers that use Zadeh AND operator and arbitrary trapezoidal input fuzzy sets, including triangular ones as special cases. In this paper, we have developed a general technique based on that technique to cover arbitrary types of input fuzzy sets. Moreover, we have established some necessary and sufficient conditions to characterize general relationship between shape of input fuzzy sets and shape of input space divisions, an important and integral issue because analytical relationship differs in different regions of input space. The new technique and the shape relations are applicable to any type of fuzzy controllers (e.g., Mamdani type or Takagi–Sugeno type). The analytical structures that we have derived provide an unprecedented opportunity to insightfully and rigorously examine the advantages and shortcomings of different design choices available for various components of the fuzzy controllers. We have focused on type selection for input fuzzy sets of Mamdani fuzzy controllers. Our preliminary analysis indicates that the fuzzy controllers using trapezoidal fuzzy sets may be understood (and possibly analyzed and designed) more sensibly and easily in the context of conventional control theory than the fuzzy controllers using any other types of fuzzy sets. Our proposition is that trapezoidal fuzzy sets should be the first choice and used most of time. Possible implication for automatic learning of input fuzzy sets via neural networks or genetic algorithms is briefly discussed.  相似文献   

15.
In this paper, a novel fuzzy logic controller called linguistic-hedge fuzzy logic controller in a mixed-signal circuit design is discussed. The linguistic-hedge fuzzy logic controller has the following advantages: 1) it needs only three simple-shape membership functions for characterizing each variable prior to the linguistic-hedge modifications; 2) it is sufficient to adopt nine rules for inference; 3) the rules are developed intuitively without heavy dependence on the endeavors of experts; 4) it performs better than conventional fuzzy logic controllers; and 5) it can be realized with a lower design complexity and a smaller hardware overhead as compared with the controllers that required more than nine rules. In this implementation, a current-mode approach is adopted in designing the signal processing portions to simplify the circuit complexity; digital circuits are adopted to implement the programmable units. This design was fabricated with a TSMC 0.35 /spl mu/m single-polysilicon-quadruple-metal CMOS process. In this chip, the LHFLC processes two input variables and one output variable. Each variable is specified using three membership functions. Nine inference rules, scheduled in a rule table with a dimension of 3 /spl times/ 3, define the relationship implications between these three variables. Under a supply voltage of 3.3 V, the measurement results show that the measured control surface and the control goal are consistent. The speed of inference operation goes up to 0.5M FLIPS that is fast enough for the control application of the cart-pole balance system. The cart-pole balance system experimental results show that this chip works with nine inference rules. Furthermore, by performing some off-chip modifications, such as shifting and scaling on the input signals and output signal of this design, according to the specifications defined by the controlled plants, this design is suitable for many control applications.  相似文献   

16.
A simple, easy to implement alternative method for designing fuzzy logic controllers (FLCs) with symmetrically distributed fuzzy sets in a universe of discourse is introduced. The design parameters include the parameters of the membership functions of the inputs and outputs and the rule base. The method is based on a network implementation of the FLC with real and binary weights with constraints. Due to the presence of the binary weights the backpropagation technique cannot be used. The learning problem is cast as a mixed integer constrained dynamic optimization problem and solved using the genetic algorithm (GA). The crossover and mutation are slightly disrupted in order to cope with the constraints on the binary weights. Training of the controller is carried out in a closed-loop simulation with the controller in the loop  相似文献   

17.
A fuzzy logic controller equipped with a training algorithm is developed such that the H tracking performance should be satisfied for a model-free nonlinear multiple-input multiple-output (MIMO) system, with external disturbances. Due to universal approximation theorem, fuzzy control provides nonlinear controller, i.e., fuzzy logic controllers, to perform the unknown nonlinear control actions and the tracking error, because of the matching error and external disturbance is attenuated to arbitrary desired level by using H tracking design technique. In this paper, a new direct adaptive interval type-2 fuzzy controller is developed to handle the training data corrupted by noise or rule uncertainties for nonlinear MIMO systems involving external disturbances. Therefore, linguistic fuzzy control rules can be directly incorporated into the controller and combine the H attenuation technique. Simulation results show that the interval type-2 fuzzy logic system can handle unpredicted internal disturbance, data uncertainties, very well, but the adaptive type-1 fuzzy controller must spend more control effort in order to deal with noisy training data. Furthermore, the adaptive interval type-2 fuzzy controller can perform successful control and guarantee the global stability of the resulting closed-loop system and the tracking performance can be achieved.  相似文献   

18.
19.
This paper provided the stability conditions and controller design for a class of structural and mechanical systems represented by Takagi–Sugeno (T–S) fuzzy models. In the design procedure of controller, parallel-distributed compensation (PDC) scheme was utilized to construct a global fuzzy logic controller by blending all local state feedback controllers. A stability analysis was carried out not only for the fuzzy model but also for a real mechanical system. Furthermore, this control problem can be reduced to linear matrix inequalities (LMI) problems by the Schur complements and efficient interior-point algorithms are now available in Matlab toolbox to solve this problem. A simulation example was given to show the feasibility of the proposed fuzzy controller design method.  相似文献   

20.
In robot learning control, the learning space for executing general motions of multijoint robot manipulators is quite large. Consequently, for most learning schemes, the learning controllers are used as subordinates to conventional controllers or the learning process needs to be repeated each time a new trajectory is encountered, although learning controllers are considered to be capable of generalization. In this paper, we propose an approach for larger learning space coverage in robot learning control. In this approach, a new structure for learning control is proposed to organize information storage via effective memory management. The proposed structure is motivated by the concept of human motor program and consists mainly of a fuzzy system and a cerebellar model articulation controller (CMAC)-type neural network. The fuzzy system is used for governing a number of sampled motions in a class of motions. The CMAC-type neural network is used to generalize the parameters of the fuzzy system, which are appropriate for the governing of the sampled motions, to deal with the whole class of motions. Under this design, in some sense the qualitative fuzzy rules in the fuzzy system are generalized by the CMAC-type neural network and then a larger learning space can be covered. Therefore, the learning effort is dramatically reduced in dealing with a wide range of robot motions, while the learning process is performed only once. Simulations emulating ball carrying under various conditions are presented to demonstrate the effectiveness of the proposed approach  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号