Running:
python downward-experiments.py test-exp -c "downward_configs.py:ou" -s
"blocks:probBLOCKS-4-0.pddl"
results in this output:
2010-08-18 15:49:27,510 INFO Experiment type: local
2010-08-18 15:49:27,513 INFO Base Dir:
"/home/batman/code/downward/trunk/new-scripts/test-exp"
2010-08-18 15:49:27,514 ERROR The configs ['ou'] were not found in
"downward_configs.py"
However, the ou config is in there. The script does work when run like this:
python downward-experiments.py test-exp -c downward_configs.py -s
"blocks:probBLOCKS-4-0.pddl"
|