Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 253 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 253 Bytes

reinforcement-learning

My AI projects using reinforcement learning:

  • smartcab -- application of Q-learning to train a hypothetical self-driving car by trial and error;
  • gridworld -- the canonical MDP example of robot navigating in a grid world.