Rm undesired line from last commit

This commit is contained in:
Quentin Gallouédec 2022-11-29 13:22:21 +01:00
parent d39197c555
commit 05b3c9092f

View file

@ -229,6 +229,3 @@ def test_kl_divergence(dist_type):
)
assert th.allclose(full_kl_div, ad_hoc_kl)
test_kl_divergence(StateDependentNoiseDistribution(N_ACTIONS).proba_distribution(
th.rand(N_ACTIONS), th.rand([N_ACTIONS, N_ACTIONS]), th.rand([N_ACTIONS, N_ACTIONS])
))