My main focus this month has been on researching in topics in reinforcement learning, non-deterministic programming, agent implementations, and finally Prolog and LISP programming techniques. First my article in Q-learning shares my recent insights into Q-learning. My purpose to gain a better understanding of Q-learning as to implement it in my block’s world environment. Read my blog entry on Q-learning.
Next, I have been studying Prolog techniques. For example, in the Sterling and Shapiro book, I was reading about non-determinism in Prolog as a programming technique. The generate and test approach to logic programming allows the generation of solution X and it gets tested. Read more my blog entry in non-deterministic programming.