(self)
| 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 | |
| 285 | def _strip_instance_id(instance_id: str) -> str: |
no outgoing calls
no test coverage detected