Giter Club home page Giter Club logo

td_bs's Introduction

Training BS Agents Using TD Learning
Addison Weiler and Daryl Chang

Description of files:

run.py - The main file that executes TD learning, trains, and tests agents.
agent.py - Contains implementation of the different agents.
game.py - Implementation of the Game class.
player.py - Implementation of a player (used in the Game class).
evaluation.py - Contains implementation of the simple evaluation function.
test.py - Unit tests to test extractFeatures and simpleEvaluation.
results.xlsx - Raw data for all test results.

--------------------------------------------------------------------------
Please use 'python run.py' to run a series of games.
Command line options:

-train [# of training games]. Default 50.

-run [# of runs]. Default 10.

-p [# of players]. Default 3.

-test [# of test games]. Default 100.

-agent [random/simple/honest/dishonest/bs/model/reflex] (i.e. type of agent). Default model-based reflex agent.

-opp [random/simple/honest/dishonest/bs] (i.e. type of opponents). Default simple reflex agent.

-tournament [y/n] (whether or not to use tournament-style training). Default 'n'.

-human [y/n] (y if you want to play a game against the opponents yourself). Default 'n'.

td_bs's People

Contributors

darylchang123 avatar addisonweiler avatar

Watchers

Daryl Chang 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.