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.

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 withbut 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.