Found in 1 comment on Hacker News
jackhack · 2016-06-06 · Original thread
Almost 25 years ago, Jonathan Connell's book "Minimalist Mobile Robotics(1)" briefly discusses the behavior network of the pond snail, and maps it using Brooks' Subsumption Architecture. The book then goes on to discuss the implementation of a robot that roams a MIT building, seeking empty soda cans and returning them -- all without centralized control, mapping, or data collaboration between a number of distributed processors. It's fascinating!

(1) http://www.amazon.com/Minimalist-Robotics-Perspectives-Artif...

But getting back to the snail being discussed: it has a very simple map of behaviors. If wet, seeks light and crawls upwards. If horizontal, it seeks dark. If vertical it crawls up. If upside, it seeks light. When dry, it stops to feed. (Or something like this... I'm going off of memory from 20 years ago.) These very simple behaviors can lead this snail to crawl out of the water along a shore line and eat at the vegetation that exists at the boundary between water and air.

It is quite amazing to see it all reduced to a handful of behaviors which mask lower-level behaviors in a diagram which can be sketched on a cocktail napkin.

Fresh book recommendations delivered straight to your inbox every Thursday.