Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HanqingWangAI/Active_VLN
/ types & classes
Types & classes
27 in github.com/HanqingWangAI/Active_VLN
⨍
Functions
180
◇
Types & classes
27
↓ 7 callers
Class
SoftDotAttention
Soft Dot Attention. Ref: http://www.aclweb.org/anthology/D15-1166 Adapted from PyTorch OPEN NMT.
active/model.py:125
↓ 2 callers
Class
EnvBatch
A simple wrapper for a batch of MatterSim environments, using discretized viewpoints and pretrained features
active/env.py:61
↓ 2 callers
Class
Evaluation
Results submission format: [{'instr_id': string, 'trajectory':[(viewpoint_id, heading_rads, elevation_rads),] } ]
active/eval.py:17
↓ 2 callers
Class
R2RBatch
Implements the Room to Room navigation task, using discretized viewpoints and pretrained features
active/env.py:155
↓ 2 callers
Class
ViewPoint
active/env.py:30
↓ 1 callers
Class
GraphBatch
active/graph.py:7
↓ 1 callers
Class
Param
active/param.py:7
↓ 1 callers
Class
Tokenizer
Class to tokenize and encode a sentence.
active/utils.py:92
Class
ActiveExplore_v1
An agent based on an LSTM seq2seq model with attention.
active/agent.py:112
Class
AttnDecoderLSTM
An unrolled LSTM with attention over instructions for decoding navigation actions.
active/model.py:172
Class
AttnGobalPolicyLSTM_v2
An unrolled LSTM with attention over instructions for decoding navigation actions.
active/model.py:272
Class
AttnGobalPolicyLSTM_v4
An unrolled LSTM with attention over instructions for decoding navigation actions.
active/model.py:321
Class
BaseAgent
Base class for an R2R agent to generate and save trajectories.
active/agent.py:60
Class
Critic
active/model.py:385
Class
EncoderLSTM
Encodes navigation instructions, returning hidden state context (for attention methods) and a decoder initial state.
active/model.py:24
Class
FloydGraph
active/utils.py:570
Class
FullyConnected
active/model.py:373
Class
FullyConnected2
active/model.py:362
Class
GracefulKiller
active/utils.py:445
Class
SF
active/agent.py:34
Class
Speaker
active/speaker.py:10
Class
SpeakerDecoder
active/model.py:450
Class
SpeakerDecoder_v2
active/model.py:502
Class
SpeakerEncoder
active/model.py:398
Class
Speaker_v2
active/speaker.py:477
Class
State
active/env.py:42
Class
Timer
active/utils.py:456