REINFORCEMENT LEARNING FOR POMDP USING STATE CLASSIFICATION

  • Authors:
  • Le Tien Dung;Takashi Komeda;Motoki Takagi

  • Affiliations:
  • Graduate School of Engineering, Shibaura Institute of Technology, Saitama, Japan;Faculty of System Engineering, Shibaura Institute of Technology, Saitama, Japan;Faculty of System Engineering, Shibaura Institute of Technology, Saitama, Japan

  • Venue:
  • Applied Artificial Intelligence
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Reinforcement learning (RL) has been widely used to solve problems with a little feedback from environment. Q learning can solve Markov decision processes (MDPs) quite well. For partially observable Markov decision processes (POMDPs), a recurrent neural network (RNN) can be used to approximate Q values. However, learning time for these problems is typically very long. We present a new combination of RL and RNN to find a good policy for POMDPs in a shorter learning time. This method contains two phases: firstly, state space is divided into two groups (fully observable state group and hidden state group); secondly, a Q value table is used to store values of fully observable states and an RNN is used to approximate values for hidden states. Results of experiments in two grid world problems show that the proposed method enables an agent to acquire a policy with better learning performance compared to the method using only a RNN.