package.reasoner.lisp @ fc6ac5c922d6

Add Monte Carlo example and GDL cleaning
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Mar 2017 18:55:04 +0000
parents 1a4608813a73
children (none)
(defpackage :ggp.reasoner
  (:use :cl :temperance)
  (:export
    :make-reasoner
    :initial-state
    :next-state
    :terminalp
    :legal-moves-for
    :goal-value-for
    :roles)
  (:documentation "This package contains a simple GGP reasoner.  It can be useful as a starting point for writing general game players."))