gflownet icon indicating copy to clipboard operation
gflownet copied to clipboard

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

Open josephdviviano opened this issue 10 months ago • 0 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.

josephdviviano avatar Apr 03 '24 14:04 josephdviviano