comparison org/self_organizing_touch.clj @ 526:01934317b25b

changes from conference.
author Robert McIntyre <rlm@mit.edu>
date Mon, 21 Apr 2014 02:11:29 -0400
parents f339e3d5cc8c
children 0b891e0dd809
comparison
equal deleted inserted replaced
523:90b236381642 526:01934317b25b
123 (let [experiences (atom []) 123 (let [experiences (atom [])
124 world (apply-map 124 world (apply-map
125 worm-world 125 worm-world
126 (assoc (worm-segment-defaults) 126 (assoc (worm-segment-defaults)
127 :experiences experiences 127 :experiences experiences
128 :record (File. "/home/r/proj/cortex/thesis/video/touch-learn-2/")))] 128 :record false
129 ;;(File. "/home/r/proj/cortex/thesis/video/touch-learn-2/")
130 ))]
129 (run-world world) 131 (run-world world)
130 (->> 132 (->>
131 @experiences 133 @experiences
132 (drop 175) 134 (drop 175)
133 ;; access the single segment's touch data 135 ;; access the single segment's touch data