Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 749 Bytes

QLearning-Arkanoid

QLearning algorithm of Reinforcement Learning implemented in the GVGAI platform to solve the 111st game, called Arkanoid.

Instructions

  • Import project into IDE (we used Eclipse IDE)
  • Run main .java file: GVGAI/src/tracks/singlePlayer/Test.java

Explanation video (spanish)

IMAGE ALT TEXT HERE

References