ray.rllib.Policy.get_initial_state#

Policy.get_initial_state() List[Union[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]