allenact_plugins.ithor_plugin.ithor_task_samplers
#
ObjectNavTaskSampler
#
class ObjectNavTaskSampler(TaskSampler)
ObjectNavTaskSampler.length
#
| @property
| length() -> Union[int, float]
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
Check if observation spaces equal.
Returns
True if all Tasks that can be sampled by this sampler have the same observation space. Otherwise False.