Sunday 7 September 2014

Online Course: Machine Learning: Reinforcement Learning

Link : Udacity: "Machine Learning: Reinforcement Learning"

Easy-to-learn course for reinforcement learning. By studying the course, i implemented the following algorithms in C# for my library:
  • Reinforcement Learning: Q-learning
  • Reinforcement Learning: Value iteration
  • Reinforcement Learning: Policy iteration
  • Game: MiniMax
  • Game: ExpectiMiniMax


No comments:

Post a Comment