;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Environment loading file ;;; ;;; This file contains the necessary load statements ;;; to start ACT-R/PM and Segman. ;;; ;;; File: env-load.lisp ;;; Author: Andrew R. Freed ;;; Creation date: 11/February/03 ;;; Last modified: 25/March/03 ;;; ;;; This file runs under ACT-R/PM 5.0, RPM v2.17b, Segman v3.1, and ACL 5.0.1 ;; This file simply loads the ACT-R environment, with Segman. ;; Optimally, this file would be loaded on Lisp startup (load "c:/Research/systems/testing/ACTRPM/code/+ load-rpm.lisp") (load "c:/Research/systems/testing/segman-v3.1/load-system.lisp") (load "c:/Research/systems/testing/segman-interface")