microsoft / AutonomousDrivingCookbook

Scenarios, tutorials and demos for Autonomous Driving
MIT License
2.3k stars 563 forks source link

JSONDecodeError #120

Open RohDonghyeon opened 3 years ago

RohDonghyeon commented 3 years ago

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?

Zhenlin-Xu commented 2 years ago

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.