Mercurial > cortex
comparison org/ideas.org @ 391:30376c1c67c1
cleanup.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 09 Jun 2013 16:11:14 -0400 |
parents | 057d47fc4789 |
children | 763d13f77e03 |
comparison
equal
deleted
inserted
replaced
390:9db9d5ca2d72 | 391:30376c1c67c1 |
---|---|
20 - Levitation | 20 - Levitation |
21 - Telekinesis | 21 - Telekinesis |
22 - control of gravity within a certain radius | 22 - control of gravity within a certain radius |
23 - speed up/slow time | 23 - speed up/slow time |
24 - object creation/destruction | 24 - object creation/destruction |
25 - future-sight -- step the simulation forward a few ticks, gather | 25 - prescience -- step the simulation forward a few ticks, gather |
26 sensory data, then supply this data for the creature as one of its | 26 sensory data, then supply this data for the creature as one of its |
27 actual senses. | 27 actual senses. |
28 | 28 |
29 - Symbol Sense | 29 - Symbol Sense |
30 Where objects in the world can be queried for description / | 30 Objects in the world can be queried for description / |
31 symbols. | 31 symbols. |
32 | 32 |
33 - Symbol Marking | 33 - Symbol Marking |
34 The ability to mark objects in the world with your own descriptions | 34 The ability to mark objects in the world with your own descriptions |
35 and symbols. | 35 and symbols. |
58 over the world, anything it wants. | 58 over the world, anything it wants. |
59 - Make virtual instruments like pianos, drums, etc that it learns to | 59 - Make virtual instruments like pianos, drums, etc that it learns to |
60 play. | 60 play. |
61 - make a joint that figures out what type of joint it is (range of | 61 - make a joint that figures out what type of joint it is (range of |
62 motion) | 62 motion) |
63 | |
64 | |
65 | |
66 | |
67 | 63 |
68 * goals | 64 * goals |
69 | 65 |
70 ** have to get done before Winston | 66 ** have to get done before Winston |
71 - [X] write an explanation for why greyscale bitmaps for senses is | 67 - [X] write an explanation for why greyscale bitmaps for senses is |
97 - [ ] uberjar cortex demo | 93 - [ ] uberjar cortex demo |
98 | 94 |
99 ** don't have to get done before winston | 95 ** don't have to get done before winston |
100 - [X] write tests for integration -- 3 days | 96 - [X] write tests for integration -- 3 days |
101 - [X] usertime/gametime clock HUD display -- day | 97 - [X] usertime/gametime clock HUD display -- day |
102 - [ ] find papers for each of the senses justifying my own | |
103 representation -- week | |
104 - [X] show sensor maps in HUD display? -- 4 days | 98 - [X] show sensor maps in HUD display? -- 4 days |
105 - [X] show sensor maps in AWT display? -- 2 days | 99 - [X] show sensor maps in AWT display? -- 2 days |
106 - [X] upgrade to clojure 1.3, replace all defvars with new def | 100 - [X] upgrade to clojure 1.3, replace all defvars with new def |
107 - [ ] common video creation code. | 101 - [ ] common video creation code. |
108 | 102 |
115 ;;In the elder days of Art, | 109 ;;In the elder days of Art, |
116 ;;Builders wrought with greatest care | 110 ;;Builders wrought with greatest care |
117 ;;Each minute and unseen part; | 111 ;;Each minute and unseen part; |
118 ;;For the Gods see everywhere. | 112 ;;For the Gods see everywhere. |
119 | 113 |
120 | |
121 * misc | 114 * misc |
122 - use object tracking on moving objects to derive good static | 115 - use object tracking on moving objects to derive good static |
123 detectors and achieve background separation | 116 detectors and achieve background separation |
124 - temporal scale pyramids. this can help in verb recognition by | 117 - temporal scale pyramids. this can help in verb recognition by |
125 making verb identification time-scale independent (up to a certian | 118 making verb identification time-scale independent (up to a certian |