# HG changeset patch # User Robert McIntyre # Date 1399058288 14400 # Node ID f185be439a5f2fb668f2e8478e29b951e5cc83ef # Parent 531bcd85d153a2d1749277d8c50f341962c3606b add three new citations. diff -r 531bcd85d153 -r f185be439a5f thesis/cortex.bib --- a/thesis/cortex.bib Fri May 02 14:31:39 2014 -0400 +++ b/thesis/cortex.bib Fri May 02 15:18:08 2014 -0400 @@ -217,3 +217,39 @@ implement in an environment such as {\tt CORTEX}'s.}} } +@book{Minsky:1986:SM:22939, + author = {Minsky, Marvin}, + title = {The Society of Mind}, + year = {1986}, + isbn = {0-671-60740-5}, + publisher = {Simon \& Schuster, Inc.}, + address = {New York, NY, USA}, + note = "Available at: \url{http://aurellem.org/society-of-mind}", + addendum = {\why{Society of Mind has amazing idea density and is full + of good and bad ideas. It's one of the main inspirations + for {\tt CORTEX}.}}} + +@phdthesis{push, + author = "Singh, Pushpinder", + title = "EM-ONE : an architecture for reflective commonsense thinking", + school = "MIT", + year = "2005", + note = "Available at: \url{http://hdl.handle.net/1721.1/33926}" + addendum = {\why{Inspired by Minsky's work, Singh sought to build a simulated + environment where his creatures could learn to solve problems + together. The code has similar concepts to \Phi-space in that + he collects all of a creature's past experience into a vector. + }}} + +@phdthesis{arm, + author = "Atkeson, Christopher Granger", + title = "Roles of knowledge in motor learning", + school = "MIT", + year = "1986", + note = "Available at: \url{http://hdl.handle.net/1721.1/29195}" + addendum = {\why{The author builds a robotic arm that can rapidly learn a + rigid body model of itself, then refine its motions by + practicing and gaining real-world experience. This idea of + using real-world experience to guide actions helped inspire + {\tt EMPATH}}}} +