Code Monkey home page Code Monkey logo

texas-hold-em-ai's Introduction

Texas Hold'em AI 🤖

CS Independent Study @UVa

Overview

This is an independent study on the application of current machine learning techniques into Texas Hold’em AI.

Setup

  • TensorFlow documentation

    # Ubuntu/Linux 64-bit
    $ sudo apt-get install python-pip python-dev
    # Ubuntu/Linux 64-bit, CPU only, Python 3.5
    $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl
    
    # Mac OS X
    $ sudo easy_install pip3
    $ sudo easy_install --upgrade six
    # Mac OS X, CPU only, Python 3.4 or 3.5:
    $ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0-py3-none-any.whl
    
    
    $ sudo pip3 install --upgrade $TF_BINARY_URL
  • Jupyter Notebook documentation

    $ pip3 install --upgrade pip
    $ pip3 install jupyter
    $ jupyter notebook

Resources

  • Machine Learning
    • Framework
      • Awesome TensorFlow Link
      • TensorFlow Playground Link
      • Binary Stochastic Neurons in Tensorflow Link
    • Relavant Reports
      • End of Code by Wired
      • Why Randomness is Important for Deep Learning Link
    • Book
      • Neural Networks and Deep Learning Link
    • Research Paper
      • Deep Reinforcement Learning from Self-Play in Imperfect-Information Games PDF
      • Mastering the Game of Go with Deep Neural Networks and Tree Search PDF
  • Game Theory
    • prisoner dilemma game Link
  • Behavior Theory
  • Poker Strategy
    • the Poker Bank link
  • Related Course
  • Others' work

Acknowledge

Thanks Prof. David Evans for the instructions and supports.

Contact Us

texas-hold-em-ai's People

Contributors

tonyqiu1019 avatar charleo85 avatar

Watchers

James Cloos 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.