AI-Planning / macq

Library for action model acquisition from state trace data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate ObservationLists from TraceList

e-cal opened this issue · comments

commented

Currently, ObservationLists inherits from TraceList, which often causes circular import errors (with hacky workarounds) and prevents ObservationLists from being moved to the Observation API. Although separating them will create some duplicate code, it is worth it to clean up some hacky code, and to move it to the API it makes more sense in.