Giter VIP home page Giter VIP logo

mahjongai's Introduction

MahjongAI

In this project, we have implemented several reinforce learning methods to solve the Mahjong game. Our environment is based on the project of https://github.com/clarkwkw/mahjong-ai. We used its Game.py , Player.py, HKRules.py, Tile.py, MoveGenerator.py to build the pipeline of this complicated game.

Monte Carlo Tree Search method

In the folder of MCTS_method, we implemented the Monte Carlo Tree Search method for the agent to play the Mahjong game. The MonteCarloTree_move.py is the implementation of interface MoveGenerator in MoveGenerator.py. You can download and run the test.ipynb to check out the game test with RandomGenerator and our implementation MCTS_Generator.

Deep Q Learning method

In the folder of DeepQLearning, we inplemented the Deep Q-Learing algorithme. To train the model, please run the scricpt Training.py. Network.py is the deep network we utilize; Generator.py is the implementation of MoveGenerator. Dependency: Tensorflow

Policy Gradient and Actor Critic method

In the folder of PolicyGradient_ActorCritic, we have implemented the method of Policy Gradient and Actor Critic. To run the code, please open the jupyter notebook respectively. Dependency: Tensorflow

mahjongai's People

Contributors

draconidsmxz avatar gravitationg avatar yingyuyyy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.