Giter Site home page Giter Site logo

self-learning-robot's Introduction

Self-Learning-Robot

Training a line follower robot by Reinforcement learning algorithm

Reinforcement learning is an important type of Machine Learning where an agent learn how to behave in a environment by performing actions and seeing the results.

In recent years, we’ve seen a lot of improvements in this fascinating area of research. Examples include DeepMind and the Deep Q learning architecture in 2014, beating the champion of the game of Go with AlphaGo in 2016, OpenAI and the PPO in 2017, amongst others.

Reinforcement Learning is summarised as follows

Points to remember in Reinforcement Learning

  • Input: The input should be an initial state from which the model will start
  • Output: There are many possible output as there are variety of solution to a particular problem
  • Training: The training is based upon the input, The model will return a state and the user will decide to reward or punish the model based on its output.
  • The model keeps continues to learn.
  • The best solution is decided based on the maximum reward.

Following URL guide you to the Reinforcement Learning in brief (Q Learning & Deep Q Learning)

https://medium.freecodecamp.org/an-introduction-to-reinforcement-learning-4339519de419

Our Approach

Above code trains the line follower robot to follow line made for robot. It used Q Learning approach to learn by itself. In this approach our bot update its Q table entry for each state it encounters by hit and trial approach and once all the entries in Q table are updated successfully it ready to follow its path.

Result

IMAGE ALT TEXT

self-learning-robot's People

Contributors

omkarthawakar avatar alokjadhav11 avatar

Forkers

shengyu17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.