transitions_collate_fn
expects next_obs
from TransitionsMinimal
#860
Labels
bug
Something isn't working
Bug description
imitation/src/imitation/data/types.py
Line 473 in a8b079c
While
TransitionsMinimal
doesn't have the fieldnext_obs
, the collate function called during data loading expects there to benext_obs
, makingTransitionsMinimal
unusable with e.g.BC
.Steps to reproduce
Environment
pip freeze --all
: https://pastebin.com/9pKRZibKThe text was updated successfully, but these errors were encountered: