microsoft/AutonomousDrivingCookbook

JSONDecodeError

RohDonghyeon opened this issue · 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?

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.