-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
minorRequires small changes to be fixedRequires small changes to be fixed
Milestone
Description
tianshou/tianshou/data/buffer/base.py
Lines 33 to 43 in b900fdf
_reserved_keys = ( | |
"obs", | |
"act", | |
"rew", | |
"terminated", | |
"truncated", | |
"done", | |
"obs_next", | |
"info", | |
"policy", | |
) |
var
done
should be removed since it has already been replaced by var terminated
and truncated
Metadata
Metadata
Assignees
Labels
minorRequires small changes to be fixedRequires small changes to be fixed
Type
Projects
Status
In progress