changeset 57:d1bf00be1f8e

whatevs.
author Robert McIntyre <rlm@mit.edu>
date Sun, 21 Dec 2014 09:52:41 -0800
parents 7464e9bc87ee (diff) 1c5b78525ae1 (current diff)
children 41818c0cea59
files org/index.org
diffstat 2 files changed, 14 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file Eyeball_Tutorial.pdf has changed
     2.1 --- a/org/index.org	Tue Oct 29 19:16:44 2013 -0400
     2.2 +++ b/org/index.org	Sun Dec 21 09:52:41 2014 -0800
     2.3 @@ -25,12 +25,19 @@
     2.4    - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]]
     2.5    - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]]
     2.6  ** Cortex: a virtual world for sensate AI 
     2.7 -  1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
     2.8 -  2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
     2.9 -  3. [[../cortex/html/world.html][Creating a Virtual World]]
    2.10 -  4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
    2.11 -  5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
    2.12 -  6. *Sensors and effectors*
    2.13 +
    2.14 + This was an MEng thesis project while I was at MIT. It won the 2014
    2.15 + Charles and Jennifer Johnson Thesis Award –- 1st Place!
    2.16 +
    2.17 + - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]]
    2.18 + - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]]
    2.19 +
    2.20 + 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
    2.21 + 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
    2.22 + 3. [[../cortex/html/world.html][Creating a Virtual World]]
    2.23 + 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]]
    2.24 + 5. [[../cortex/html/games.html][ Showing off: Games and Examples]]
    2.25 + 6. *Sensors and effectors*
    2.26       1. [[../cortex/html/sense.html][Preamble: auxillary functions]]
    2.27       2. [[../cortex/html/body.html][Building a Body]]
    2.28       3. [[../cortex/html/vision.html][Vision]]
    2.29 @@ -39,7 +46,7 @@
    2.30       6. [[../cortex/html/proprioception.html][Proprioception]]
    2.31       7. [[../cortex/html/movement.html][Movement]]
    2.32       8. [[../cortex/html/integration.html][Integration]]
    2.33 -  7. [[../cortex/html/gabor.html][Gabor Filters]]
    2.34 + 7. [[../cortex/html/gabor.html][Gabor Filters]]
    2.35  
    2.36  ** Pok\eacute{}mon
    2.37    - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]