ccplanner / planner

The Planner for Chips Challenge
6 stars 1 forks source link

pddlagent cleanup #22

Open darrenks opened 12 years ago

darrenks commented 12 years ago

make a list of the things that are simply converted to pddl

example:

        elif top == tw.Dirt:
            print >> out, "(dirt pos-%d-%d)" % (i, j)                
darrenks commented 12 years ago

this is complete, but still needs more clean up