February 2020
Intermediate to advanced
328 pages
8h 19m
English
Reinforcement learning (RL) has gained considerable traction recently. It is a different approach to machine intelligence from traditional machine learning and deep learning techniques. It has achieved human-level performance in learning complex games such as Go and Dota. RL is an artificial intelligence framework where an agent performs learning through trial and error. It is a learning process that mimics the fundamental way humans learn. The overarching goal of this chapter is to make you conversant with the components of RL. You will learn how to implement RL using various packages in R.
In this chapter, we will cover the following recipes:
Read now
Unlock full access