Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment 2 and 3 Failing #1

Open
gauravkuppa opened this issue May 17, 2022 · 0 comments
Open

Environment 2 and 3 Failing #1

gauravkuppa opened this issue May 17, 2022 · 0 comments

Comments

@gauravkuppa
Copy link

I tested the target tracking out the following command python ADFQ/deep_adfq/run_tracking.py --record 1 --render 1 --log_dir deep_adfq_2_targets_v1 --device 0 --nb_targets 2 in all environments and I get errors in environment 2 and 3.

Here are the errors I get for

Env v2

  File "/miniconda/envs/adfq_venv/lib/python3.7/site-packages/filterpy/kalman/sigma_points.py", line 350, in sigma_points
    U = self.sqrt((n + self.kappa) * P)
  File "/miniconda/envs/adfq_venv/lib/python3.7/site-packages/scipy/linalg/decomp_cholesky.py", line 89, in cholesky
    check_finite=check_finite)
  File "/miniconda/envs/adfq_venv/lib/python3.7/site-packages/scipy/linalg/decomp_cholesky.py", line 38, in _cholesky
    "definite" % info)
numpy.linalg.LinAlgError: 1-th leading minor of the array is not positive definite

Env v3

F.py", line 500, in compute_process_sigmas
    sigmas = self.points_fn.sigma_points(self.x, self.P)
  File "/miniconda/envs/adfq_venv/lib/python3.7/site-packages/filterpy/kalman/sigma_points.py", line 350, in sigma_points
    U = self.sqrt((n + self.kappa) * P)
  File "/miniconda/envs/adfq_venv/lib/python3.7/site-packages/scipy/linalg/decomp_cholesky.py", line 89, in cholesky
    check_finite=check_finite)
  File "/miniconda/envs/adfq_venv/lib/python3.7/site-packages/scipy/linalg/decomp_cholesky.py", line 38, in _cholesky
    "definite" % info)
numpy.linalg.LinAlgError: 2-th leading minor of the array is not positive definite

I can see that this is a result of the UKF, but I am unsure on what the cause of this bug is. Do you have any input or direction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant