Reinforcement Learning and its Applications
Reinforcement Learning and its Applications
What is Reinforcement Learning?
Application: Line Follower
Behaviors
angular_states_prob = { -.5: .5, -.45: .5, -.4: .5, -.35: .5, -.3: .5, -.25: .5, -.2: .5, -.15: .5, -.1: .5, -.05: .5, 0 : .5, .05 : .5, .1 : .5, .15 : .5, .2: .5, .25: .5, .3: .5, .35: .5, .4: .5, .45: .5, .5: .5 }
linear_states_prob = { 0.1 : .5, 0.25 : .5, 0.4 : .5 }Observation to Evaluate
Reward Function
Conclusion
Last updated
Was this helpful?
