Skip to content

allenact_plugins.ithor_plugin.ithor_task_samplers#

[view_source]

ObjectNavTaskSampler#

class ObjectNavTaskSampler(TaskSampler)

[view_source]

ObjectNavTaskSampler.length#

 | @property
 | length() -> Union[int, float]

[view_source]

Length.

Returns

Number of total tasks remaining that can be sampled. Can be float('inf').

ObjectNavTaskSampler.all_observation_spaces_equal#

 | @property
 | all_observation_spaces_equal() -> bool

[view_source]

Check if observation spaces equal.

Returns

True if all Tasks that can be sampled by this sampler have the same observation space. Otherwise False.