changeset 394:b86bc9430119

finally returning to work on this!
author Robert McIntyre <rlm@mit.edu>
date Mon, 03 Mar 2014 22:27:12 -0500
parents 02cc0734a976
children 1af319c997cb
files org/worm_learn.clj
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/worm_learn.clj	Mon Mar 03 22:27:12 2014 -0500
     1.3 @@ -0,0 +1,17 @@
     1.4 +(ns org.aurellem.worm-learn
     1.5 +  "General worm creation framework."
     1.6 +  {:author "Robert McIntyre"}
     1.7 +  (:use (cortex world util import body sense
     1.8 +                hearing touch vision proprioception movement))
     1.9 +  (:import (com.jme3.math ColorRGBA Vector3f))
    1.10 +  (:import java.io.File)
    1.11 +  (:import com.jme3.audio.AudioNode)
    1.12 +  (:import com.aurellem.capture.RatchetTimer))
    1.13 +
    1.14 +(dorun (cortex.import/mega-import-jme3))
    1.15 +(rlm.rlm-commands/help)
    1.16 +
    1.17 +
    1.18 +
    1.19 +
    1.20 +