# HG changeset patch # User Robert McIntyre # Date 1419184361 28800 # Node ID d1bf00be1f8e73f4d7fd512e13e292837a68f914 # Parent 7464e9bc87eec65e03220322395d44786141b18f# Parent 1c5b78525ae1de8df85d33674af1f67980d67c7a whatevs. diff -r 1c5b78525ae1 -r d1bf00be1f8e Eyeball_Tutorial.pdf Binary file Eyeball_Tutorial.pdf has changed diff -r 1c5b78525ae1 -r d1bf00be1f8e org/index.org --- a/org/index.org Tue Oct 29 19:16:44 2013 -0400 +++ b/org/index.org Sun Dec 21 09:52:41 2014 -0800 @@ -25,12 +25,19 @@ - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]] - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]] ** Cortex: a virtual world for sensate AI - 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] - 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] - 3. [[../cortex/html/world.html][Creating a Virtual World]] - 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] - 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] - 6. *Sensors and effectors* + + This was an MEng thesis project while I was at MIT. It won the 2014 + Charles and Jennifer Johnson Thesis Award –- 1st Place! + + - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] + - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] + + 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] + 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] + 3. [[../cortex/html/world.html][Creating a Virtual World]] + 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] + 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] + 6. *Sensors and effectors* 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] 2. [[../cortex/html/body.html][Building a Body]] 3. [[../cortex/html/vision.html][Vision]] @@ -39,7 +46,7 @@ 6. [[../cortex/html/proprioception.html][Proprioception]] 7. [[../cortex/html/movement.html][Movement]] 8. [[../cortex/html/integration.html][Integration]] - 7. [[../cortex/html/gabor.html][Gabor Filters]] + 7. [[../cortex/html/gabor.html][Gabor Filters]] ** Pok\eacute{}mon - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]]