-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hello,
Thanks for your great work!
I work on the gflownet-based project, and I wonder the role of following code block:
https://github.com/recursionpharma/gflownet/blob/trunk/src/gflownet/data/data_source.py [Line 254-256]
# Override the is_valid key in case the task made some objs invalid
for i in valid_idcs:
trajs[i]["is_valid"] = TrueCan I know why this code block does not mask the invalid objectives' trajectories as follows?
# Override the is_valid key in case the task made some objs invalid
for i, traj in enumerate(trajs):
if i not in valid_idcs:
traj["is_valid"] = FalseBest regards,
Seonghwan Seo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels