Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mission not accomplished in the last observation #115

Open
Valaybundele opened this issue Aug 25, 2022 · 0 comments
Open

Mission not accomplished in the last observation #115

Valaybundele opened this issue Aug 25, 2022 · 0 comments

Comments

@Valaybundele
Copy link

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)

textImage65
textImage399

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant