AttributeError: module 'tensorflow' has no attribute ...
github.com › datamllab › rlcard#define additional variables (such that certain losses can be overwritten) eloss_train = eloss_t floss_train = floss_t qloss_train = qloss_t dloss_train = dloss_t eloss_valid = eloss_v floss_valid = floss_v qloss_valid = qloss_v dloss_valid = dloss_v #atomic energies are present, so they replace the normal energy loss if data.Ea is not None: eloss_train = ealoss_t eloss_valid = ealoss_v # ...