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
I caught the following errors in the to_agent method for SceneBatch while trying to visualize some scenes:
The index_neighbors function does not preserve StateArrays/StateTensors. This can be fixed by checking if a statetensor is passed and using its formatting.
Hi there,
I caught the following errors in the to_agent method for SceneBatch while trying to visualize some scenes:
index_neighbors
function does not preserve StateArrays/StateTensors. This can be fixed by checking if a statetensor is passed and using its formatting.index_agent
function doesn't play well with map names, this can be fixed by wrapping each map_name into a singleton list:The text was updated successfully, but these errors were encountered: