0

I have gone through github extensively. Last time I checked the CLIPS tag was removed btw.

I am looking for CLIPS code repositories that contain AI Planners. Since the word CLIPS confuses many search engines, I was hoping the wider community might have better answers. A single example planner that is more than 40 lines long, slightly more than a homework assignment.

Voicegap
  • 33
  • 7

2 Answers2

1

Github is the largest repository of CLIPS projects that I've found. I've seen a few planning projects there, mostly programs that move a robot to accomplish some goals.

Gary Riley
  • 10,130
  • 2
  • 19
  • 34
0

I found a generalized planning system written in CLIPS that was part of a Masters Thesis here: https://github.com/arcra/PlanningEngine

Voicegap
  • 33
  • 7