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 looked at the variables passed to the upper function. in class DynNavRLEnv(RearrangeTask), but still not solve the problem.
sim.viz_ids["nav_targ_pos"] = sim.visualize_position(
self._nav_to_info.nav_goal_pos,
sim.viz_ids["nav_targ_pos"],
R = 0.2,
)
NOTE: Another bug is that even though I changed ‘num_environments: 1’ in the yaml file ‘ovmm/rl_discrete_skill_nav_obj.yaml’, it still generated 12 environments (the same as in the training).
I got the following error:
The same error occurred here
NOTE: Another bug is that even though I changed ‘num_environments: 1’ in the yaml file ‘ovmm/rl_discrete_skill_nav_obj.yaml’, it still generated 12 environments (the same as in the training).
output:
I think the evaluate script directly calls config in.pth, and I think it should allow different number of environments for training and validation
The text was updated successfully, but these errors were encountered: