↓ 1 callersFunctionline_search(model, loss_fn, x, full_step, expected_rate, obs, adv, actions, pi_old, max_backtracks=10, accept_ratio=0.1)
rl_algorithms/trpo/utils.py:39
Method__init__(self, input_dims, action_dims, hidden_size, log_std_min, log_std_max)
rl_algorithms/sac/models.py:24
Method__init__(self, std, action_dim, mean=0, theta=0.15, dt=1e-2, x0=None)
rl_algorithms/ddpg/utils.py:6
Method__init__(self, env, filename, allow_early_resets=False, reset_keywords=(), info_keywords=())
rl_utils/logger/bench.py:14