1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First checked in. Simple chunking tests.
Chris Waterson
as waterson
More... almost 23 years ago
Verk.
Chris Waterson
as waterson
More... almost 23 years ago
More thoughts on identifiers and goal levels.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... almost 23 years ago
Remove `impasses' from agent struct, as we don't support attribute impasses. Handle beta node with no beta tests.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... almost 23 years ago
Remove `impasses' from agent struct, as we don't support attribute impasses.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... almost 23 years ago
Shrink table (if appropriate) after enumeration.
Chris Waterson
as waterson
More... almost 23 years ago
Eliminate impasse from agent structure and tests since we don't support attribute impasses.
Chris Waterson
as waterson
More... almost 23 years ago
Thoughts on chunking, etc.
Chris Waterson
as waterson
More... almost 23 years ago
Tinker with subgoal resolution.
Chris Waterson
as waterson
More... almost 23 years ago
Use symbolic constants (`forward', etc.) instead of integer constants so that we can implement `brake'.
Chris Waterson
as waterson
More... almost 23 years ago
Some other tasks that ought to get done.
Chris Waterson
as waterson
More... almost 23 years ago
Line wrap.
Chris Waterson
as waterson
More... almost 23 years ago
All in a day's work.
Chris Waterson
as waterson
More... almost 23 years ago
Change docs to reflect the fact that we're using symbolic constants to drive motors now.
Chris Waterson
as waterson
More... almost 23 years ago
Use symbolic constants (`forward', etc.) instead of integer constants so that we can implement `brake'.
Chris Waterson
as waterson
More... almost 23 years ago
Remove assertion enforcing non-null |wme| for negative node during left-addition.
Chris Waterson
as waterson
More... almost 23 years ago
Don't o-support when doing a _negated_ test on an ^operator attribute.
Chris Waterson
as waterson
More... about 23 years ago
Test for the `wait' operator implemented using Soar8 operator reconsider semantics.
Chris Waterson
as waterson
More... about 23 years ago
Oops. Got the condition backwards.
Chris Waterson
as waterson
More... about 23 years ago
Bug 507841. The value test should be optional.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... about 23 years ago
Test for Soar8 reconsider semantics, as well as for bug 507849.
Chris Waterson
as waterson
More... about 23 years ago
Move some of the bugs into SourceForge db.
Chris Waterson
as waterson
More... about 23 years ago
Handle case where o-rejects are created for a non-existent slot.
Chris Waterson
as waterson
More... about 23 years ago
Update.
Chris Waterson
as waterson
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.
Chris Waterson
as waterson
More... about 23 years ago