Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.02 KB

README.md

File metadata and controls

9 lines (6 loc) · 1.02 KB

Reinforced_Learning_Snake

Reinforced leaning snake developed in Processing language which is a flexible software sketchbook. https://processing.org/

What is Reinforced Learning ?

Reinforcement learning is an area of Machine Learning. Reinforcement. It is about taking suitable action to maximize reward in a particular situation. It is employed by various software and machines to find the best possible behavior or path it should take in a specific situation. Reinforcement learning differs from the supervised learning in a way that in supervised learning the training data has the answer key with it so the model is trained with the correct answer itself whereas in reinforcement learning, there is no answer but the reinforcement agent decides what to do to perform the given task. In the absence of training dataset, it is bound to learn from its experience.

  • The Neural Network code is also developed various files in the MachineLearning files in the repo.
  • Every new generation of snake will have improved attraction towards food.