]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor copyedits in landmark.el
authorTerrence Brannon <metaperl@gmail.com>
Fri, 7 Dec 2018 22:02:54 +0000 (22:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2018 10:46:15 +0000 (12:46 +0200)
* lisp/obsolete/landmark.el: Fix author's email and commentary.

lisp/obsolete/landmark.el

index effea95cd8f28d82b75107d5ea38bec20f6aeec2..c4c4c7a20f636d3b0e5210cda251ac2af7820465 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1996-1997, 2000-2018 Free Software Foundation, Inc.
 
-;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>)
+;; Author: Terrence Brannon <metaperl@gmail.com>
 ;; Created: December 16, 1996 - first release to usenet
 ;; Keywords: games, neural network, adaptive search, chemotaxis
 ;; Version: 1.0
@@ -36,7 +36,7 @@
 ;; the smell of the tree increases, then the weights in the robot's
 ;; brain are adjusted to encourage this odor-driven behavior in the
 ;; future. If the smell of the tree decreases, the robots weights are
-;; adjusted to discourage a correct move.
+;; adjusted to discourage that odor-driven behavior.
 
 ;; In laymen's terms, the search space is initially flat. The point
 ;; of training is to "turn up the edges of the search space" so that
 ;; a single move, one moves east,west and south, then both east and
 ;; west will be improved when they shouldn't
 
+;; The source code was developed as part of a course on Brain Theory
+;; and Neural Networks at the University of Southern California. The
+;; original problem description and solution appeared in 1981 in the
+;; paper "Landmark Learning: An Illustration of Associative
+;; Search" authored by Andrew G. Barto and Richard S. Sutton and
+;; published to Biological Cybernetics.
+
 ;; Many thanks to Yuri Pryadkin <yuri@rana.usc.edu> for this
 ;; concise problem description.