Sentdex / Carla-RL

Reinforcement Learning codebase for self-driving car in Carla
MIT License
364 stars 98 forks source link

Cant find the "hparams.json" while running the play.py file #23

Open inv-adityamanoj opened 1 year ago

inv-adityamanoj commented 1 year ago

While running the reinforced learning code for carla the hparams file was not found and and error was displayed:

Traceback (most recent call last): File "/home/carlauser/Carla-RL/play.py", line 18, in <module> for model in hparams['models']: TypeError: 'NoneType' object is not subscriptable

Any help?