ఇండెక్స్ చేయబడింది
  • J గేట్ తెరవండి
  • RefSeek
  • హమ్దార్డ్ విశ్వవిద్యాలయం
  • EBSCO AZ
  • OCLC- వరల్డ్ క్యాట్
  • పబ్లోన్స్
  • అంతర్జాతీయ సైంటిఫిక్ ఇండెక్సింగ్
  • యూరో పబ్
  • గూగుల్ స్కాలర్
ఈ పేజీని భాగస్వామ్యం చేయండి
జర్నల్ ఫ్లైయర్
Flyer image

నైరూప్య

Evolution and machine learning in robotics

Mohammed Terry Jack

At the heart of a robot is a policy which tells it what to do (i.e. which action to take) in any given situation. This can be a collection of simple rules or a complex mathematical function. But how do you know what the rules or mathematical function should look like? Fortunately, there are machine learning algorithms to approximate the function (e.g. kernel machines, deep learning, etc) or automatically infer these rules (e.g. inductive logic programming, random forests, etc). However, supervised learning algorithms require a lot of training data which may not be available. Evolutionary methods (e.g. genetic algorithms) and other optimization algorithms do not require any training data to evaluate and search through a policy-space and find the optimal rules or function. Alternatively, by directly equating the policy to a search (through a state/action-state space) as is done in reinforcement learning, the next best action can be found using a learned evaluation function (e.g. V or Q-function).