Natural Language LfD & RL

So, I’m working with Ermo on applying reinforcement learning to text based games.  So, I was wondering if eventually if our method works if we could do text based learning from demonstration with reinforcement learning?  Basically instead of the user pressing buttons they would describe what they wanted the system to do using english sentences.… Continue reading Natural Language LfD & RL

MGS Markov Game Simulator

I found a really cool paper that basically benchmarks a lot of MARL algorithms using MGS, a stochastic game simulator written in Java.  This simulator is like my MALSIM except I only implemented features for repeated games not stochastic games.

Reinforcement Learning

Here is a nice informative PhD thesis on Reinforcement Learning.  Really does a nice job in Chapter 2.2.3 explaining the use of Boltzmann distribution and Q-values. http://www.compapp.dcu.ie/~humphrys/PhD/ch2.html