alexhernandezgarcia / gflownet

Generative Flow Networks - GFlowNet

Home Page:https://gflownet.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch of actions doesn't need to be converted to tensors

alexhernandezgarcia opened this issue · comments

commented

Currently, the actions are converted into tensors in the Batch. It seems that it is not necessary and it leads to inefficiency, for example in the computation of log probabilities.