(compile-file "gridworld-definitions.lisp")
(compile-file "gridworld-planning.lisp")
(compile-file "simulation-and-function-evaluation.lisp")
(compile-file "gridworld-world.lisp")
;(compile-file "run-agents.lisp")
;(compile-file "implement-effects.lisp"); originally caused compiler issues,
                                        ; and using the compiled version
                                        ; slows down run-multiple-agents
                                        ; by 2 orders of magnitude!