↓ 23 callersFunctionalgo_update_tester(
algo,
observation_shape,
action_size,
discrete=False,
test_q_function_optim_copy=False,
tests/algos/algo_test.py:186
↓ 21 callersFunctionalgo_tester(
algo,
observation_shape,
imitator=False,
action_size=2,
state_value=False,
test_poli
tests/algos/algo_test.py:112
↓ 20 callersFunctiontorch_impl_tester(
impl,
discrete,
deterministic_best_action=True,
imitator=False,
test_with_std=True,
)
tests/algos/algo_test.py:336
↓ 8 callersMethodpredict_value(
self,
x: Union[np.ndarray, List[Any]],
action: Union[np.ndarray, List[Any]],
d3rlpy/metrics/scorer.py:18