eta.core.reasoning.infer_bottom_up

infer_bottom_up(facts, ds)[source]

Infer new facts in a “bottom-up” manner, using relevant facts in memory.

Parameters:
Returns:

A list of inferred facts.

Return type:

list[Eventuality]

Notes

TODO: still need to implement retrieval of relevant facts from memory (and generic knowledge?).