I am looking for some good material to understand coding and how to implement a reinforcement learning idea or paper in python or MATLAB. kindly share any good material.
For understanding the concepts ( theoretical ones ) and know-hows, this is one of the best course: https://www.youtube.com/watch?v=TIlDzLZPyhY&list=PLyqSpQzTE6M_FwzHFAyf4LSkz_IjMyjD9
It is taught by Balraman Ravindran who is a pioneer in the field.
To get a course with theoretical and assignments to learn from :
I personally completed this course. It was not easy to crack but the learning was worth it. Its assignments and quizzes strengthened my concepts and helped me in Building Reinforcement Learning Based Recommendation System.
I suggest you take up one of the courses and the book which has more examples to solve which can cover both concepts and practical aspects of your learning.
Also please think about some projects you want to build using the knowledge as it would really keep you going. If you need any more help please reply to this answer.
Related to your query, a good platform is https://github.com/dennybritz/reinforcement-learning and https://github.com/PacktPublishing/Reinforcement-Learning-Algorithms-with-Python
Dear Sudheesh P G I think this book would be helpful in understanding RL, link: https://web.stanford.edu/class/psych209/Readings/SuttonBartoIPRLBook2ndEd.pdf
As far as developing applications with RL in Python is concerned, you can follow github and other tutorial examples:
Kick the books into touch. Forget the multi page syntax diagrams.
Get involved for real and do active things in the language you are learning over at
https://www.codingame.com
A safe environment for building skills by coding to solve problems and puzzles. Compete in challenges and build skills in various programming languages.
You start with a program template in an IDE, set of instructions - Just type in your code and run and test. Great live engaging graphics and fun to do.
Well, if you are into reading books, I recommend this one. It basically got everything related to RL: Reinforcement Learning: An Introduction Book by Andrew Barto and Richard
If you are not into books, I highly recommend this for starters:
Here is an open educational resource repository including lecture and exercise materials plus videos: https://github.com/upb-lea/reinforcement_learning_course_materials