alexhernandezgarcia/gflownet

replay.pkl

Opened this issue ยท 0 comments

Small detail in gflownet.py: enumerate is a generator so tqdm(enumerate(...)) does not print a full-width progress bar as tqdm is not aware of the length of enumerate(...). Simple fix: enumerate(tqdm(...)) ๐Ÿ˜„

Issue

Not sure you want to fix this in this PR but testing a gflownet creates files (like replay.pkl) in the current working directory and pollutes it, particularly dangerous when it's tracked by git.