Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr


        

Hints

Your answer may be identical to the JOJ answer in the first several lines.

However, you will still get Wrong Answer because the complete output may be longer and there might be errors in the future lines.

Please double check your code to solve this problem and try again.

Your Answer

dict_items([((3, 3), 0.49), ((4, 3), 0.51), ((1, 3), 0.0), ((2, 3), 0.0), ((1, 1), 0.0)])
dict_items([((1, 3), 0.0), ((2, 3), 0.0), ((3, 3), 0.828432604507), ((4, 3), 0.171567395493), ((1, 1), 0.0)])
*** None) Distribution deviated at move 3 by 0.2291 (squared norm) from the correct answer.
      key:     student                  reference                
   (1, 3):     0.0                      0.0                      
   (3, 3):     0.49                     0.828432604507           
   (2, 3):     0.0                      0.0                      
   (4, 3):     0.51                     0.171567395493           
   (1, 1):     0.0                      0.0                      
*** None) Particle filter observe test: 2 inference errors.
*** FAIL: ./test_cases/q6/4-ParticleUpdate.test

JOJ Answer

*** None) Particle filter observe test: 0 inference errors.
*** PASS: ./test_cases/q6/4-ParticleUpdate.test