DEEPRACER : Analysis logs problem

0

Hello, I have a problem with the logs on DeepRacer. I downloaded the "DeepRacer Log Analysis for Model Training" Notebook, I easily specify the RoboMaker & SageMaker Log File Locations. My parameters and hyperparameters seems to work but I can't access to the "action_space" for example. I think I did something wrong but I don't know what. Do you have any idea? Thank you veery much !!!Enter image description here

Retrieve Action Space

action_space = !grep '^Reward Distribution Graph.*racecar' $robomaker_fname action_space = action_space[0].replace('Reward Distribution Graph:', '') action_space = action_space.replace('racecar', '') action_space = action_space.replace("'", '"') action_space = json.loads(action_space) action_space

Error Message :

IndexError Traceback (most recent call last) /tmp/ipykernel_7253/1114400799.py in <cell line: 4>() 2 3 action_space = get_ipython().getoutput("grep '^Reward Distribution Graph.*racecar' $robomaker_fname") ----> 4 action_space = action_space[0].replace('Reward Distribution Graph:', '') 5 action_space = action_space.replace('racecar', '') 6 action_space = action_space.replace("'", '"')

IndexError: list index out of range

One more time, thank you if you can help me !

Have a nice day :)

julie

질문됨 일 년 전92회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠