soartech / jsoar

Pure Java implementation of the Soar cognitive architecture.
http://soartech.github.com/jsoar/
BSD 3-Clause "New" or "Revised" License
53 stars 19 forks source link

Port RL trace support #98

Closed marinier closed 4 years ago

marinier commented 10 years ago

Several commits involved, many of which are refinements of earlier commits, so be sure to look over these carefully before getting started:

http://code.google.com/p/soar/source/detail?r=13815 http://code.google.com/p/soar/source/detail?r=13816 http://code.google.com/p/soar/source/detail?r=13819 http://code.google.com/p/soar/source/detail?r=13820 http://code.google.com/p/soar/source/detail?r=13827 http://code.google.com/p/soar/source/detail?r=13830 http://code.google.com/p/soar/source/detail?r=13832 http://code.google.com/p/soar/source/detail?r=13833 http://code.google.com/p/soar/source/detail?r=13837

PLindes commented 10 years ago

The trace parameter has been implemented as a parameter, but it does not actually do anything yet.

marinier commented 4 years ago

It's not 100% clear to me what this is referring to since all those links are broken, but there is a trace --rl command that appears to be implemented and working.