aws-deepracer-community / deepracer-core

A repository binding together everything needed for DeepRacer local.
257 stars 113 forks source link

No such file or directory: 'DeepRacer/robo/container/tmp95am0kpa' #71

Closed mahendrabishnoi2 closed 4 years ago

mahendrabishnoi2 commented 4 years ago

When I am trying to run rl_deepracer_coach_robomaker.py file following error comes up

[Errno 2] No such file or directory: '/media/mahendra/Data/DeepRacer/robo/container/tmp95am0kpa'

Can anyone help me with this.

Thanks

Abdullah0297445 commented 4 years ago

when you are inside the "deepracer" folder go up one directory from "deepracer" folder. There create a new folder named "robo". Inside "robo" create another folder named "container". That's it; run it again and see it works or not.

mahendrabishnoi2 commented 4 years ago

It worked. Thanks