go away spammer

Author Topic: What do you guys think of that General Learner program?  (Read 11087 times)

0 Members and 1 Guest are viewing this topic.

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
What do you guys think of that General Learner program?
« on: October 30, 2006, 02:06:15 AM »
Walter Fritz has been a proponent of software AI for many years, and he describes his general learner (GL) program as something that learns the way people do.  He talks about it in length on his robotics site.
http://www.intelligent-systems.com.ar/intsyst/presInv.htm

There are actual source snippets here:
http://www.intelligent-systems.com.ar/intsyst/GLT.htm

He doesn't seem to mention much about storage, but I would think that any such program would require a lot of hard drive storage.
He uses a Macintosh Quadra motherboard in his robot!

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
Re: What do you guys think of that General Learner program?
« Reply #1 on: November 06, 2006, 08:26:03 AM »
No one? It would be nice to have a robot controlled by a program actually capable of learning stuff.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: What do you guys think of that General Learner program?
« Reply #2 on: November 06, 2006, 12:22:27 PM »
See the problem with people who claim to have solved AI is that they have never actually built a working AI  :P

probably why no one replied . . .

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
Re: What do you guys think of that General Learner program?
« Reply #3 on: November 06, 2006, 04:04:21 PM »
Don't know about "solving" AI but I like the idea of his approach. The idea that the robot starts like a "baby" and starts learning step by step. In this case, the robot's brain is connected to the microcontrollers and rest of the body, and the robot is given motivation to start learning how to move about until he can actually stand up.

Even a mouse knows how to stand up. We have to be able to program a brain that is at least as smart as a mouse by now!


Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: What do you guys think of that General Learner program?
« Reply #4 on: November 06, 2006, 04:27:48 PM »
Many people have made this proposal, and I completely agree with them too.

You may be interested in reading Marvin Minsky's book, was very enlightening for me in AI  :)

Offline JesseWelling

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 707
  • Helpful? 0
  • Only You Can Build A Robot!
Re: What do you guys think of that General Learner program?
« Reply #5 on: November 06, 2006, 11:45:58 PM »
Animals (and Humans) have instincs...they don't learn everything. I don't buy the whole Learning from scratch idea partly because it's to slow to build effective AI. I think one of the most active areas of AI is the representation of knowledge. Once we have knowledge representation under controll (first order logic is hardly knowledge on a human scale in my book) then I think "learning ai" in a more human sense will apear. But untill then I believe we are going to have to keep telling AI what they can do and how they can learn in order for them to build specialized knowledge base to suit thier application.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: What do you guys think of that General Learner program?
« Reply #6 on: November 07, 2006, 01:04:51 PM »
Quote
because it's to slow to build effective AI
I agree . . . but all you need is one fully trained, then you can make instant copies of as many as you want . . . plus, unlike in biology, the chassis doesnt grow from scratch but instead is instant adult size.

an interesting paraphrased quote from an AI researcher I spoke with, "To program AI to solve a difficult problem, you need to solve 99% of it yourself." he is referring to the fact that the programmer solves/writes the algorithm, and the machine in the end just crunches numbers . . .

perhaps true AI is programming a robot that can reprogram itself (like humans do, when challenged) . . . but do we want that  :P

Offline JesseWelling

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 707
  • Helpful? 0
  • Only You Can Build A Robot!
Re: What do you guys think of that General Learner program?
« Reply #7 on: November 07, 2006, 07:14:31 PM »

Quote
an interesting paraphrased quote from an AI researcher I spoke with, "To program AI to solve a difficult problem, you need to solve 99% of it yourself." he is referring to the fact that the programmer solves/writes the algorithm, and the machine in the end just crunches numbers . . .


That's what I'm learning in my AI class....Sudoku is no cake walk...

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
Re: What do you guys think of that General Learner program?
« Reply #8 on: November 14, 2006, 09:47:37 AM »
Animals (and Humans) have instincs...they don't learn everything.

Can we not program these instincts into robots? Instinct seems to me an easy enough thing. Hunger, fear, pain, thirst, pattern of walking, etc...

Offline JesseWelling

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 707
  • Helpful? 0
  • Only You Can Build A Robot!
Re: What do you guys think of that General Learner program?
« Reply #9 on: November 14, 2006, 10:55:32 AM »
hunger of what? fear of what? And once we have these things how do we resolve them in a robot brain, when we don't exactly know how they are resloved in a human brain......

Seems like an over simplification to me.....

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: What do you guys think of that General Learner program?
« Reply #10 on: November 14, 2006, 12:57:21 PM »
instincts are directly related to some very important need . . . such as eating food or running away from predators or making babies . . . instincts are hardwired programs to drive the learning process and acheive important goals - motivations to make the robot do something, and possibly perserve itself from destruction.

robots have needs too . . . but they are different needs than what you and me have . . . so instincts must be different too . . . hunger instead might be 'batteries are low' . . . then that instinct will drive higher decision making functions like 'find light to recharge with solar panels,' 'slow down to conserve energy,' or 'find a mcdonalds,' etc.

if a robot had a human to care for it (ie recharge batteries, keep the evil cat away, save it from falling off the table, etc.) a robot wouldnt need instincts other than the ability to cry for mommy  :P

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
Re: What do you guys think of that General Learner program?
« Reply #11 on: November 14, 2006, 05:14:20 PM »
hunger of what? fear of what? And once we have these things how do we resolve them in a robot brain, when we don't exactly know how they are resloved in a human brain......

Seems like an over simplification to me.....

But a robot brain is programmable and we can input hunger for charging batteries. Fear would require danger assessment programming, but it could be fear of destruction.  Here's an example,

1) robot's sensors pick up approaching garbage truck

2) robot moves out of the way so it doesn't get hit by truck

or

1) sensors show that robot will fall into the Grand Canyon if he moves ten feet forward

2) robot backs away from precipice

These instincts look mathematical to me. Now suppose we add modifiers to the situations. Let's say we want the robot to go pick a flower at the edge of the cliff. He'd "be afraid" but because we ordered him he would approach the flower with a set of calculations of the risk involved. He would calculate the safest speed for approaching without rolling off the cliff, backing off if vibration sensors picked up that the edge was about to fall off.

It's not that hard to come up with ways to program instinct. Weather too hot? Roll under a shade. Pothole on road? Roll around it. Coconuts falling from trees? Move out of the way. This kind of stuff is even used nowadays in programming enemy AI in video games, it can't be that hard to give this common sense to a robot. The idea is that the robot will use sensors for gauging the environment all the time.

If you get as far as implementing stereo vision, a robot could detect a burglar breaking into the house and calling 911. I'd just program the robot to castrate the burglar.




Offline JesseWelling

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 707
  • Helpful? 0
  • Only You Can Build A Robot!
Re: What do you guys think of that General Learner program?
« Reply #12 on: November 14, 2006, 10:30:59 PM »
These instincts look mathematical to me. Now suppose we add modifiers to the situations. Let's say we want the robot to go pick a flower at the edge of the cliff. He'd "be afraid" but because we ordered him he would approach the flower with a set of calculations of the risk involved. He would calculate the safest speed for approaching without rolling off the cliff, backing off if vibration sensors picked up that the edge was about to fall off.

Not to mince words but we would program it in this situation to calculate the safest speed (in one way or another).
Don't get me wrong I think fuzzy controll is a great way to moddel certain kinds of behavior in robots, and you provide
an believable demonstartion but think of this....Why is the robot affraid? How would it know to be affraid? How would
you program that?

I'm not saying that it's impossible, but it is very much nontrivial. As for the General learner program....It is suposed to 'learn' to be afraid? or is that an instict we give it?

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: What do you guys think of that General Learner program?
« Reply #13 on: November 14, 2006, 11:06:01 PM »
Quote
It is suposed to 'learn' to be afraid? or is that an instict we give it?

An example would be fire. You dont program 'fear of fire' into the bot. You program fear of pain (sensors detect damage somehow). Making the connection, the AI based robot then learns on its own to not get burnt . . . Its like a child learning not to touch a hot stove after the child touches it . . .

The cliff is a different example, because it assumes the robot can predict the future - 'falling off a cliff will hurt, even though this has never happened to me before.' No robot to date has this predictive ability . . . it has only been preprogrammed by the programmer . . .

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
Re: What do you guys think of that General Learner program?
« Reply #14 on: November 15, 2006, 05:10:48 PM »
Because "fear" is a HEIGHTENED AWARENESS. When you are in the dark during a blackout, you fear you will trip over something and get hurt, so you begin a more thorough "sensor scan" of your own.   If you are afraid of being eaten by cannibals, lions, etc, during a safari in Africa, you start scanning the area for signs of movement and you begin an analysis of any movements to determine whether it comes from cannibals, lions or an army of baboons, whatever.  If you get on a plane and fear terrorists, you start scanning around to make sure none of the other passengers is very arab looking. In all these cases, you take a concept (falling down, being eaten, getting blown up) from your surroundings and you go through a series of reality checks.
The other type of fear is that of unknown things. These are not always rational. For example, a person, who believes in ghosts, spending a night in an old mansion, is likely to start acting in ways that dont make sense, like keeping the lights on, hiding their head in the blanket etc. But a "ghost" is something no one knows how to deal with, because it doesn't exist. If you had some hologram to scare that person, pretending it was a ghost, the person would not know how to deal with it and resort to that old universal imperative: running away.

All these things can be programmed. Fear as an indicator that heightened awareness is needed.

Today it has been one week since I had major surgery. I left the hospital saturday. I was told to be careful of getting a post-op infection so I, being "afraid", have been relatively alert to keeping my bandages clean.

Walter Fritz has emailed me his GL program source!! I'll post that source here later, because he sent it on a .sit format, which is Mac, and I'm on the PC right now.






Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: What do you guys think of that General Learner program?
« Reply #15 on: November 15, 2006, 05:25:35 PM »
An interesting question . . .

Would emotions enhance a robots' ability to survive in the 'real world'? Or be a flaw?

Offline ArislanTopic starter

  • Full Member
  • ***
  • Posts: 70
  • Helpful? 0
Re: What do you guys think of that General Learner program?
« Reply #16 on: November 15, 2006, 07:22:45 PM »
I think we sort of have that answered in science fiction. Data from Star Trek functions fine without emotions, while the boy from AI suffers because of them.

No point giving them emotions, leave those to humans.

 


Get Your Ad Here

data_list