We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c21c83 commit e0e7ca1Copy full SHA for e0e7ca1
d3rlpy/algos/qlearning/torch/bc_impl.py
@@ -190,8 +190,8 @@ def inner_predict_best_action(
190
def compute_loss(
191
self,
192
obs_t: TorchObservation,
193
- embedding_t: Optional[torch.Tensor],
194
act_t: torch.Tensor,
+ embedding_t: Optional[torch.Tensor],
195
) -> DiscreteImitationLoss:
196
return compute_discrete_imitation_loss(
197
policy=self._modules.imitator,
0 commit comments