Git Product home page Git Product logo

Getting TAEB

The preferred method for obtaining the TAEB source is from the GitHub repo:

git clone git://github.com/TAEB/TAEB.git

Alternatively, you can download a snapshot of the code as a tarball:

http://github.com/TAEB/TAEB/tarball/master

You could also download a potentially very old copy of TAEB from CPAN:

cpanm TAEB

Downloading the tarball or installing from CPAN means less work up front (no need to install git), but it'll be more work every time you want to update. We very strongly recommend using git.

Installing dependencies

TAEB uses Dist::Zilla for its packaging and toolchain support.

You can install TAEB's dependencies with the following commands:

dzil authordeps --missing | cpanm
dzil listdeps --missing | cpanm

AI

Though TAEB ships with a demo AI, you should still install a robust AI. There are currently three AIs: Behavioral, Planar, and Magus.

Behavioral AI

The primary AI is Behavioral, since it is the original TAEB AI and is developed by many of the primary TAEB authors. The preferred method to get it is through git:

git clone git://github.com/TAEB/TAEB-AI-Behavioral.git

Or you can get a tarball from:

http://github.com/TAEB/TAEB-AI-Behavioral/tarball/master

or an old copy from CPAN:

cpanm TAEB::AI::Behavioral

Planar AI

Another AI is Planar, whose design principle is "be the opposite of Behavorial". You can get it with darcs:

darcs get http://patch-tag.com/r/ais523/taeb-ai-planar

Or the GitHub mirror:

git clone git://github.com/TAEB/TAEB-AI-Planar.git

Or a tarball snapshot of the GitHub mirror:

http://github.com/TAEB/TAEB-AI-Planar/tarball/master

Magus AI

The newest AI is Magus, which optimizes specifically for Wizards. You can grab it from GitHub:

git clone git://github.com/TAEB/TAEB-AI-Magus.git

Configuration

TAEB itself has a lot of configuration. It sets up some sensible defaults for you (such as playing nethack locally with the Demo AI and communicating with you via Curses). You aren't required to set up a config, but if you want to change how TAEB operates, such as by making him play on a NetHack server, you can. Specify the configuration in ~/.taeb/config.yml, which is written in YAML. The full list of configuration options, including the required .nethackrc file is provided in TAEB::Config. Sample configuration files are available in etc/examples.

Running TAEB

You should now be ready to run TAEB! If you're in the TAEB checkout, run perl -Ilib bin/taeb. Or, if you installed TAEB, run taeb. Either way, be sure to cross your fingers.

If perl doesn't find the installed modules you may need to set the $PERL5LIB environment variable to where you placed them.

Debug commands

TAEB ships with a number of debug commands. Typing ? will list them for you.

Hacking on TAEB

If you're sufficiently inspired by TAEB, we'd love to have you onboard! The best first step is to read TAEB::AI::Demo's code, then try some of the exercises. The exercises are geared toward letting you explore TAEB's codebase. Very tricky, we are.

We also write a lot about TAEB's architecture and dealing with programmatic NetHack on our blog, http://taeb-nethack.blogspot.com/.

Tactical Amulet Extraction Bot's Projects

anbf icon anbf

A Nethack Bot Framework

anna icon anna

Mirror of alexbobp's and djemscheed's NetHack bot, written in Java

app-taeb-deaths icon app-taeb-deaths

IRC bot to watch for death messages and report them to other channels

bottie icon bottie

Mirror of Tim Newsome's NetHack bot, written in Python (earliest known NH bot!)

bridey icon bridey

Mirror of futilius's NetHack bot, written in Scheme

demonia icon demonia

Mirror of spazm's NetHack bot, written in Perl

eeek icon eeek

Mirror of helge's NetHack bot, written in Python

elitebot icon elitebot

The first big bot collaboration, written in Ruby

farmbot icon farmbot

Mirror of the original nethack Farmbot

interhack0 icon interhack0

proof of concept for Interhack-style telnet wrappers

junetournament icon junetournament

The code behind the original June Tournament, ran 2006 and 2007 (and somewhat implemented for 2008)

megaman icon megaman

Mirror of Adeon's NetHack bot, written in Haskell

moomaster icon moomaster

Messy mirror of Moomaster's NetHack bot, written in C

nhackbot icon nhackbot

Mirror of HanClinto's NetHack bot, written in C#

rascal icon rascal

Mirror of nekrom's NetHack bot, written in PHP

roomba icon roomba

Mirror of switch's NetHack bot, written in Python

rubytaeb icon rubytaeb

The original TAEB, written in Ruby (before the real TAEB)

saiph icon saiph

Mirror of canidae's NetHack bot, written in C++

taeb icon taeb

the Tactical Amulet Extraction Bot (for NetHack)

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.