(self, obs, detach=False)
| 139 | self.feature_dim = obs_shape[0] |
| 140 | |
| 141 | def forward(self, obs, detach=False): |
| 142 | return obs |
| 143 | |
| 144 | def copy_conv_weights_from(self, source): |
| 145 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected