0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add problem 3 and some ipython notebooks and a webcam streamer More... over 9 years ago
add executable ngrok for web server through WLAN More... over 9 years ago
Merge branch 'gh-pages' More... almost 10 years ago
relative links rather than tld-relative More... almost 10 years ago
add pdfs More... almost 10 years ago
add reference More... almost 10 years ago
My 8-puzzle solutions seem a bit deeper than necessary, but can't find any bugs More... almost 10 years ago
gitignore More... almost 10 years ago
creative challenge for performance credit More... almost 10 years ago
EightPuzzle solution no longer works for me More... almost 10 years ago
creative challenge for performance credit More... almost 10 years ago
add more strips (pddl) files from lectures and assignments. add ipython notebook for creative challenge assignment More... almost 10 years ago
simplification and generalization of EightPuzzle More... almost 10 years ago
add strips file with both domain and problem More... almost 10 years ago
docstring with working example More... almost 10 years ago
renamed pddl_parser to pddl, so you can import pddl.grammar, etc More... almost 10 years ago
generic Problem base class for RandomProblem1 with hard-coded goal and initial state More... almost 10 years ago
base class World separate from hard-coded actions in RandomWorld More... almost 10 years ago
only issue is that top level dict for domain has keys init and goal rather than the domain name More... almost 10 years ago
no named parsers More... almost 10 years ago
started to add names to parse elements, but that broke the domain+problem parsing More... almost 10 years ago
tests pass and can parse both problems and domains More... almost 10 years ago
works branch merged More... almost 10 years ago
attempt to merge some of works->master More... almost 10 years ago
broke the name_states parser More... almost 10 years ago
Correctly parses an entire problem! Also correctly parses a domain header. More... about 10 years ago
enclosed Dict pairs for init and goal works! More... about 10 years ago
incorporating the loose_grammar pyparing parser into the RandomProblem1 class More... about 10 years ago
sandbox() is almost enough to do the job! More... about 10 years ago
draft pddl/strips parser based on pyparser and ggp parser More... about 10 years ago