First checked in. Simple chunking tests. |
|
More...
|
almost 23 years ago
|
Verk. |
|
More...
|
almost 23 years ago
|
More thoughts on identifiers and goal levels. |
|
More...
|
almost 23 years ago
|
Alter `print' command to return a Tcl result (instead of just sending output to stdout), so script can inspect the agent's state. |
|
More...
|
almost 23 years ago
|
Remove `impasses' from agent struct, as we don't support attribute impasses. Handle beta node with no beta tests. |
|
More...
|
almost 23 years ago
|
Remove `impasses' from agent struct, as we don't support attribute impasses. Fix broken linked-list manipulation in do_right_(addition|removal) that was causing us to end up in an infinite loop for negative beta nodes. Pretty print aceptable preferences. |
|
More...
|
almost 23 years ago
|
Remove `impasses' from agent struct, as we don't support attribute impasses. |
|
More...
|
almost 23 years ago
|
Remove `impasses' from agent struct, as we don't support attribute impasses. Implemented `proper' cleanup of substates which does a mark-and-sweep from live goals. |
|
More...
|
almost 23 years ago
|
Fix bugs 503424 and 503427: the logic that computed dominated candidates was causing a `better' or a `worse' to cause _every_ other candidate to be dominated. Made subgoal cleanup really work. |
|
More...
|
almost 23 years ago
|
Shrink table (if appropriate) after enumeration. |
|
More...
|
almost 23 years ago
|
Eliminate impasse from agent structure and tests since we don't support attribute impasses. |
|
More...
|
almost 23 years ago
|
Thoughts on chunking, etc. |
|
More...
|
almost 23 years ago
|
Tinker with subgoal resolution. |
|
More...
|
almost 23 years ago
|
Use symbolic constants (`forward', etc.) instead of integer constants so that we can implement `brake'. |
|
More...
|
almost 23 years ago
|
Some other tasks that ought to get done. |
|
More...
|
almost 23 years ago
|
Line wrap. |
|
More...
|
almost 23 years ago
|
All in a day's work. |
|
More...
|
almost 23 years ago
|
Change docs to reflect the fact that we're using symbolic constants to drive motors now. |
|
More...
|
almost 23 years ago
|
Use symbolic constants (`forward', etc.) instead of integer constants so that we can implement `brake'. |
|
More...
|
almost 23 years ago
|
Remove assertion enforcing non-null |wme| for negative node during left-addition. |
|
More...
|
almost 23 years ago
|
Don't o-support when doing a _negated_ test on an ^operator attribute. |
|
More...
|
about 23 years ago
|
Test for the `wait' operator implemented using Soar8 operator reconsider semantics. |
|
More...
|
about 23 years ago
|
Oops. Got the condition backwards. |
|
More...
|
about 23 years ago
|
Bug 507841. The value test should be optional. |
|
More...
|
about 23 years ago
|
Bug 507849. When doing a right-removal on a negative node, we need to iterate through the remaining right-memories for each blocked token to see if it is still blocked. |
|
More...
|
about 23 years ago
|
Test for Soar8 reconsider semantics, as well as for bug 507849. |
|
More...
|
about 23 years ago
|
Move some of the bugs into SourceForge db. |
|
More...
|
about 23 years ago
|
Handle case where o-rejects are created for a non-existent slot. |
|
More...
|
about 23 years ago
|
Update. |
|
More...
|
about 23 years ago
|
Make ASSERT be an expression instead of a statement. Assert we have good types in INIT_SYMBOL and SET_SYMBOL_TYPE so we don't need to bother masking during set. |
|
More...
|
about 23 years ago
|