mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-28 03:21:16 +00:00
Rm undesired line from last commit
This commit is contained in:
parent
d39197c555
commit
05b3c9092f
1 changed files with 0 additions and 3 deletions
|
|
@ -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])
|
||||
))
|
||||
Loading…
Reference in a new issue