alexhernandezgarcia / gflownet

Generative Flow Networks - GFlowNet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`gflownet/gflownet.py` - should not store `self.env` as well as `self.env_maker`

josephdviviano opened this issue · comments

currently, self.env is stored in the GFlowNet class, because other classes expect an env instance (to access various methods / attributes).

Since the gflownet now stores a class factory rather than a class instance, we should figure out another way to communicate with these other classes (instead of storing an env instance.