You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state is array with shape (S_INFO, S_LEN), s_batch is container of previous states with shape (1, 6, 8). why the state is created with shape=(1, 6, 8) ?
Please help, thanks!
The text was updated successfully, but these errors were encountered:
pensieve/multi_video_sim/multi_agent.py
Line 284 in 1120bb1
state
is array with shape (S_INFO, S_LEN),s_batch
is container of previous states with shape (1, 6, 8). why thestate
is created with shape=(1, 6, 8) ?Please help, thanks!
The text was updated successfully, but these errors were encountered: