Generate actions for a batch of observations using the actor with random noise. Args: cond (Dict[str, Tensor]): Dictionary containing the state tensor with key 'state'. Returns: Tensor: Actions of shape (batch, horizon_steps, action_dim).
(self,
cond: Dict[str, Tensor],
mode:str='onestep')
source not stored for this graph (policy: none)
no test coverage detected