-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.49 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: The Tactical Amulet Extraction Bot
layout: default
---
<h1>The Tactical Amulet Extraction Bot</h1>
<p>
This is the homepage of TAEB, the Tactical Amulet Extraction
Bot for <a href="http://nethack.org/">NetHack</a>. TAEB is
a framework for constructing a variety of automatic and
semi-automatic players. It is a shared, on-and-off hobby of
several people cooperating in
<a href="irc://irc.freenode.net/interhack">#interhack on
freenode</a>.
</p>
<p>
The TAEB project was started in November 2007 based on experience
gained from several earlier bot projects, most of them with much
smaller teams. Through its flexibility and extensibility, it has
since surpassed all of the previous efforts to build a NetHack bot, and
has only one viable competitor,
<a href="https://github.com/canidae/saiph">saiph</a>. TAEB is capable
of reaching Medusa depth on a somewhat regular basis, and has a
sufficiently expressive set of primitives to build
<a href="https://github.com/TAEB/TAEB/blob/master/lib/TAEB/AI/Demo.pm">an Oracle-class bot in roughly 100 lines of clear code</a>.
</p>
<p>
If you think hacking on an AI project for an addictive (and
fairly hard) computer game sounds like fun, you're welcome to
come join us in #interhack. TAEB is a fairly large project,
but well commented, and admits sharing work between AIs so
you don't have to agree with the team on all design issues.
</p>
<h2>TAEB Blog</h2>
{% include posts.html %}