Mercurial > cortex
view org/ideas.org @ 430:5205535237fb
fix skew in self-organizing-touch, work on thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 22 Mar 2014 16:10:34 -0400 |
parents | 30376c1c67c1 |
children | 763d13f77e03 |
line wrap: on
line source
3 * Brainstorming different sensors and effectors.5 Every sense that we have should have an effector that changes what6 that sense (or others who have that sense) experiences.8 ** Classic Senses9 | Sense | Effector |10 |------------------------------+---------------------------------|11 | Vision | Variable Coloration |12 | Hearing | Speech |13 | Proprioception | Movement |14 | Smell/Taste (Chemoreception) | Pheromones |15 | Touch | Movement / Controllable Texture |16 | Acceleration | Movement |17 | Balance (sense gravity) | Movement |19 - New Senses/Effectors20 - Levitation21 - Telekinesis22 - control of gravity within a certain radius23 - speed up/slow time24 - object creation/destruction25 - prescience -- step the simulation forward a few ticks, gather26 sensory data, then supply this data for the creature as one of its27 actual senses.29 - Symbol Sense30 Objects in the world can be queried for description /31 symbols.33 - Symbol Marking34 The ability to mark objects in the world with your own descriptions35 and symbols.37 - Vision38 Distinguish the polarization of light39 Color40 Movement42 * project ideas43 - HACKER for writing muscle-control programs : Presented with44 low-level muscle control/ sense API, generate higher level programs45 for accomplishing various stated goals. Example goals might be46 "extend all your fingers" or "move your hand into the area with47 blue light" or "decrease the angle of this joint". It would be48 like Sussman's HACKER, except it would operate with much more data49 in a more realistic world. Start off with "calisthenics" to50 develop subroutines over the motor control API. This would be the51 "spinal chord" of a more intelligent creature. The low level52 programming code might be a turning machine that could develop53 programs to iterate over a "tape" where each entry in the tape54 could control recruitment of the fibers in a muscle.55 - Make a virtual computer in the virtual world which with which the56 creature interacts using its fingers to press keys on a virtual57 keyboard. The creature can access the internet, watch videos, take58 over the world, anything it wants.59 - Make virtual instruments like pianos, drums, etc that it learns to60 play.61 - make a joint that figures out what type of joint it is (range of62 motion)64 * goals66 ** have to get done before Winston67 - [X] write an explanation for why greyscale bitmaps for senses is68 appropriate -- 1/2 day69 - [X] muscle control -- day70 - [X] proprioception sensor map in the style of the other senses -- day71 - [X] refactor integration code to distribute to each of the senses72 -- day73 - [X] create video showing all the senses for Winston -- 2 days74 - [X] spell checking !!!!!75 - [X] send package to friends for critiques -- 2 days76 - [X] fix videos that were encoded wrong, test on Internet Explorer.77 - [X] redo videos vision with new collapse code78 - [X] find a topology that looks good. (maybe nil topology?)79 - [X] fix red part of touch cube in video and image80 - [X] write summary of project for Winston \81 - [X] project proposals for Winston \82 - [X] additional senses to be implemented for Winston | -- 2 days83 - [X] send Winston package /85 ** would be cool to get done before Winston86 - [X] enable greyscale bitmaps for touch -- 2 hours87 - [X] use sawfish to auto-tile sense windows -- 6 hours88 - [X] sawfish keybinding to automatically delete all sense windows89 - [ ] proof of concept C sense manipulation -- 2 days90 - [ ] proof of concept GPU sense manipulation -- week91 - [ ] Fourier view of sound -- 2 or 3 days92 - [ ] dancing music listener -- 1 day, depends on Fourier93 - [ ] uberjar cortex demo95 ** don't have to get done before winston96 - [X] write tests for integration -- 3 days97 - [X] usertime/gametime clock HUD display -- day98 - [X] show sensor maps in HUD display? -- 4 days99 - [X] show sensor maps in AWT display? -- 2 days100 - [X] upgrade to clojure 1.3, replace all defvars with new def101 - [ ] common video creation code.103 * jMonkeyEngine ideas104 - [ ] video showing bullet joints problem105 - [ ] add mult for Matrix to Ray106 - [ ] add iterator constructs to Vector3f, Vector2f, Triangle,107 Matrix3f, Matrix4f, etc109 ;;In the elder days of Art,110 ;;Builders wrought with greatest care111 ;;Each minute and unseen part;112 ;;For the Gods see everywhere.114 * misc115 - use object tracking on moving objects to derive good static116 detectors and achieve background separation117 - temporal scale pyramids. this can help in verb recognition by118 making verb identification time-scale independent (up to a certian119 factor)