Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a1090c0
Update to include test code, realize issues, and clean up unnecessary…
carwyn987 Sep 25, 2025
f023860
Update, identified location of bug that exists within linearize, but …
carwyn987 Sep 27, 2025
31349ba
Add initial layer interference test, recursive goal testing, and appr…
carwyn987 Sep 27, 2025
e2f48d3
Add action application to verify results
carwyn987 Sep 27, 2025
0fb3902
Add changes, stuff doesn't work
carwyn987 Sep 29, 2025
7a3ad7c
I have made the formulation understandable now. Each level is grouped…
carwyn987 Sep 29, 2025
5234d7b
Cake problem works now. On to debugging shopping problem );
carwyn987 Sep 29, 2025
5fbbc85
If I ever see GraphPlan in a dark alley it's not leaving alive. ... b…
carwyn987 Sep 30, 2025
60d33ea
Now I'm confused about some of the tests. ... tennis problem also fai…
carwyn987 Sep 30, 2025
cb71b64
Improved extract_solution
carwyn987 Sep 30, 2025
256863c
Most tests consistently passing
carwyn987 Oct 1, 2025
204b19b
Working! Needed to update the extract_solution to attempt every power…
carwyn987 Oct 4, 2025
ea6ca75
Cleanup
carwyn987 Oct 4, 2025
c6ce67c
Cleanup and pytest configuration work
carwyn987 Oct 5, 2025
a2265d7
Merge pull request #1 from carwyn987/experimental/revert_ordering_and…
carwyn987 Oct 5, 2025
82e061b
More cleanup, removed unnecessary functions
carwyn987 Oct 5, 2025
4a24a2e
Further cleanup
carwyn987 Oct 5, 2025
497414c
Issue identified. Leveloff condition failing to check for mutex equiv…
carwyn987 Oct 5, 2025
b16e862
Differentiated between state and action mutexes. Fixed leveloff funct…
carwyn987 Oct 5, 2025
dabd9bd
Remove lingering print statement
carwyn987 Oct 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ git submodule init
git submodule update
```

Wait for the datasets to download, it may take a while. Once they are downloaded, you need to install `pytest`, so that you can run the test suite:

`pip install pytest`
Wait for the datasets to download, it may take a while.

Then to run the tests:

Expand Down
Loading