allenact_plugins.manipulathor_plugin.manipulathor_task_samplers#
Task Samplers for the task of ArmPointNav
AbstractMidLevelArmTaskSampler#
class AbstractMidLevelArmTaskSampler(TaskSampler)
AbstractMidLevelArmTaskSampler.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.
SimpleArmPointNavGeneralSampler#
class SimpleArmPointNavGeneralSampler(AbstractMidLevelArmTaskSampler)
SimpleArmPointNavGeneralSampler.length#
| @property
| length() -> Union[int, float]
Length.
Returns
Number of total tasks remaining that can be sampled. Can be float('inf').