AI-Planning / macq

Library for action model acquisition from state trace data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty state trace displays

haz opened this issue · comments

Perhaps use the tabulate package to display traces in a nice way.

commented

I made a decent display without any dependencies for the meantime.

It isn't as pretty as tabulate and it doesn't break long states into newlines, but its a good temporary solution for visualizing what's going on, and I could build it out more if you want.

image

Nice! Let's keep it native for now, and we can gracefully fall back to that implementation if/when a tabulate version goes in.