This repository is not active
jaymmodi/Q-Learning-ReinforcementLearning
Implemented a small grid world using Model free learning method in Reinforcement Learning i.e Q-learning where a robot learns to choose an optimum path without the knowledge of the rewards. This was implemented using Epsilon Pi RL Exploration method. And, this assignment was a part for Applied machine learning class.
Java