dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - toborman

Pages: [1]
1
Programming using the Ultra Hal Brain Editor / What's on my mind
« on: March 08, 2008, 10:11:56 am »
quote:
I believe this solution when worked out will give the bot greater reasoning abilities far beyond what is currently understood.



anything that adds "understanding" to Hal will enhance his ability.  thanks for working on this. I'm sure you will learn something from this experiment.

for some additional ideas check out this site:
http://mindmap.iwarp.com/

2
General Discussion / forum slowing down
« on: November 06, 2007, 09:32:58 pm »
Spydaz

I am also interested in increasing AI functions for Hal, but I recognize that each of us has our own reasons for using Hal.  If we want to see more AI functions in Hal, we can help by describing those functions so that people with development skills might be motivated to address them.

3
Programming using the Ultra Hal Brain Editor / Chess
« on: September 16, 2007, 09:19:20 pm »
spydaz try this site for chess source in vb

http://www.freevbcode.com/ShowCode.Asp?ID=4980

4
Programming using the Ultra Hal Brain Editor / Chess
« on: September 15, 2007, 04:16:07 pm »
quote:
i would be interested in any chess code floating about,


the gnuchess site has a download with source code.
http://www.gnu.org/software/chess/

5
Ultra Hal 7.0 / abductive reasoning
« on: September 14, 2007, 07:36:28 pm »
Thanks Jerry,

I'm looking forward to getting the info.

6
Ultra Hal 7.0 / abductive reasoning
« on: September 14, 2007, 01:06:50 pm »
I’m working on a routine to give Hal abductive reasoning abilities, but my lack of experience with the brain editor functions is holding things up.

I’m looking for a function that matches the second entry of the deductive.brn and returns the first entry.  Also, I would like a way to return multiple answers, if present.

Hal would behave as follows:

(current behaviour)
' User: If a person is overweight, then that person’s health is in danger.
' Ultra Hal: I see the relationship.
' User: If a person drinks excessively, then that person’s health is in danger.
' Ultra Hal: I see the relationship.
‘ User: Molly is a person.
‘ Ultra Hal: I see.

(new behaviour)
' User: Molly's health is in danger.
' Ultra Hal: Is that because Molly is overweight or because Molly drinks excessively?
or
' User: Why do you think Molly's health is in danger?
' Ultra Hal: Possibly because Molly is overweight or because Molly drinks excessively.

Pages: [1]