Reader small image

You're reading from  Hands-On Reinforcement Learning with Python

Product typeBook
Published inJun 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788836524
Edition1st Edition
Languages
Right arrow
Author (1)
Sudharsan Ravichandiran
Sudharsan Ravichandiran
author image
Sudharsan Ravichandiran

Sudharsan Ravichandiran is a data scientist and artificial intelligence enthusiast. He holds a Bachelors in Information Technology from Anna University. His area of research focuses on practical implementations of deep learning and reinforcement learning including natural language processing and computer vision. He is an open-source contributor and loves answering questions on Stack Overflow.
Read more about Sudharsan Ravichandiran

Right arrow

Chapter 1

  1. Reinforcement learning (RL) is a branch of machine learning where the learning occurs via interacting with an environment.
  2. RL works by train and error method, unlike other ML paradigms.
  3. Agents are the software programs that make intelligent decisions and they are basically learners in RL.
  4. Policy function specifies what action to take in each state and value function specifies the value of each state.
  5. In model-based agent use the previous experience whereas in model-free learning there won't be any previous experience.
  6. Deterministic, stochastic, fully observable, partially observable, discrete continuous, episodic and non-episodic.
  7. OpenAI Universe provides rich environments for training RL agents.
  8. Refer section Applications of RL.
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Reinforcement Learning with Python
Published in: Jun 2018Publisher: PacktISBN-13: 9781788836524

Author (1)

author image
Sudharsan Ravichandiran

Sudharsan Ravichandiran is a data scientist and artificial intelligence enthusiast. He holds a Bachelors in Information Technology from Anna University. His area of research focuses on practical implementations of deep learning and reinforcement learning including natural language processing and computer vision. He is an open-source contributor and loves answering questions on Stack Overflow.
Read more about Sudharsan Ravichandiran