/* ---- Google Analytics Code Below */

Friday, December 06, 2019

Deep Reinforcement Learning

Interesting piece, ultimately gets quite technical, but worth putting away for future consideration. Especially for real time learning and adapting of autonomous systems.

Berkeley Bair Newsletter (Introduction) 
Data-Driven Deep Reinforcement Learning
Aviral Kumar    Dec 5, 2019

One of the primary factors behind the success of machine learning approaches in open world settings, such as image recognition and natural language processing, has been the ability of high-capacity deep neural network function approximators to learn generalizable models from large amounts of data. Deep reinforcement learning methods, however, require active online data collection, where the model actively interacts with its environment. This makes such methods hard to scale to complex real-world problems, where active data collection means that large datasets of experience must be collected for every experiment – this can be expensive and, for systems such as autonomous vehicles or robots, potentially unsafe. In a number of domains of practical interest, such as autonomous driving, robotics, and games, there exist plentiful amounts of previously collected interaction data which, consists of informative behaviours that are a rich source of prior information. Deep RL algorithms that can utilize such prior datasets will not only scale to real-world problems, but will also lead to solutions that generalize substantially better. A data-driven paradigm for reinforcement learning will enable us to pre-train and deploy agents capable of sample-efficient learning in the real-world.  .... " 

No comments: