|
59b6845107
|
Removed dead code
|
2024-03-29 17:30:45 -04:00 |
|
|
8692700b8f
|
Epistemic problem
|
2024-03-29 16:53:29 -04:00 |
|
|
01883787da
|
Improving DCEC support
- Time based search algorithm
- Added new variables ?now and ?next
|
2023-11-20 17:23:49 -05:00 |
|
|
a747b38233
|
Handling edge cases in precondition -> formula
|
2023-11-20 17:21:18 -05:00 |
|
|
492e7bac14
|
Updating epistemic and conformant benchmarks
|
2023-11-09 17:22:41 -05:00 |
|
|
d647b0d37d
|
Fixed bug with empty plan
|
2023-11-09 17:21:27 -05:00 |
|
|
26254f895a
|
Re-org'd files to match renaming
|
2023-11-06 22:36:19 -05:00 |
|
|
7bbf1b16fd
|
Adjusting notes
|
2023-11-03 16:13:36 -04:00 |
|
|
48971ad770
|
Hooked in changes from ShadowProver and introduced grapevine domain
|
2023-11-03 16:13:05 -04:00 |
|
|
f6e1dc19eb
|
Thoughts on new heuristic
|
2023-11-02 17:37:12 -04:00 |
|
|
135852b74b
|
Moved search algorithms to folder
|
2023-11-02 17:11:12 -04:00 |
|
|
967b859ecc
|
Matching the uninformed heuristic default
|
2023-11-02 16:54:40 -04:00 |
|
|
edde3cc8e5
|
Implemented AStar and rewrote BFS to use AStar algorithm
|
2023-11-02 16:26:20 -04:00 |
|
|
2f08f98845
|
Cleaning up application of states
|
2023-10-31 15:03:00 -04:00 |
|
|
c189cdb650
|
Renamed folders to match package structure
|
2023-10-31 13:41:10 -04:00 |
|
|
7a7b01c009
|
Renamed folders to match package structure
|
2023-10-31 13:16:15 -04:00 |
|
|
0e3895d871
|
Improved caching of operations
|
2023-10-31 12:07:00 -04:00 |
|
|
61ae5a5ed6
|
Set default K for BFS runner
|
2023-10-31 12:05:56 -04:00 |
|
|
24a85a482f
|
Changed parameters to optionals for BFS
|
2023-10-31 12:05:44 -04:00 |
|
|
3d01e065a6
|
Added new case of trivial actions
|
2023-10-31 12:02:57 -04:00 |
|
|
aad79404af
|
Renaming imports to support ShadowProver changes
|
2023-10-27 10:57:15 -04:00 |
|
|
08b9c01f3e
|
Improvements to BreadthFirstPlanner
- Allow for unbounded search
- Allow for a way to look for a certain number of plans
- Use Pair from standard library
|
2023-09-26 15:08:10 -04:00 |
|
|
88b5ceee7a
|
Make planning problem constructor public for other project
|
2023-09-26 15:06:58 -04:00 |
|
|
d6bc88566f
|
Runner CLI Script
|
2023-03-29 21:17:09 -04:00 |
|
|
395872a4d4
|
Breadth First Search Implementation
|
2023-03-29 21:16:53 -04:00 |
|
|
bad5fb5914
|
Work to get it to compile
|
2023-03-29 21:15:57 -04:00 |
|
Naveen Sundar Govindarajulu
|
e4835758b7
|
Added a docker image containg a Py4J server.
|
2021-01-04 17:46:04 -08:00 |
|
Naveen Sundar Govindarajulu
|
344824aae8
|
clean up tests
|
2021-01-04 15:24:49 -08:00 |
|
Naveen Sundar Govindarajulu
|
839b3e3172
|
Adding a simplifier.
|
2018-06-18 22:05:40 -07:00 |
|
Naveen Sundar Govindarajulu
|
32e7a8fe4c
|
TORA example
|
2018-06-18 18:29:40 -07:00 |
|
Naveen Sundar Govindarajulu
|
2624b0c411
|
Adding in the soda can challenge.
|
2018-06-15 14:55:57 -07:00 |
|
Naveen Sundar Govindarajulu
|
6764c7faa4
|
Adding in the soda can challenge.
|
2018-06-15 14:48:24 -07:00 |
|
Naveen Sundar Govindarajulu
|
96688ccf2e
|
changes
|
2018-06-01 13:43:49 -04:00 |
|
Naveen Sundar Govindarajulu
|
fc1cbfb5ab
|
Fixes
|
2018-03-15 00:25:49 -07:00 |
|
Naveen Sundar Govindarajulu
|
e6cfb3e654
|
A lot of commits.
|
2018-01-02 14:32:09 -08:00 |
|
Naveen Sundar Govindarajulu
|
9bdf4fe029
|
Support for plan methods
|
2017-12-22 17:44:24 -08:00 |
|
Naveen Sundar Govindarajulu
|
381bbc60af
|
Solving a seriated cup challenge.
|
2017-06-10 22:44:47 -07:00 |
|
Naveen Sundar Govindarajulu
|
cdb9c455c8
|
Fix caching bug. Getting demo to work.
|
2017-01-24 15:40:51 -06:00 |
|
Naveen Sundar Govindarajulu
|
5ec5169ae5
|
some more edits.
|
2017-01-24 15:24:08 -06:00 |
|
Naveen Sundar Govindarajulu
|
04995c6990
|
Caching and new problem.
|
2017-01-23 23:21:01 -08:00 |
|
Naveen Sundar Govindarajulu
|
17cf8b245d
|
More warming up.
|
2017-01-22 11:31:57 -08:00 |
|
Naveen Sundar Govindarajulu
|
5cc43e4b00
|
More tweaks.
|
2017-01-22 11:29:26 -08:00 |
|
Naveen Sundar Govindarajulu
|
8d5f2464a1
|
Checking if an action is non-trivial
|
2017-01-22 09:33:10 -08:00 |
|
Naveen Sundar Govindarajulu
|
079af81ce0
|
getters and setters added.
|
2017-01-21 09:15:17 -06:00 |
|
Naveen Sundar Govindarajulu
|
bfaaf6d882
|
Speeding up things
|
2017-01-21 09:13:58 -06:00 |
|
Naveen Sundar Govindarajulu
|
b2da460d5c
|
adding methods to manage the background.
|
2017-01-19 17:19:46 -05:00 |
|
Naveen Sundar Govindarajulu
|
6919c09a4a
|
Delete goal method.
|
2017-01-19 16:41:07 -05:00 |
|
Naveen Sundar Govindarajulu
|
1476d80eab
|
Option to keep empty bindings. Default: keep.
|
2017-01-19 15:12:10 -05:00 |
|
Naveen Sundar Govindarajulu
|
14e418b37a
|
Simplify same room definition
|
2017-01-18 23:16:33 -05:00 |
|
Naveen Sundar Govindarajulu
|
d1e0cb891a
|
Some more tweaks
|
2017-01-18 22:58:41 -05:00 |
|