Mercurial > cortex
view org/worm_learn.clj @ 394:b86bc9430119
finally returning to work on this!
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 03 Mar 2014 22:27:12 -0500 |
parents | |
children | 72ee485d9179 |
line wrap: on
line source
1 (ns org.aurellem.worm-learn2 "General worm creation framework."3 {:author "Robert McIntyre"}4 (:use (cortex world util import body sense5 hearing touch vision proprioception movement))6 (:import (com.jme3.math ColorRGBA Vector3f))7 (:import java.io.File)8 (:import com.jme3.audio.AudioNode)9 (:import com.aurellem.capture.RatchetTimer))11 (dorun (cortex.import/mega-import-jme3))12 (rlm.rlm-commands/help)