rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.86k stars 309 forks source link

Tensorflow should not be imported if garage.tf is not imported #2191

Open krzentner opened 3 years ago

krzentner commented 3 years ago

Tensorflow prints out a bunch of warning messages, and it's an annoyance if it's not actually needed. We should be able to avoid importing it if garage.tf is never imported.