Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FrankZxShen/MCoCoNav
/ types & classes
Types & classes
227 in github.com/FrankZxShen/MCoCoNav
⨍
Functions
1,026
◇
Types & classes
227
↳
Endpoints
2
↓ 6 callers
Class
CollisionDetails
multi-robot-setting/habitat/tasks/rearrange/utils.py:62
↓ 5 callers
Class
FMMPlanner
utils/fmm_planner.py:39
↓ 4 callers
Class
ChatCompletionResponse
VLM/glm4_openai_api_demo_1gpu.py:130
↓ 4 callers
Class
ShortestPathPoint
multi-robot-setting/habitat/core/simulator.py:224
↓ 3 callers
Class
ChatCompletionResponseStreamChoice
VLM/glm4_openai_api_demo_1gpu.py:119
↓ 3 callers
Class
DeltaMessage
VLM/glm4_openai_api_demo_1gpu.py:97
↓ 3 callers
Class
Env
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 callers
Class
NavigationGoal
r"""Base class for a goal specification hierarchy.
multi-robot-setting/habitat/tasks/nav/nav.py:138
↓ 3 callers
Class
SensorSuite
r"""Represents a set of sensors, with each sensor being identified through a unique id.
multi-robot-setting/habitat/core/simulator.py:183
↓ 3 callers
Class
VocabDict
multi-robot-setting/habitat/datasets/utils.py:55
↓ 2 callers
Class
ActionSpace
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 callers
Class
AgentState
multi-robot-setting/habitat/core/simulator.py:218
↓ 2 callers
Class
BatchNormalize
r""" I can't believe this isn't supported https://github.com/pytorch/vision/issues/157
RedNet/RedNet_model.py:332
↓ 2 callers
Class
DatasetFloatJSONEncoder
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 callers
Class
NavigationEpisode
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 callers
Class
ObjectGoal
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 callers
Class
ObjectGoalNavEpisode
r"""ObjectGoal Navigation Episode :param object_category: Category of the obect
multi-robot-setting/habitat/tasks/nav/object_nav_task.py:32
↓ 2 callers
Class
RearrangeEpisode
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 callers
Class
SemanticPredMaskRCNN
utils/semantic_prediction.py:22
↓ 2 callers
Class
Semantic_Mapping
Semantic_Mapping
semantic_mapping.py:12
↓ 2 callers
Class
_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 callers
Class
_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 callers
Class
AABBReceptacle
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 callers
Class
AddBias
utils/model.py:58
↓ 1 callers
Class
BatchPredictor
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 callers
Class
CacheHelper
multi-robot-setting/habitat/tasks/rearrange/utils.py:237
↓ 1 callers
Class
ChannelPool
utils/model.py:46
↓ 1 callers
Class
ChatCompletionResponseChoice
VLM/glm4_openai_api_demo_1gpu.py:114
↓ 1 callers
Class
ChatMessageResponse
VLM/glm4_openai_api_demo_1gpu.py:90
↓ 1 callers
Class
CogVLM2
src/vlm.py:21
↓ 1 callers
Class
Config
multi-robot-setting/habitat/config/default.py:13
↓ 1 callers
Class
ConnectionWrapper
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 callers
Class
DatasetJSONEncoder
multi-robot-setting/habitat/core/dataset.py:187
↓ 1 callers
Class
DebugVisualizer
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 callers
Class
EQAEpisode
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 callers
Class
EmptySpace
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 callers
Class
EpisodeIterator
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 callers
Class
ForkingPickler5
multi-robot-setting/habitat/utils/pickle5_multiprocessing.py:28
↓ 1 callers
Class
HabitatLogger
multi-robot-setting/habitat/core/logging.py:10
↓ 1 callers
Class
HabitatSimActionsSingleton
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 callers
Class
IkHelper
multi-robot-setting/habitat/tasks/rearrange/utils.py:300
↓ 1 callers
Class
ImageSegmentation
utils/semantic_prediction.py:58
↓ 1 callers
Class
InstructionData
multi-robot-setting/habitat/tasks/vln/vln.py:23
↓ 1 callers
Class
LLM_Agent
agents/vlm_agents.py:57
↓ 1 callers
Class
LLM_Agent_GT
agents/vlm_agents_gt.py:56
↓ 1 callers
Class
ListSpace
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 callers
Class
MarkerInfo
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 callers
Class
Measurements
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 callers
Class
Metrics
r"""Dictionary containing measurements.
multi-robot-setting/habitat/core/embodied_task.py:125
↓ 1 callers
Class
ModelCard
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 callers
Class
ModelList
VLM/glm4_openai_api_demo_1gpu.py:61
↓ 1 callers
Class
Multi_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 callers
Class
ObjectViewLocation
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 callers
Class
Observations
r"""Dictionary containing sensor observations
multi-robot-setting/habitat/core/simulator.py:96
↓ 1 callers
Class
QuestionData
multi-robot-setting/habitat/tasks/eqa/eqa.py:21
↓ 1 callers
Class
RearrangeDatasetV0
r"""Class inherited from PointNavDataset that loads Rearrangement dataset.
multi-robot-setting/habitat/datasets/rearrange/rearrange_dataset.py:39
↓ 1 callers
Class
RearrangeEpisodeGenerator
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 callers
Class
RearrangeGraspManager
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 callers
Class
RedNet
RedNet/RedNet_model.py:12
↓ 1 callers
Class
RedNetResizeWrapper
RedNet/RedNet_model.py:354
↓ 1 callers
Class
Registry
multi-robot-setting/habitat/core/registry.py:39
↓ 1 callers
Class
ShortestPathFollower
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 callers
Class
UsageInfo
VLM/glm4_openai_api_demo_1gpu.py:124
↓ 1 callers
Class
VLNEpisode
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 callers
Class
VisualizationDemo
utils/semantic_prediction.py:139
Class
AbsGoalSensor
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:169
Class
AbsObjectGoalPositionSensor
This is the ground truth object position sensor relative to the scene coordinate frame.
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:55
Class
AbsTargetStartSensor
Relative position from end effector to target object
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:129
Class
Action
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
Class
ActionSpaceConfiguration
multi-robot-setting/habitat/core/simulator.py:23
Class
Agent
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
Class
AnswerAccuracy
AnswerAccuracy
multi-robot-setting/habitat/tasks/eqa/eqa.py:115
Class
AnswerAction
multi-robot-setting/habitat/tasks/eqa/eqa.py:180
Class
ArmAbsPosAction
The arm motor targets are directly set to the joint configuration specified by the action.
multi-robot-setting/habitat/tasks/rearrange/actions.py:162
Class
ArmAbsPosKinematicAction
The arm is kinematically directly set to the joint configuration specified by the action.
multi-robot-setting/habitat/tasks/rearrange/actions.py:189
Class
ArmAction
An arm control and grip control into one action space.
multi-robot-setting/habitat/tasks/rearrange/actions.py:54
Class
ArmEEAction
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
Class
ArmRelPosAction
The arm motor targets are offset by the delta joint values specified by the action
multi-robot-setting/habitat/tasks/rearrange/actions.py:100
Class
ArmRelPosKinematicAction
The arm motor targets are offset by the delta joint values specified by the action
multi-robot-setting/habitat/tasks/rearrange/actions.py:131
Class
ArticulatedObjectStateSampler
multi-robot-setting/habitat/datasets/rearrange/samplers.py:459
Class
BaseVelAction
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
Class
Benchmark
r"""Benchmark for evaluating agents in environments.
multi-robot-setting/habitat/core/benchmark.py:21
Class
Bottleneck
RedNet/RedNet_model.py:258
Class
BumpSensor
multi-robot-setting/habitat/core/simulator.py:166
Class
Categorical
utils/distributions.py:34
Class
Challenge
multi-robot-setting/habitat/core/challenge.py:13
Class
ChatCompletionRequest
VLM/glm4_openai_api_demo_1gpu.py:103
Class
ChatMessageInput
VLM/glm4_openai_api_demo_1gpu.py:83
Class
Collisions
multi-robot-setting/habitat/tasks/nav/nav.py:731
Class
CompositeArticulatedObjectStateSampler
Samples multiple articulated states simultaneously with rejection of invalid configurations.
multi-robot-setting/habitat/datasets/rearrange/samplers.py:507
Class
CorrectAnswer
CorrectAnswer
multi-robot-setting/habitat/tasks/eqa/eqa.py:77
Class
CrossEntropyLoss2d
RedNet/utils.py:41
Class
Dataset
r"""Base class for dataset specification.
multi-robot-setting/habitat/core/dataset.py:100
Class
DepthSensor
multi-robot-setting/habitat/core/simulator.py:132
Class
DiagGaussian
utils/distributions.py:45
Class
DistanceToGoal
The measure calculates a distance towards the goal.
multi-robot-setting/habitat/tasks/nav/nav.py:1014
Class
DummyMeasure
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:459
Class
EEPositionSensor
multi-robot-setting/habitat/tasks/rearrange/rearrange_sensors.py:228
Class
EQATask
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
Class
EQATaskImportError
multi-robot-setting/habitat/tasks/eqa/__init__.py:18
next →
1–100 of 227, ranked by callers