Move goal state labels into a separate directory
Right now goal states are constructed from labels hard-coded in compute_stats.constructGoalState
. We should break each label sequence out into its own file, and store all the files together in some directory. Maybe config/goal_state_labels
, for example.