|
|
|
|
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../gnubg/gnubg.desc
|
|
|
|
|
# Copyright (C) 2006 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
|
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
|
#
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
|
# the Free Software Foundation; version 2 of the License. A copy of the
|
|
|
|
|
# GNU General Public License can be found in the file COPYING.
|
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
|
|
[I] A Backgammon implementation - to lay and analys games and matches
|
|
|
|
|
|
|
|
|
|
[T] It is currently a work-in-progress. So far it is able to play both
|
|
|
|
|
[T] independent games and tournament matches, evaluate and roll out
|
|
|
|
|
[T] positions, tune its own evaluation functions using either TD or
|
|
|
|
|
[T] supervised training, maintain databases of positions for training
|
|
|
|
|
[T] and other purposes, and more.
|
|
|
|
|
[T]
|
|
|
|
|
[T] It is driven by a command-line interface, and displays an ASCII
|
|
|
|
|
[T] rendition of a board on text-only terminals, but also allows the
|
|
|
|
|
[T] user to play games and manipulate positions with a GTK+ board window
|
|
|
|
|
[T] where available. It is extensible on platforms which support Guile.
|
|
|
|
|
[T]
|
|
|
|
|
[T] It currently plays at about the level of a championship flight
|
|
|
|
|
[T] tournament player (depending on its parameters and its luck in recent
|
|
|
|
|
[T] games, it rates at around 2000 on FIBS, the First Internet Backgammon
|
|
|
|
|
[T] Server -- at its best, it is in the top 5 of over 6000 rated players
|
|
|
|
|
[T] there) and is gradually improving; it should be somewhat stronger than
|
|
|
|
|
[T] this when released. Since almost all of the CPU time required during
|
|
|
|
|
[T] supervised training is spent performing rollouts, and rollouts can
|
|
|
|
|
[T] easily be performed in parallel, it is hoped that users will be able
|
|
|
|
|
[T] to pool rollout results and collectively train it to a level stronger
|
|
|
|
|
[T] than any individual could obtain.
|
|
|
|
|
|
|
|
|
|
[U] http://www.gnu.org/software/gnubg/gnubg.html
|
|
|
|
|
|
|
|
|
|
[A] Joseph Heled
|
|
|
|
|
[A] <EFBFBD>ystein Johansen
|
|
|
|
|
[A] David Montgomery
|
|
|
|
|
[A] J<EFBFBD>rn Thyssen
|
|
|
|
|
[A] Gary Wong
|
|
|
|
|
|
|
|
|
|
[M] The OpenSDE Community <list@opensde.org>
|
|
|
|
|
|
|
|
|
|
[C] extra/game
|
|
|
|
|
#[C] extra/game/board
|
|
|
|
|
|
|
|
|
|
[L] GPL
|
|
|
|
|
[S] Stable
|
|
|
|
|
[V] 0.14.3
|
|
|
|
|
[P] X -----5---9 213.800
|
|
|
|
|
|
|
|
|
|
[D] 2179360861 gnubg-0.14.3.tar.gz ftp://alpha.gnu.org/gnu/gnubg/
|
|
|
|
|
[D] 268956584 gnubg_ts0.bd.gz ftp://alpha.gnu.org/gnu/gnubg/
|
|
|
|
|
[D] 1456480865 gnubg_os0.bd.gz ftp://alpha.gnu.org/gnu/gnubg/
|
|
|
|
|
[D] 2918414212 gnubg.weights-0.14.gz ftp://alpha.gnu.org/gnu/gnubg/
|
|
|
|
|
|