This project focusses on two different algorithms to find mostly optimal solutions to the 15-puzzle and in general to a
I have explored the following algorithms:
- Value Iteration
- Deep Q-Learning
If you have not played the 15-puzzle, you can try it here
the generalization to the 15-puzzle is an
The puzzle is challenging to train RL algorithms on owing to its huge state space, the 15-puzzle has
The
To read further about the puzzle and its solutions, here is an interesting paper