Mercurial > cortex
view org/index.org @ 573:ebdedb039cbb tip
add release.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 19 Apr 2015 04:01:53 -0700 |
parents | 202c6d19acad |
children |
line wrap: on
line source
1 #+title: CORTEX2 #+author: Robert McIntyre3 #+email: rlm@mit.edu4 #+description: cortex, a simulated enviroment for sensate AI5 #+keywords: computer vision, jMonkeyEngine3, clojure6 #+SETUPFILE: ../../aurellem/org/setup.org7 #+INCLUDE: ../../aurellem/org/level-0.org8 #+babel: :mkdirp yes :noweb yes :exports both11 ** Cortex: a virtual world for sensate AI13 This was an MEng thesis project while I was at MIT. It won the 201414 Charles and Jennifer Johnson Thesis Award –- 1st Place!16 - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]]17 - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]]19 1. [[../../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]20 2. [[../../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]21 3. [[../../cortex/html/world.html][Creating a Virtual World]]22 4. [[../../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure]]23 5. [[../../cortex/html/games.html][ Showing off: Games and Examples]]24 6. *Sensors and effectors*25 1. [[../../cortex/html/sense.html][Preamble: auxillary functions]]26 2. [[../../cortex/html/body.html][Building a Body]]27 3. [[../../cortex/html/vision.html][Vision]]28 4. [[../../cortex/html/hearing.html][Hearing]]29 5. [[../../cortex/html/touch.html][Touch]]30 6. [[../../cortex/html/proprioception.html][Proprioception]]31 7. [[../../cortex/html/movement.html][Movement]]32 8. [[../../cortex/html/integration.html][Integration]]33 7. [[../../cortex/html/gabor.html][Gabor Filters]]