IPB

Welcome Guest ( Log In | Register )

> MegaHAL, need input
Sandman[SA]
post May 6 2004, 05:24 AM
Post #1


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



In the rcbot_botprofiles_readme.txt, details of what to do with the 4 common_hal files are a bit vague. For some reason, rcbot 1.3 does not come with the common_hal.aux so I have absolutely no clue of what to put in there. Also, the common_hal.brn is basicly void of any examples so im unsure of what to include there either.


Cheeseh, can you offer any assistance? I want to know exactly what I can and can't do with these 4 common_hal files. The more detailed you can get, the better.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
Cheeseh
post May 6 2004, 10:35 AM
Post #2


Admin
*****

Group: Admin
Posts: 3,066
Joined: 11-September 03
From: uk
Member No.: 1



hmm, must have forgotten the auxilliary file, it will read it if you create it (make a common_hal.aux file) & copy the format of the other megahal files.

I managed to know what all of the files were by simply looking at them and seeing what was in them from PMs RACC megaHAL test program.

the .brn is all binary data so obviously you aren't meant to even look at that or edit it, it's simply for data storage.

The .trn file, what is in it is simply lines of text which are sentences. So obviously just shove any arbitrary sentence you find which is of relevence and shove them in that file. The training file is simply for the bots to make a brain if they don't have one instead of learning first. Just shove in sentences and they will learn from them if they don't have a brain instead of learning first from humans talking in the game.

.swp should be easy no?

This just holds words that can be swapped from the bot listening for it to say things. e.g. if someone says "your stuff" the bot might say "my stuff" so that it makes sense. And of course saying "I am" while talking to the bot, the bot should say "you are" back at some point and NOT "I am" because the person was talking about themself and not the bot. Also you don't want it to say "I are" or "you am" either so you need both words in that swp file to have their third/first person type meanings.

I've told Petit what the .ban was for, filtering words if you don't want bots to learn them.


this is PM's auxilliary file.

CODE

# RACC - Bot chat HAL auxiliary keywords file
#
# This is a list of keywords which can be used as is by the HAL only for
# supplementing another keyword.
# Every word must be written in CAPITAL LETTERS.
# Any void or sharp-prepended line will be ignored.

DISLIKE
HE
HER
HERS
HIM
HIS
I
I'D
I'LL
I'M
I'VE
LIKE
ME
MINE
MY
MYSELF
ONE
SHE
THREE
TWO
YOU
YOU'D
YOU'LL
YOU'RE
YOU'VE
YOUR
YOURS
YOURSELF


can either make a new file with all that or download the attachment smile.gif


Attached File(s)
Attached File  common_hal.aux ( 457bytes ) Number of downloads: 22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 7th August 2025 - 02:34 PM