Re: Turing Machines and Minds



On Apr 2, 10:03 pm, "Glen M. Sizemore" <gmsizemo...@xxxxxxxxx> wrote:
...
Consider a rat that has acquired a food-reinforced
lever-press response. The rat has been exposed to a
condition where a particular light is always on
during the session. Now, the conditions are changed
such that, the old light is periodically extinguished,
and a different light is illuminated. During this
period of time, lever-pressing does not produce food
delivery. At first, the rat continues to respond
during the second light, but eventually it stops.
It responds at a high rate, of course, when the first
light is illuminated. Clearly, it has adapted (or its
behavior has adapted - it has learned) to the
situation, and its responding is clearly controlled
by the stimuli (i.e., using ordinary language, we
would say that it reacts to the stimuli). Now, if
these contingencies are kept in force, and all other
relevant variables are held reasonably constant, the
behavior will not vary much from session to session.


This leaves begging the hard question for duplicating
this is a machine, how is the complex input processing
and output generating to locate and press the lever
work? You take the hard bit as a given but it is the
problem to be solved.


Associating is a no brainer. How things are found to be
associated in the first place is the hard bit to explain.
How more complex behaviors can be built out of simple
behaviors is the question. What are the innate internal
requirements for any of this to happen in the first place
has to be answered.


Maybe this program will impress you:

Consider a program that has acquired an F_keypress
reinforced print "lever_press" response. The program
has been exposed to a condition where key F8 is
always on during the session. Now, the conditions
are changed such that, the key F8 is periodically
not pressed, and a different key, F9, is pressed.
During this period of time, print "lever_press" does
not produce F_keypress. At first, the program
continues to respond during the F9 key press, but
eventually it stops. It responds at a high rate, of
course, when the first key F8 is pressed. Clearly,
it has adapted (or its behavior has adapted - it has
learned) to the situation, and its responding is
clearly controlled by the stimuli (i.e., using
ordinary language, we would say that it reacts to
the stimuli). Now, if these contingencies are kept
in force, and all other relevant variables are held
reasonably constant, the behavior will not vary much
from session to session.

--
JC


.



Relevant Pages

  • Re: Turing Machines and Minds
    ... Consider a rat that has acquired a food-reinforced lever-press response. ... stimuli (i.e., using ordinary language, we would say that it reacts to the ... much from session to session. ... Again, your notion that "reaction ...
    (comp.ai.philosophy)
  • Re: how to resume a sleeping thread
    ... For every request that it gets it will span a new ... till it gets the response. ... Given a pointer to a session object and the knowledge ... awaken a worker to handle it. ...
    (comp.programming.threads)
  • Re: (SOLVED) Varying session behavior between 2 nearly identical Apache/PHP setups
    ... I think the lesson here is, if you're missing headers in your output, ... Each system is running PHP 5.2.0 with identical php.ini files. ... So it appears a session is started. ... here are the response headers sent by the development system: ...
    (php.general)
  • Re: aspx to return a 404 with a friendly page inc/Session?
    ... Have u tried to implement the httphandler for this, where your session will ... D> error handler), I get an error. ... D> response code of 302. ... D> I've set up IIS to point to the aspx file, but that only works if the ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: How and why to save ViewState in a session object
    ... Thank you for your response. ... View State can be customized to be stored in a Session or Cache object. ... Cache.Add(_vskey, viewState, null, ...
    (microsoft.public.dotnet.framework.aspnet)