dupa

Author Topic: Alice and Hal combined  (Read 8602 times)

menis2com

  • Newbie
  • *
  • Posts: 8
    • View Profile
Alice and Hal combined
« 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  


 

vonsmith

  • Hero Member
  • *****
  • Posts: 602
    • View Profile
Alice and Hal combined
« Reply #1 on: April 12, 2004, 02:02:50 pm »
I'll have to check this out Dr. Frankenstein. A very strange invention indeed.


=vonsmith=
« Last Edit: April 12, 2004, 02:03:25 pm by vonsmith »
 

spydaz

  • Hero Member
  • *****
  • Posts: 670
    • View Profile
    • http://www.spydazweb.co.uk/
Alice and Hal combined
« Reply #2 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......

moreis62

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.myway.com/
Alice and Hal combined
« Reply #3 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.
« Last Edit: April 28, 2004, 01:46:48 pm by moreis62 »
ISMAEL LEDESMA.

moreis62

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.myway.com/
Alice and Hal combined
« Reply #4 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: 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]
ISMAEL LEDESMA.

moreis62

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.myway.com/
Alice and Hal combined
« Reply #5 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: Combining Alice and XTF brain.zip
59.99 KB
« Last Edit: April 27, 2004, 11:24:49 pm by moreis62 »
ISMAEL LEDESMA.

snicolaou

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Alice and Hal combined
« Reply #6 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
Stelios Nicolaou

GamerThom

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
    • http://www.charctercreationsanddesignworks.us/index.html
Alice and Hal combined
« Reply #7 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]
Gamer-T

rik1959

  • Newbie
  • *
  • Posts: 17
    • View Profile
Alice and Hal combined
« Reply #8 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.
 

onthecuttingedge2005

  • Guest
Alice and Hal combined
« Reply #9 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]

Charmzbond

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Alice and Hal combined
« Reply #10 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?
 

onthecuttingedge2005

  • Guest
Alice and Hal combined
« Reply #11 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]

Charmzbond

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Alice and Hal combined
« Reply #12 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 :)