agentmodels / webppl-agents

Webppl library for generating Gridworld MDPs. JS library for displaying Gridworld.
22 stars 4 forks source link

clean up use of underscore #37

Closed owainevans closed 8 years ago

owainevans commented 8 years ago

since underscore higher order functions mostly don't work, it's best if we minimize use of underscore. we should especially avoid use of underscore in the webbook. we can wrap underscore functions in webppl functions to ensure they are safe.

remove use of .map from library. define range as .range

basically, we can grep for underscore and clean things up.