MCPcopy Create free account

hub / github.com/FrankZxShen/MCoCoNav / types & classes

Types & classes227 in github.com/FrankZxShen/MCoCoNav

↓ 6 callersClassCollisionDetails
multi-robot-setting/habitat/tasks/rearrange/utils.py:62
↓ 5 callersClassFMMPlanner
utils/fmm_planner.py:39
↓ 4 callersClassChatCompletionResponse
VLM/glm4_openai_api_demo_1gpu.py:130
↓ 4 callersClassShortestPathPoint
multi-robot-setting/habitat/core/simulator.py:224
↓ 3 callersClassChatCompletionResponseStreamChoice
VLM/glm4_openai_api_demo_1gpu.py:119
↓ 3 callersClassDeltaMessage
VLM/glm4_openai_api_demo_1gpu.py:97
↓ 3 callersClassEnv
r"""Fundamental environment class for :ref:`habitat`. :data observation_space: ``SpaceDict`` object corresponding to sensor in sim and ta
multi-robot-setting/habitat/core/env.py:26
↓ 3 callersClassNavigationGoal
r"""Base class for a goal specification hierarchy.
multi-robot-setting/habitat/tasks/nav/nav.py:138
↓ 3 callersClassSensorSuite
r"""Represents a set of sensors, with each sensor being identified through a unique id.
multi-robot-setting/habitat/core/simulator.py:183
↓ 3 callersClassVocabDict
multi-robot-setting/habitat/datasets/utils.py:55
↓ 2 callersClassActionSpace
A dictionary of ``EmbodiedTask`` actions and their argument spaces. .. code:: py self.observation_space = spaces.ActionSpace({
multi-robot-setting/habitat/core/spaces.py:33
↓ 2 callersClassAgentState
multi-robot-setting/habitat/core/simulator.py:218
↓ 2 callersClassBatchNormalize
r""" I can't believe this isn't supported https://github.com/pytorch/vision/issues/157
RedNet/RedNet_model.py:332
↓ 2 callersClassDatasetFloatJSONEncoder
r"""JSON Encoder that sets a float precision for a space saving purpose and encodes ndarray and quaternion. The encoder is compatible with JSON
multi-robot-setting/habitat/core/utils.py:117
↓ 2 callersClassNavigationEpisode
r"""Class for episode specification that includes initial position and rotation of agent, scene name, goal and optional shortest paths. An epi
multi-robot-setting/habitat/tasks/nav/nav.py:154
↓ 2 callersClassObjectGoal
r"""Object goal provides information about an object that is target for navigation. That can be specify object_id, position and object categor
multi-robot-setting/habitat/tasks/nav/object_nav_task.py:69
↓ 2 callersClassObjectGoalNavEpisode
r"""ObjectGoal Navigation Episode :param object_category: Category of the obect
multi-robot-setting/habitat/tasks/nav/object_nav_task.py:32
↓ 2 callersClassRearrangeEpisode
r"""Specifies additional objects, targets, markers, and ArticulatedObject states for a particular instance of an object rearrangement task. :prop
multi-robot-setting/habitat/datasets/rearrange/rearrange_dataset.py:24
↓ 2 callersClassSemanticPredMaskRCNN
utils/semantic_prediction.py:22
↓ 2 callersClassSemantic_Mapping
Semantic_Mapping
semantic_mapping.py:12
↓ 2 callersClass_ReadWrapper
r"""Convenience wrapper to track if a connection to a worker process should have something to read.
multi-robot-setting/habitat/core/vector_env.py:83
↓ 2 callersClass_WriteWrapper
r"""Convenience wrapper to track if a connection to a worker process can be written to safely. In other words, checks to make sure the result
multi-robot-setting/habitat/core/vector_env.py:104
↓ 1 callersClassAABBReceptacle
Defines an AABB Receptacle volume above a surface for sampling object placements within a scene.
multi-robot-setting/habitat/datasets/rearrange/receptacle.py:93
↓ 1 callersClassAddBias
utils/model.py:58
↓ 1 callersClassBatchPredictor
Create a simple end-to-end predictor with the given config that runs on single device for a list of input images. Compared to using the
utils/semantic_prediction.py:192
↓ 1 callersClassCacheHelper
multi-robot-setting/habitat/tasks/rearrange/utils.py:237
↓ 1 callersClassChannelPool
utils/model.py:46
↓ 1 callersClassChatCompletionResponseChoice
VLM/glm4_openai_api_demo_1gpu.py:114
↓ 1 callersClassChatMessageResponse
VLM/glm4_openai_api_demo_1gpu.py:90
↓ 1 callersClassCogVLM2
src/vlm.py:21
↓ 1 callersClassConfig
multi-robot-setting/habitat/config/default.py:13
↓ 1 callersClassConnectionWrapper
Proxy class for _multiprocessing.Connection which uses ForkingPickler to serialize objects. Will use the Pickle5 backport if available.
multi-robot-setting/habitat/utils/pickle5_multiprocessing.py:50
↓ 1 callersClassDatasetJSONEncoder
multi-robot-setting/habitat/core/dataset.py:187
↓ 1 callersClassDebugVisualizer
Support class for simple visual debugging of a Simulator instance. Assumes the default agent (0) is a camera (i.e. there exists an RGB sensor
multi-robot-setting/habitat/sims/habitat_simulator/debug_visualizer.py:17
↓ 1 callersClassEQAEpisode
r"""Specification of episode that includes initial position and rotation of agent, goal, question specifications and optional shortest paths.
multi-robot-setting/habitat/tasks/eqa/eqa.py:30
↓ 1 callersClassEmptySpace
A ``gym.Space`` that reflects arguments space for action that doesn't have arguments. Needed for consistency ang always samples `None` value.
multi-robot-setting/habitat/core/spaces.py:15
↓ 1 callersClassEpisodeIterator
r"""Episode Iterator class that gives options for how a list of episodes should be iterated. Some of those options are desirable for the inte
multi-robot-setting/habitat/core/dataset.py:328
↓ 1 callersClassForkingPickler5
multi-robot-setting/habitat/utils/pickle5_multiprocessing.py:28
↓ 1 callersClassHabitatLogger
multi-robot-setting/habitat/core/logging.py:10
↓ 1 callersClassHabitatSimActionsSingleton
r"""Implements an extendable Enum for the mapping of action names to their integer values. This means that new action names can be added, but
multi-robot-setting/habitat/sims/habitat_simulator/actions.py:28
↓ 1 callersClassIkHelper
multi-robot-setting/habitat/tasks/rearrange/utils.py:300
↓ 1 callersClassImageSegmentation
utils/semantic_prediction.py:58
↓ 1 callersClassInstructionData
multi-robot-setting/habitat/tasks/vln/vln.py:23
↓ 1 callersClassLLM_Agent
agents/vlm_agents.py:57
↓ 1 callersClassLLM_Agent_GT
agents/vlm_agents_gt.py:56
↓ 1 callersClassListSpace
A ``gym.Space`` that describes a list of other Space. Used to describe list of tokens ids, vectors and etc. .. code:: py observ
multi-robot-setting/habitat/core/spaces.py:83
↓ 1 callersClassMarkerInfo
A data structure to track information about markers in the scene. These are automatically updated based on the position of the articulated li
multi-robot-setting/habitat/tasks/rearrange/marker_info.py:11
↓ 1 callersClassMeasurements
r"""Represents a set of Measures, with each :ref:`Measure` being identified through a unique id.
multi-robot-setting/habitat/core/embodied_task.py:140
↓ 1 callersClassMetrics
r"""Dictionary containing measurements.
multi-robot-setting/habitat/core/embodied_task.py:125
↓ 1 callersClassModelCard
A Pydantic model representing a model card, which provides metadata about a machine learning model. It includes fields like model ID, owner,
VLM/glm4_openai_api_demo_1gpu.py:47
↓ 1 callersClassModelList
VLM/glm4_openai_api_demo_1gpu.py:61
↓ 1 callersClassMulti_Agent_Env
The Object Goal Navigation environment class. The class is responsible for loading the dataset, generating episodes, and computing evaluation
envs/habitat/multi_agent_env_vlm.py:16
↓ 1 callersClassObjectViewLocation
r"""ObjectViewLocation provides information about a position around an object goal usually that is navigable and the object is visible with specif
multi-robot-setting/habitat/tasks/nav/object_nav_task.py:46
↓ 1 callersClassObservations
r"""Dictionary containing sensor observations
multi-robot-setting/habitat/core/simulator.py:96
↓ 1 callersClassQuestionData
multi-robot-setting/habitat/tasks/eqa/eqa.py:21
↓ 1 callersClassRearrangeDatasetV0
r"""Class inherited from PointNavDataset that loads Rearrangement dataset.
multi-robot-setting/habitat/datasets/rearrange/rearrange_dataset.py:39
↓ 1 callersClassRearrangeEpisodeGenerator
Generator class encapsulating logic for procedurally sampling individual episodes for general rearrangement tasks. Initialized from a provided co
multi-robot-setting/habitat/datasets/rearrange/rearrange_generator.py:32
↓ 1 callersClassRearrangeGraspManager
Manages the agent grasping onto rigid objects and the links of articulated objects.
multi-robot-setting/habitat/tasks/rearrange/rearrange_grasp_manager.py:24
↓ 1 callersClassRedNet
RedNet/RedNet_model.py:12
↓ 1 callersClassRedNetResizeWrapper
RedNet/RedNet_model.py:354
↓ 1 callersClassRegistry
multi-robot-setting/habitat/core/registry.py:39
↓ 1 callersClassShortestPathFollower
r"""Utility class for extracting the action on the shortest path to the goal. :param sim: HabitatSim instance. :param goal_radius: Di
multi-robot-setting/habitat/tasks/nav/shortest_path_follower.py:23
↓ 1 callersClassUsageInfo
VLM/glm4_openai_api_demo_1gpu.py:124
↓ 1 callersClassVLNEpisode
r"""Specification of episode that includes initial position and rotation of agent, goal specifications, instruction specifications, reference path
multi-robot-setting/habitat/tasks/vln/vln.py:29
↓ 1 callersClassVisualizationDemo
utils/semantic_prediction.py:139
ClassAbsGoalSensor
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:169
ClassAbsObjectGoalPositionSensor
This is the ground truth object position sensor relative to the scene coordinate frame.
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:55
ClassAbsTargetStartSensor
Relative position from end effector to target object
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:129
ClassAction
r""" An action that can be performed by an agent solving a task in environment. For example for navigation task action classes will be: ``
multi-robot-setting/habitat/core/embodied_task.py:21
ClassActionSpaceConfiguration
multi-robot-setting/habitat/core/simulator.py:23
ClassAgent
r"""Abstract class for defining agents which act inside :ref:`core.env.Env`. This abstract class standardizes agents to allow seamless benchmarki
multi-robot-setting/habitat/core/agent.py:16
ClassAnswerAccuracy
AnswerAccuracy
multi-robot-setting/habitat/tasks/eqa/eqa.py:115
ClassAnswerAction
multi-robot-setting/habitat/tasks/eqa/eqa.py:180
ClassArmAbsPosAction
The arm motor targets are directly set to the joint configuration specified by the action.
multi-robot-setting/habitat/tasks/rearrange/actions.py:162
ClassArmAbsPosKinematicAction
The arm is kinematically directly set to the joint configuration specified by the action.
multi-robot-setting/habitat/tasks/rearrange/actions.py:189
ClassArmAction
An arm control and grip control into one action space.
multi-robot-setting/habitat/tasks/rearrange/actions.py:54
ClassArmEEAction
Uses inverse kinematics (requires pybullet) to apply end-effector position control for the robot's arm.
multi-robot-setting/habitat/tasks/rearrange/actions.py:316
ClassArmRelPosAction
The arm motor targets are offset by the delta joint values specified by the action
multi-robot-setting/habitat/tasks/rearrange/actions.py:100
ClassArmRelPosKinematicAction
The arm motor targets are offset by the delta joint values specified by the action
multi-robot-setting/habitat/tasks/rearrange/actions.py:131
ClassArticulatedObjectStateSampler
multi-robot-setting/habitat/datasets/rearrange/samplers.py:459
ClassBaseVelAction
The robot base motion is constrained to the NavMesh and controlled with velocity commands integrated with the VelocityControl interface. Opt
multi-robot-setting/habitat/tasks/rearrange/actions.py:216
ClassBenchmark
r"""Benchmark for evaluating agents in environments.
multi-robot-setting/habitat/core/benchmark.py:21
ClassBottleneck
RedNet/RedNet_model.py:258
ClassBumpSensor
multi-robot-setting/habitat/core/simulator.py:166
ClassCategorical
utils/distributions.py:34
ClassChallenge
multi-robot-setting/habitat/core/challenge.py:13
ClassChatCompletionRequest
VLM/glm4_openai_api_demo_1gpu.py:103
ClassChatMessageInput
VLM/glm4_openai_api_demo_1gpu.py:83
ClassCollisions
multi-robot-setting/habitat/tasks/nav/nav.py:731
ClassCompositeArticulatedObjectStateSampler
Samples multiple articulated states simultaneously with rejection of invalid configurations.
multi-robot-setting/habitat/datasets/rearrange/samplers.py:507
ClassCorrectAnswer
CorrectAnswer
multi-robot-setting/habitat/tasks/eqa/eqa.py:77
ClassCrossEntropyLoss2d
RedNet/utils.py:41
ClassDataset
r"""Base class for dataset specification.
multi-robot-setting/habitat/core/dataset.py:100
ClassDepthSensor
multi-robot-setting/habitat/core/simulator.py:132
ClassDiagGaussian
utils/distributions.py:45
ClassDistanceToGoal
The measure calculates a distance towards the goal.
multi-robot-setting/habitat/tasks/nav/nav.py:1014
ClassDummyMeasure
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:459
ClassEEPositionSensor
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:228
ClassEQATask
Embodied Question Answering Task Usage example: env = habitat.Env(config=eqa_config) env.reset() for i in range(10)
multi-robot-setting/habitat/tasks/eqa/eqa.py:144
ClassEQATaskImportError
multi-robot-setting/habitat/tasks/eqa/__init__.py:18
next →1–100 of 227, ranked by callers