You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was visualising the last observation of each demonstration generated by the bot and I found that the goal was not achieved in the last observation too. Are the goals not achieved in all the generated demonstrations or am I making some mistake here? Please let me know. I used the following code for visualising the last obs in the demo. I have also attached some of the images of the last observationns for the "GoToRedBall" level. Most of them also don't have the red ball so I am just wondering if I am doing something wrong.
Hi,
I was visualising the last observation of each demonstration generated by the bot and I found that the goal was not achieved in the last observation too. Are the goals not achieved in all the generated demonstrations or am I making some mistake here? Please let me know. I used the following code for visualising the last obs in the demo. I have also attached some of the images of the last observationns for the "GoToRedBall" level. Most of them also don't have the red ball so I am just wondering if I am doing something wrong.
obs = obs_traj[-1,:,:,:]
r=env.get_obs_render(obs.cpu().numpy(), 128)
cv2.imwrite(f'./images/textImage.png',r)
Thanks
The text was updated successfully, but these errors were encountered: