An ML Project to train the computer to play a game
- Select Game to learn from --> HIDDEN GAME ON GOOGLE! (Atari Breakout!). This game will be played using keyboard.
- Extract training data
- Train NN
- Testing - Let it Play
We have the info about:
- coordinates of the ball and plate.
- key logs and their time intervals during they were held down.
- Input Vector
- Time
- Ball coordinates(
b_x,b_y
) - Plate coordinate(
p_x
)
- Output Vector
- Key which was pressed at that time (
Key.left, Key.right or None
)
- Key which was pressed at that time (