Open ashayathalye opened 4 months ago
if all(a.holds(traj[cur_idx]) for a in expected_atoms) breaks with VLM predicates, need to do what utils.abstract() does @ querying the VLM for the value of the predicate
if all(a.holds(traj[cur_idx]) for a in expected_atoms)
utils.abstract()
if all(a.holds(traj[cur_idx]) for a in expected_atoms)
breaks with VLM predicates, need to do whatutils.abstract()
does @ querying the VLM for the value of the predicate