/Treasure-Hunter

This is an AI-controlled game trained with Reinforcement Learning, in which the goal is to find the treasure.

Primary LanguagePython

Treasure-Hunter

This is an AI-controlled game in which the goal is to find the treasure. The player can move up-down-right-left and die when they come into contact with the obstacles. The user can train the AI as much as they want, and the option to show the best action of each state at the current iteration is available.

Pasted Graphic 2


By selecting learn20 or learn50, the AI will begin generating episodes and learning from them, updating the Q-table.

learn




By clicking policy, each state will show the best actual action.

Pasted Graphic 3