ray.rllib.policy.policy.Policy.get_initial_state#
- Policy.get_initial_state() List[numpy.array | jnp.ndarray | tf.Tensor | torch.Tensor] [source]#
Returns initial RNN state for the current policy.
- Returns:
Initial RNN state for the current policy.
- Return type:
List[TensorType]