Skip to content

Strange view from env.reset() #123

@SeanNobel

Description

@SeanNobel

Hi,

When I create an environment simply with env = simpler_env.make("google_robot_pick_coke_can", render_mode="rgb_array"), I get a normal view from above the table like the first image with

obs, _ = env.reset()
obs = get_image_from_maniskill2_obs_dict(env, obs)

but with env.render(), I get the second strange view.

Is that an expected behavior, and how can I render from the same angle as env.reset()?

Thanks.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions