MCPcopy Create free account
hub / github.com/apple/ml-llarp / get_sampled

Method get_sampled

llarp/task/predicate_task.py:281–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

279 return self._get_observations(episode)
280
281 def get_sampled(self) -> List[PddlEntity]:
282 return [self.new_entities[k] for k in self._sampled_names]
283
284
285def _strip_instance_id(instance_id: str) -> str:

Callers 7

get_observationMethod · 0.80
get_observationMethod · 0.80
get_observationMethod · 0.80
update_metricMethod · 0.80
update_metricMethod · 0.80
update_metricMethod · 0.80
update_metricMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected