This site requires JavaScript, please enable it in your browser!
Greenfoot back

Report as inappropriate.

Thalamus
Thalamus presents ...

2013/10/27

Hydra nervous model

The model of easy organism with simple nervous system. It consists of neurons with intrinsic homeostatic motivations. The hydra is able to adapt to the environment in order to not waste energy.
Red/pink cloud-like object represents stomach. It is getting red when active.
Blue/red tentacles represent touch sensor. They are active when bug touch hydra.

Nervous system should prepare tentacles for catching action. Only when tentacles are prepared the hydra is able to eat a bug. Hydra should react on most appropriate sensor. If there are lot of food around it should listen to stomach more. Hydra should concentrate attention on the tentacle's sensor if just 'open mouth' and wait is not enough.

There is also light source for increasing the bug concentration at hydra start point. I also intend to use the light source for experiments with this model in order to construct self-motivated light oriented behavior.

2061 views / 530 in the last 7 days

Tags: simulation demo system nervous model motivations homeostasys

There is no HTML 5 translation of this scenario available.
View legacy version (requires Java plugin)

This scenarios uses Java features that are not available for use after conversion to HTML 5. Please try the legacy version, which requires the Java plugin to be installed.

A new version of this scenario was uploaded on Wed May 28 07:12:46 UTC 2014
davmacdavmac

2014/5/28

It looks like your scenario tries to write into a file "BeachInfo.txt". You can't write to files from scenarios uploaded here, which is why it crashes: java.security.AccessControlException: access denied ("java.io.FilePermission" "BeachInfo.txt" "write") at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372) at java.security.AccessController.checkPermission(AccessController.java:559) at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) at sun.plugin2.applet.AWTAppletSecurityManager.checkPermission(Unknown Source) at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) at java.io.FileOutputStream.<init>(FileOutputStream.java:209) at java.io.FileOutputStream.<init>(FileOutputStream.java:110) at Beach.writeBeach(Beach.java:459) at Beach.act(Beach.java:104)

Want to leave a comment? You must first log in.

Who likes this?

No votes yet.