I always thought this was the only way to build a true AI -- build a 'virtual baby' that has to go through much the same experiences as a human baby. I'm sure this idea has been explored somewhere already - anybody have any pointers?
If that were to happen, I would suggest that an artificial "soul" could or would be created. Once you have that on your hands, things being to get interesting. Ethics, religion law, and so on will have one hell of a job on their hands. Especially when you consider that there would be immediate and obvious military applications.
Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
11–20 of 70 posts
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#12Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#13I always thought this was the only way to build a true AI -- build a 'virtual baby' that has to go through much the same experiences as a human baby. I'm sure this idea has been explored somewhere already - anybody have any pointers?
In 'The Matrix' they had developed programs that could be uploaded to a physical brain to essentially pre-wire the brain with complex synaptic connections (or so I imagine was the effect). That would be a lot more efficient than waiting 3 years just to get to the point of trimming useless connections. We may have to 'grow' a virtual brain via training to develop the basic platform, but then pre-load it with operations to save time.
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#14I always thought this was the only way to build a true AI -- build a 'virtual baby' that has to go through much the same experiences as a human baby. I'm sure this idea has been explored somewhere already - anybody have any pointers?
What does this even mean?
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#15Are physics engines not yet accurate enough to enable "virtual" pre-training / full training of the networks, lighting conditions, etc? If they are, exclusively using physical robots seems somewhat inefficient.
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#16Are physics engines not yet accurate enough to enable "virtual" pre-training / full training of the networks, lighting conditions, etc? If they are, exclusively using physical robots seems somewhat inefficient.
That's a very interesting question. My guess is that the physics of grabbing things, especially non-rigid things, is very messy and difficult to simulate. It would be great if someone here were able to give a detailed answer to this question though.
The two main issues are that it is computationally expensive, but also that your mechanical modeling has to closely match that of the actual robot (especially the contact model), otherwise I suspect the training data will be useless in the end.
So if you can afford an actual robot, it makes sense to do the training using it.
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#17I always thought this was the only way to build a true AI -- build a 'virtual baby' that has to go through much the same experiences as a human baby. I'm sure this idea has been explored somewhere already - anybody have any pointers?
http://people.csail.mit.edu/brooks/papers/CMAA-group.pdf
If I may paraphase, his model is biologically inspired -- believing hierarchical layers of behaviours, lack of a central planning model (distributed processing), and physical and temporal placement in the world (rather than abstractions of the world, or observe/process/react loops) are essential to the formation of a truly intelligent machine.
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#18Earlier quoted context omitted.
If that were to happen, I would suggest that an artificial "soul" could or would be created. Once you have that on your hands, things being to get interesting. Ethics, religion law, and so on will have one hell of a job on their hands. Especially when you consider that there would be immediate and obvious military applications.
Do animals have souls, and do we care?
A powerful and incensed AI could destroy the foundations of global society before we would even know what's going on.
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#19Earlier quoted context omitted.
That's a very interesting question. My guess is that the physics of grabbing things, especially non-rigid things, is very messy and difficult to simulate. It would be great if someone here were able to give a detailed answer to this question though.
It is difficult, but doable assuming Coulomb friction. The two main issues are that it is computationally expensive, but also that your mechanical modeling has to closely match that of the actual robot (especially the contact model), otherwise I suspect the training data will be useless in the end. So if you can afford an actual robot, it makes sense to do the training using it.
Re: Google Wants to Solve Robotic Grasping by Letting Robots Learn for Themselves
#20I always thought this was the only way to build a true AI -- build a 'virtual baby' that has to go through much the same experiences as a human baby. I'm sure this idea has been explored somewhere already - anybody have any pointers?