shubhamjain0594 / OthelloReinforcementLearning

This repository contains the work done in Othello as part of research project to explore reinforcement learning in Othello Game Playing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OthelloReinforcementLearning

This repository contains the work done in Othello as part of research project to explore reinforcement learning in Othello Game Playing

How MinMax here works:

  1. Whenever a game is played the player in the game class gets changed
  2. Evaluation function will evaluate the board assuming current player as game.player
  3. The functions are designed so that

TODO:

  • Add minmax to take extra variable which tells how to run minmax, using Board Inversion or Double Negation

About

This repository contains the work done in Othello as part of research project to explore reinforcement learning in Othello Game Playing

License:GNU General Public License v2.0


Languages

Language:Python 100.0%