CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 00:41:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090728022215
location: https://web.archive.org/web/20090728022215/https://github.com/sorear/TAEB/tree/master
server-timing: captures_list;dur=0.392990, exclusion.robots;dur=0.019758, exclusion.robots.policy;dur=0.014569, esindex;dur=0.005528, cdx.remote;dur=545.690877, LoadShardBlock;dur=418.050445, PetaboxLoader3.datanode;dur=139.482056, PetaboxLoader3.resolve;dur=153.698203
x-app-server: wwwb-app201
x-ts: 302
x-tr: 985
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 00:41:43 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 28 Jul 2009 02:22:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 795ms
x-archive-orig-etag: "1f5aa77143107c5fbbca534168372c52"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25731
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 28 Jul 2009 02:22:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 28 Jul 2009 02:22:15 GMT", ; rel="memento"; datetime="Tue, 28 Jul 2009 02:22:15 GMT", ; rel="last memento"; datetime="Tue, 28 Jul 2009 02:22:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090728003913_crawl102.gpg-c/52_10_20090728022122_crawl101.arc.gz
server-timing: captures_list;dur=0.882937, exclusion.robots;dur=0.023803, exclusion.robots.policy;dur=0.015132, esindex;dur=0.009337, cdx.remote;dur=654.720262, LoadShardBlock;dur=167.269618, PetaboxLoader3.datanode;dur=153.917696, PetaboxLoader3.resolve;dur=179.306870, load_resource;dur=209.431023
x-app-server: wwwb-app201
x-ts: 200
x-tr: 1089
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
sorear's TAEB at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of sartak/TAEB | |
Description: | the Tactical Amulet Extraction Bot (for NetHack) edit |
Homepage: | https://taeb.sartak.org edit |
Public Clone URL: |
git://github.com/sorear/TAEB.git
Give this clone URL to anyone.
git clone git://github.com/sorear/TAEB.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:sorear/TAEB.git
|
TAEB /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Loading commit data... ![]() |
|
![]() |
.perlcriticrc | ||
![]() |
LICENSE | Wed Jun 10 20:04:30 -0700 2009 | Revert "Remove the "how to use GPL" metadata fr... [Shawn M Moore] |
![]() |
Makefile.PL | ||
![]() |
README | Wed Jul 08 13:28:23 -0700 2009 | Explain how to install TAEB in a custom location. [DanielN] |
![]() |
bin/ | ||
![]() |
doc/ | Fri Jul 10 17:53:32 -0700 2009 | Merge branch 'master' of git://github.com/sarta... [Jesse Luehrs] |
![]() |
etc/ | ||
![]() |
inc/ | ||
![]() |
lib/ | Sun Jul 26 05:04:33 -0700 2009 | Fix matches_vt to not break on T:S:Map-ized levels [Stefan O'Rear] |
![]() |
t/ | Sat Mar 14 08:22:18 -0700 2009 | Remove monster tests :/ [Shawn M Moore] |
-- GETTING TAEB The preferred method for obtaining the TAEB source is from the github repo: git clone git://github.com/sartak/TAEB.git Alternatively, you can download "https://github.com/sartak/TAEB/tarball/master" and extract to the directory of your choice. You can also download TAEB from the CPAN: cpan -i 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. -- INSTALLING FROM TARBALL If you're on Ubuntu, you'll first need to install the "build-essential" (for make) and "libncurses5-dev" (for the Curses library) packages. If you are on OS X, you will need Xcode and probably a few packages from MacPorts. $ perl Makefile.PL Or to install in your home directory instead of in the default location $ perl Makefile.PL PREFIX=/home/username/.local Answer the defaults to any dependencies it asks about. You may have to set up CPAN. The defaults are usually fine. Be sure to set a mirror though. $ make && sudo make install This will install the modules from CPAN. TAEB's dependencies themselves usually have a few dependencies. All in all you're probably looking at about 60 modules. -- AI Though TAEB ships with a demo AI, you should still install a robust AI. The most actively developed AI is Behavioral. The preferred method to get it is still through git: git clone git://github.com/sartak/TAEB-AI-Behavioral.git Or you can get a tarball from "https://github.com/sartak/TAEB-AI-Behavioral/tarball/master" or the CPAN. -- 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 config, but if you want to change how TAEB operates, such as by making him play on a NetHack server, you can. Specify configuration in ~/.taeb/config.yml, which is written in YAML (https://en.wikipedia.org/wiki/Yaml). Read the sample configuration in TAEB::Config for more details. -- RUNNING TAEB You should now be ready to run TAEB! Type "taeb" and cross your fingers. If perl doesn't find the installed modules you may need to set PERL5LIB to where you placed them.
This feature is coming soon. Sit tight!