https://github.com/primaryobjects/strips-fiddle
An online editor for STRIPS AI planning with PDDL. Created with meteor.js.
https://github.com/primaryobjects/strips-fiddle
ai aiplan artificial artificial-intelligence automated automated-planning intelligence meteor meteorjs pddl planning strips strips-fiddle
Last synced: 27 days ago
JSON representation
An online editor for STRIPS AI planning with PDDL. Created with meteor.js.
- Host: GitHub
- URL: https://github.com/primaryobjects/strips-fiddle
- Owner: primaryobjects
- Created: 2015-07-01T01:37:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T16:08:48.000Z (over 2 years ago)
- Last Synced: 2025-03-24T07:41:09.631Z (about 1 month ago)
- Topics: ai, aiplan, artificial, artificial-intelligence, automated, automated-planning, intelligence, meteor, meteorjs, pddl, planning, strips, strips-fiddle
- Language: JavaScript
- Homepage: http://stripsfiddle.herokuapp.com
- Size: 153 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
STRIPS-Fiddle
======An online editor for creating [STRIPS](https://en.wikipedia.org/wiki/STRIPS) artificial intelligence planning programs using [PDDL](https://en.wikipedia.org/wiki/Planning_Domain_Definition_Language).
Run your favorite STRIPS PDDL programs right in the web browser.
Try it at https://stripsfiddle.meteorapp.com/
If you're new to STRIPS automated planning, here is a great [tutorial](http://www.primaryobjects.com/2015/11/06/artificial-intelligence-planning-with-strips-a-gentle-introduction/) to get you started.
STRIPS-Fiddle is powered by the node.js [strips](https://github.com/primaryobjects/strips) library.