strips icon indicating copy to clipboard operation
strips copied to clipboard

A python implementation of the STRIPS planning algorithm

Results 4 strips issues
Sort by recently updated
recently updated
newest added

Red Riding Hood story

Im trying to run with python3 but fails after convert from python2 to python3 with https://www.pythonconverter.com/ sometimes runs ok but with the same example sometimes enter onto a recursive loop

Works great! One thing, for the example description on Github: python strips.py test_strips.txt 'test_strips.txt' should be 'monkeys.txt'

I changed the print-method to function call and raw_input() to input()