AutonomousDrivingCookbook icon indicating copy to clipboard operation
AutonomousDrivingCookbook copied to clipboard

JSONDecodeError

Open RohDonghyeon opened this issue 4 years ago • 1 comments

JSONDecodeError: Expecting value: line 14 column 1 (char 354)

Is it a problem with the version? You get the same error when you try different versions. How do I solve this?

RohDonghyeon avatar Nov 09 '20 08:11 RohDonghyeon

I faced the same problem. I found the error in the \AutonomousDrivingCookbook\DistributedRL\notebook_config.json. It seems that the value " " is missing in the last key-value pair.

It seems weird to me, but after configuring the code runs fine.

Zhenlin-Xu avatar Nov 19 '21 06:11 Zhenlin-Xu