Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 551 Bytes

NFSP in Leduc Holdem

This project implements Neural Fictitious Self-Play in Leduc Holdem.

Install

This implementation requires Torch/LuaJIT, as well as the following dependencies:

luarocks install class

Also, the 'fsp' module should be in the Lua path, e.g.

ln -s "$(pwd)"/fsp ~/torch/install/share/lua/5.1/

Run

This is intended to run on cpu, e.g. an AWS c5.large instance reaches 0.1 exploitability in about 5 hours.

th leduc_fsp3.lua <log_path>