Variable: landmark-no-payoff

landmark-no-payoff is a customizable variable defined in landmark.el.gz.

Value

0

Documentation

The amount of simulation cycles that have occurred with no movement.

Used to move the robot when he is stuck in a rut for some reason.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defcustom landmark-no-payoff 0
  "The amount of simulation cycles that have occurred with no movement.
Used to move the robot when he is stuck in a rut for some reason."
  :type 'integer)