Skip to content

allenact_plugins.manipulathor_plugin.manipulathor_task_samplers#

[view_source]

Task Samplers for the task of ArmPointNav

AbstractMidLevelArmTaskSampler#

class AbstractMidLevelArmTaskSampler(TaskSampler)

[view_source]

AbstractMidLevelArmTaskSampler.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.

SimpleArmPointNavGeneralSampler#

class SimpleArmPointNavGeneralSampler(AbstractMidLevelArmTaskSampler)

[view_source]

SimpleArmPointNavGeneralSampler.length#

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

[view_source]

Length.

Returns

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