Skip to content

Sokoban solver using Q-Learning. Project part of the course CS 271.

Notifications You must be signed in to change notification settings

hariuserx/Sokoban

Repository files navigation

Simply change the input file name in the sokoban_solver.py at

with open("./benchmarks-fixed/sokoban-04.txt", "r") as file:
and run python3 sokoban_solver.py