rlm@572: #+title: CORTEX rlm@572: #+author: Robert McIntyre rlm@572: #+email: rlm@mit.edu rlm@572: #+description: cortex, a simulated enviroment for sensate AI rlm@572: #+keywords: computer vision, jMonkeyEngine3, clojure rlm@572: #+SETUPFILE: ../../aurellem/org/setup.org rlm@572: #+INCLUDE: ../../aurellem/org/level-0.org rlm@572: #+babel: :mkdirp yes :noweb yes :exports both rlm@572: rlm@572: rlm@572: ** Cortex: a virtual world for sensate AI rlm@572: rlm@572: This was an MEng thesis project while I was at MIT. It won the 2014 rlm@572: Charles and Jennifer Johnson Thesis Award –- 1st Place! rlm@572: rlm@572: - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] rlm@572: - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] rlm@572: rlm@572: 1. [[../../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] rlm@572: 2. [[../../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] rlm@572: 3. [[../../cortex/html/world.html][Creating a Virtual World]] rlm@572: 4. [[../../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure]] rlm@572: 5. [[../../cortex/html/games.html][ Showing off: Games and Examples]] rlm@572: 6. *Sensors and effectors* rlm@572: 1. [[../../cortex/html/sense.html][Preamble: auxillary functions]] rlm@572: 2. [[../../cortex/html/body.html][Building a Body]] rlm@572: 3. [[../../cortex/html/vision.html][Vision]] rlm@572: 4. [[../../cortex/html/hearing.html][Hearing]] rlm@572: 5. [[../../cortex/html/touch.html][Touch]] rlm@572: 6. [[../../cortex/html/proprioception.html][Proprioception]] rlm@572: 7. [[../../cortex/html/movement.html][Movement]] rlm@572: 8. [[../../cortex/html/integration.html][Integration]] rlm@572: 7. [[../../cortex/html/gabor.html][Gabor Filters]]