MCPcopy Create free account

hub / github.com/HanqingWangAI/Active_VLN / types & classes

Types & classes27 in github.com/HanqingWangAI/Active_VLN

↓ 7 callersClassSoftDotAttention
Soft Dot Attention. Ref: http://www.aclweb.org/anthology/D15-1166 Adapted from PyTorch OPEN NMT.
active/model.py:125
↓ 2 callersClassEnvBatch
A simple wrapper for a batch of MatterSim environments, using discretized viewpoints and pretrained features
active/env.py:61
↓ 2 callersClassEvaluation
Results submission format: [{'instr_id': string, 'trajectory':[(viewpoint_id, heading_rads, elevation_rads),] } ]
active/eval.py:17
↓ 2 callersClassR2RBatch
Implements the Room to Room navigation task, using discretized viewpoints and pretrained features
active/env.py:155
↓ 2 callersClassViewPoint
active/env.py:30
↓ 1 callersClassGraphBatch
active/graph.py:7
↓ 1 callersClassParam
active/param.py:7
↓ 1 callersClassTokenizer
Class to tokenize and encode a sentence.
active/utils.py:92
ClassActiveExplore_v1
An agent based on an LSTM seq2seq model with attention.
active/agent.py:112
ClassAttnDecoderLSTM
An unrolled LSTM with attention over instructions for decoding navigation actions.
active/model.py:172
ClassAttnGobalPolicyLSTM_v2
An unrolled LSTM with attention over instructions for decoding navigation actions.
active/model.py:272
ClassAttnGobalPolicyLSTM_v4
An unrolled LSTM with attention over instructions for decoding navigation actions.
active/model.py:321
ClassBaseAgent
Base class for an R2R agent to generate and save trajectories.
active/agent.py:60
ClassCritic
active/model.py:385
ClassEncoderLSTM
Encodes navigation instructions, returning hidden state context (for attention methods) and a decoder initial state.
active/model.py:24
ClassFloydGraph
active/utils.py:570
ClassFullyConnected
active/model.py:373
ClassFullyConnected2
active/model.py:362
ClassGracefulKiller
active/utils.py:445
ClassSF
active/agent.py:34
ClassSpeaker
active/speaker.py:10
ClassSpeakerDecoder
active/model.py:450
ClassSpeakerDecoder_v2
active/model.py:502
ClassSpeakerEncoder
active/model.py:398
ClassSpeaker_v2
active/speaker.py:477
ClassState
active/env.py:42
ClassTimer
active/utils.py:456