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

HandReach-v0 goal position not visible in video #1594

Closed
chaitanyadwivedii opened this issue Jul 9, 2019 · 2 comments
Closed

HandReach-v0 goal position not visible in video #1594

chaitanyadwivedii opened this issue Jul 9, 2019 · 2 comments
Labels

Comments

@chaitanyadwivedii
Copy link

After running the following
python3 -m baselines.run --alg her --env HandReach-v0 --num_timesteps 0 --load_path model/t1 --play

I get the following output (attached)
Screenshot 2019-07-09 at 1 00 24 PM
As can be seen the goal positions are not visible in the image. Any reason this might be happening ? Or is this the expected behaviour? I was expecting something like this:
image

@alexlioralexli
Copy link

Downgrading to mujoco-py==1.50.1.68 solved the visualization problem for me. Note that Gym environments usually expect MuJoCo 150, as discussed here: #1541

@jkterry1
Copy link
Collaborator

PR #2762 is about to be merged, introducing V4 MuJoCo environments using new bindings and a dramatically newer version of the engine. If this issue still persists with the V4 ones, please create a new issue for it.

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

No branches or pull requests

4 participants