Methodforward actions: shape (B, T, action_dim) timesteps: shape (B,) -- a single scalar per batch item returns: shape (B, T, hidden_s
models/action_model/action_encoder.py:69
Methodforward actions: shape (B, T, action_dim) timesteps: shape (B,) -- a single scalar per batch item returns: shape (B, T, hidden_s
models/action_model/action_model.py:73
Methodforward vl_embs: list of torch.Tensor, each shape (B, seq_length, feature_dim) actions: shape (B, future_action_window_size, D_action)
models/action_model/action_model.py:210