Py, Robot: Python And Reinforcement Learning
Reinforcement learning is all about making robots adapt and learn about their environment on their own given only a simple reward function. It allows computers to learn how to excel at Atari and Pacman games and how to walk like we humans do. This article provides a well written implementation of Reinforcement Learning through Q learning, one of the most popular reinforcement learning methods in Python.
Apr-15-2016, 10:26:10 GMT
- Technology: