entity-neural-network / incubator

Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29 stars 10 forks source link

Fix memory leak #200

Closed cswinter closed 2 years ago

cswinter commented 2 years ago

Fixes memory leak/autograd issue when using dedicated value function network which is likely caused by https://github.com/pytorch/pytorch/issues/71495.