NAME

input-period - Set or list the input period

SYNOPSIS

input-period [period]

DESCRIPTION

This command controls the rate of input to the Soar agent. If period is not given, this command prints the current input period. If period is given, it must be a non-negative integer and is used to reset the input period. A period of 0 sets input to occur every elaboration cycle. A positive value for period sets Soar to accept input only period decision cycles. The default initial setting of the "input-period" parameter is 0.

EXAMPLES

input-period 5
Input is accepted only every 5th decision cycle by the Soar agent.