Eric Zhao

Results 1 issues of Eric Zhao

When defining a custom network, the `Network` class attempts to build by calling `tensor_spec.sample_spec_nest` to sample an input. Line 134 in `tf_agents/network/network.py`: ``` def _build(self): if not self.built and self.input_tensor_spec...