xpag.agents.rljax_agents.util.distribution.reparameterize_gaussian_and_tanh#

reparameterize_gaussian_and_tanh(mean, log_std, key, return_log_pi=True)#

Sample from gaussian distributions and tanh transforamation.

Return type:

Tuple[Array, Array]