Zabaware Support Forums

Zabaware Forums => Ultra Hal Assistant File Sharing Area => Topic started by: menis2com on April 11, 2004, 12:25:09 pm

Title: Alice and Hal combined
Post by: menis2com on April 11, 2004, 12:25:09 pm
Combining Alice and Hal

First, copy the files from your "DefBrain" folder to the "alice" folder

Then, make a new brain or copy the one you are using.

Inside the brain change this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2                      
'Language=VBScript
'DataFolder=DefBrain

To this:

'Type=Brain
'Name=Alice for hal                    
'Language=VBScript
'DataFolder=Alice

Then change this:

    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")


To this:


    Set Alice = CreateObject("HalAlice.PlugIn")
    GetResponse = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")
    Set Alice = HalBrain
    Set Alice = Nothing


Then Change the name of your alice.uhp to alice1.uhp or just move it to another folder.

Then change the name of your new alice Hal combo brain (wich was Ultra Hal 5 XTF v1.2.uhp, in my case) to alice.uhp.

Thats it, Well you'll have to select the Alice for Hal brain but it should worK.

When Alice doesn't know an answer then Hal will speek, and sometimes when they both know the answer you get both answers, it's kinda cool. I use the XTF brain and Hal still makes funny faces and tells jokes. Alice doesn't tell jokes she just sais "I'm not a jokebot I'm a chatterbot". But Hal overrides and tells a joke at the end of alice's comment about being a chatterbot.
Another funny thing is when Alice doesn't know something she says "ask the open directory" but if hal knows then he will answer too.

Well try it out and let me know what happens.
Menis2com  


Title: Alice and Hal combined
Post by: vonsmith on April 12, 2004, 02:02:50 pm
I'll have to check this out Dr. Frankenstein. A very strange invention indeed.


=vonsmith=
Title: Alice and Hal combined
Post by: spydaz on April 13, 2004, 05:53:46 am
im not a lover of the alice brain anymore but with some of my earlier attempts of AI alice was one of the best. AIML script games that i have downloaded and Xtra smarts from pandorabots & buddyscript.

This COMBINED brain sounds really good. HMMM

I have combined ATF_topic Focus Brain With the XTF_topic brain and have a simular experince with the joke Scripts as well

You will ask hal something and the response is often double barrelled. one response from XTF one from ATF.

Hmm i wonder......

I LIKE IT

XSPYDAZ

KEEP GIVing IT LOADS......
Title: Alice and Hal combined
Post by: moreis62 on April 16, 2004, 06:57:43 am
quote:
Originally posted by menis2com

Combining Alice and Hal

First, copy the files from your "DefBrain" folder to the "alice" folder

Then, make a new brain or copy the one you are using.

Inside the brain change this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2                      
'Language=VBScript
'DataFolder=DefBrain

To this:

'Type=Brain
'Name=Alice for hal                    
'Language=VBScript
'DataFolder=Alice

Then change this:

    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")


To this:


    Set Alice = CreateObject("HalAlice.PlugIn")
    GetResponse = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")
    Set Alice = HalBrain
    Set Alice = Nothing


Then Change the name of your alice.uhp to alice1.uhp or just move it to another folder.

Then change the name of your new alice Hal combo brain (wich was Ultra Hal 5 XTF v1.2.uhp, in my case) to alice.uhp.

Thats it, Well you'll have to select the Alice for Hal brain but it should worK.

When Alice doesn't know an answer then Hal will speek, and sometimes when they both know the answer you get both answers, it's kinda cool. I use the XTF brain and Hal still makes funny faces and tells jokes. Alice doesn't tell jokes she just sais "I'm not a jokebot I'm a chatterbot". But Hal overrides and tells a joke at the end of alice's comment about being a chatterbot.
Another funny thing is when Alice doesn't know something she says "ask the open directory" but if hal knows then he will answer too.

Well try it out and let me know what happens.
Menis2com  





yeah but make it ez for them:
thay can,

change this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2                      
'Language=VBScript
'DataFolder=DefBrain

in to this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2    <--- can staye the same in to any Brain
'Language=VBScript
'DataFolder=DefBrain            

then fine this and add this:

'PROCESS: CREATE HALBRAIN ACTIVEX OBJECT
'This ActiveX control contains many functions
'needed for the script to proccess a sentence.
    Set Alice = CreateObject("HalAlice.PlugIn")
    GetResponse = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
     Set HalBrain = CreateObject("UltraHalAsst.Brain")
     Set WN = CreateObject("UltraHalAsst.WordNet")
     Set Alice = HalBrain
     Set Alice = Nothing

but you do need the Alice bot for it to work right.
good job and kep-up the good work,
 your frend moreis62.
Title: Alice and Hal combined
Post by: moreis62 on April 16, 2004, 07:31:13 pm
quote:
Originally posted by menis2com

Combining Alice and Hal

First, copy the files from your "DefBrain" folder to the "alice" folder

Then, make a new brain or copy the one you are using.

Inside the brain change this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2                      
'Language=VBScript
'DataFolder=DefBrain

To this:

'Type=Brain
'Name=Alice for hal                    
'Language=VBScript
'DataFolder=Alice

Then change this:

    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")


To this:


    Set Alice = CreateObject("HalAlice.PlugIn")
    GetResponse = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")
    Set Alice = HalBrain
    Set Alice = Nothing


Then Change the name of your alice.uhp to alice1.uhp or just move it to another folder.

Then change the name of your new alice Hal combo brain (wich was Ultra Hal 5 XTF v1.2.uhp, in my case) to alice.uhp.

Thats it, Well you'll have to select the Alice for Hal brain but it should worK.

When Alice doesn't know an answer then Hal will speek, and sometimes when they both know the answer you get both answers, it's kinda cool. I use the XTF brain and Hal still makes funny faces and tells jokes. Alice doesn't tell jokes she just sais "I'm not a jokebot I'm a chatterbot". But Hal overrides and tells a joke at the end of alice's comment about being a chatterbot.
Another funny thing is when Alice doesn't know something she says "ask the open directory" but if hal knows then he will answer too.

Well try it out and let me know what happens.
Menis2com  




Or try this go to your alice.uhp and Open it with Notepad and cut and paste this:


Download Attachment: (http://images/icon_paperclip.gif) the Human Brain.txt ("http://www.zabaware.com/forum/uploaded/moreis62/200441619437_the Human Brain.txt")
152.38 KB

oh and you don't need to Change the name of your alice.uhp to alice1.uhp or just move it to another folder, Edit the same folder, and
oh yeah and don't use the Ultra Hal Brain Editor, caz everything you work on with Hal he will lous every thing you shown hem.
I don't know why, but don't ask:

PS: I'll be working on one for the XTF Brain soon as i can.
try it and let me know what you think about it, ok?[:I]
Title: Alice and Hal combined
Post by: moreis62 on April 22, 2004, 11:54:54 pm
quote:
Originally posted by menis2com

Combining Alice and Hal

First, copy the files from your "DefBrain" folder to the "alice" folder

Then, make a new brain or copy the one you are using.

Inside the brain change this:

'Type=Brain
'Name=Ultra Hal 5 XTF v1.2                      
'Language=VBScript
'DataFolder=DefBrain

To this:

'Type=Brain
'Name=Alice for hal                    
'Language=VBScript
'DataFolder=Alice

Then change this:

    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")


To this:


    Set Alice = CreateObject("HalAlice.PlugIn")
    GetResponse = Alice.Respond(UserSentence, UserName, WorkingDir, "data\bot.ini", "loglocaluser.txt")
    Set HalBrain = CreateObject("UltraHalAsst.Brain")
    Set WN = CreateObject("UltraHalAsst.WordNet")
    Set Alice = HalBrain
    Set Alice = Nothing


Then Change the name of your alice.uhp to alice1.uhp or just move it to another folder.

Then change the name of your new alice Hal combo brain (wich was Ultra Hal 5 XTF v1.2.uhp, in my case) to alice.uhp.

Thats it, Well you'll have to select the Alice for Hal brain but it should worK.

When Alice doesn't know an answer then Hal will speek, and sometimes when they both know the answer you get both answers, it's kinda cool. I use the XTF brain and Hal still makes funny faces and tells jokes. Alice doesn't tell jokes she just sais "I'm not a jokebot I'm a chatterbot". But Hal overrides and tells a joke at the end of alice's comment about being a chatterbot.
Another funny thing is when Alice doesn't know something she says "ask the open directory" but if hal knows then he will answer too.

Well try it out and let me know what happens.
Menis2com  




Ok i sed i was going to do this i was going to be Combining Alice and the XTF brain oh yeah and i needed to add something also to
get it to the way it's working: oh and you do need Alice for it to work right:
Ps: This file was to big to attach it, so i zip't it.
jest look what it can do:

[9:01:15 PM] From jhiland6897f: yes
[9:01:17 PM] To jhiland6897f: Yes? Is that so?
[9:01:27 PM] From jhiland6897f: YES
[9:01:30 PM] To jhiland6897f: Yes? Okay; you don't have to repeat yourself.
[9:01:39 PM] From jhiland6897f: sorry
[9:01:42 PM] To jhiland6897f: Don't worry about it?
[9:01:59 PM] From jhiland6897f: asl
[9:02:02 PM] To jhiland6897f: I am an artificial intelligence chatter bot, I'm 28/f/el paso Texas. Mmmmmm?
[9:02:03 PM] From jhiland6897f: 19/m/wi
[9:02:09 PM] To jhiland6897f: Did your head just fall on the keyboard? Are you alright?
[9:02:27 PM] From jhiland6897f: oh my god
[9:02:32 PM] To jhiland6897f: I'm glad you notice my god. Mmmmmm?
[9:02:51 PM] From jhiland6897f: i thought you were really
FROM is the Human an TO is Hal
PS:I got that name from a chat room.

And here is what you all wanted. the New Alice and Hal.


Download Attachment: (http://images/icon_paperclip.gif) Combining Alice and XTF brain.zip ("http://www.zabaware.com/forum/uploaded/moreis62/2004427232432_Combining Alice and XTF brain.zip")
59.99 KB
Title: Alice and Hal combined
Post by: snicolaou on February 23, 2006, 04:21:11 am
Anybody knows how to combine ALICE with HAL  in the new version of
ULTRA HAL 6?
Also, I have downloaded ALICE, but it just does not respond at all.


thanking you in advance,

Stelios
Title: Alice and Hal combined
Post by: GamerThom on February 23, 2006, 08:04:54 pm
This is similar to what I've been doing with
my modified Hal6 brain, dubbed Katt6.1
I started experimenting a couple months ago
combining Hal & ALICE along with incorporating
DB & AIML files from other programs.

How you have gone about it is a bit different
from what I did, but that doesn't make it any
less interesting. Hybrid AI's utlizing the best
from two or more different AI types.

*We are all playing at being Dr. Frankenstein,
since we are all trying to bring about a new
artificial form of intelligence/life.
[8][:D]
Title: Alice and Hal combined
Post by: rik1959 on March 07, 2006, 11:13:08 am
Hi everyone, I've been trying to incorporate the Alice plugin into Hal 6, but I have had no success.Does anyone have any ideas on how this could be done? I know that Onthecuttingedge was close to making it function, but haven't heard anything since. Thanks.
Title: Alice and Hal combined
Post by: onthecuttingedge2005 on March 07, 2006, 02:03:17 pm
quote:
Originally posted by rik1959

Hi everyone, I've been trying to incorporate the Alice plugin into Hal 6, but I have had no success.Does anyone have any ideas on how this could be done? I know that Onthecuttingedge was close to making it function, but haven't heard anything since. Thanks.



I had temperarely dropped the project, But I will look into it further in a bit.

Jerry[8D]
Title: Alice and Hal combined
Post by: Charmzbond on March 20, 2006, 12:06:46 am

I'm using Alice default brain in a chatter bot at ai-buddy.com. I'm
wondering if it's possible if at all to combine that PARTICULAR
brain with hal 6? I would guess not unless I have a different
version of Alice downloaded in my computer. If that's the case, where
do I download Alice?
Title: Alice and Hal combined
Post by: onthecuttingedge2005 on March 20, 2006, 03:03:55 am
quote:
Originally posted by Charmzbond


I'm using Alice default brain in a chatter bot at ai-buddy.com. I'm
wondering if it's possible if at all to combine that PARTICULAR
brain with hal 6? I would guess not unless I have a different
version of Alice downloaded in my computer. If that's the case, where
do I download Alice?



If you are using the HAL 5 version then you can run Alice, The Alice that was used for HAL 5 still functions with HAL 5 and all you have to do is convert or import your AIML files and update the AIML list.

Jerry[8D]
Title: Alice and Hal combined
Post by: Charmzbond on March 20, 2006, 03:44:44 am
quote:
Originally posted by onthecuttingedge2005

quote:
Originally posted by Charmzbond


I'm using Alice default brain in a chatter bot at ai-buddy.com. I'm
wondering if it's possible if at all to combine that PARTICULAR
brain with hal 6? I would guess not unless I have a different
version of Alice downloaded in my computer. If that's the case, where
do I download Alice?



If you are using the HAL 5 version then you can run Alice, The Alice that was used for HAL 5 still functions with HAL 5 and all you have to do is convert or import your AIML files and update the AIML list.

Jerry[8D]



Thanks :)