use observation mask for replanning
This commit is contained in:
@@ -61,7 +61,8 @@ class BlackBoxWrapper(gym.ObservationWrapper):
|
||||
|
||||
# self.traj_gen.basis_gn.show_basis(plot=True)
|
||||
# spaces
|
||||
self.return_context_observation = not (learn_sub_trajectories or self.do_replanning)
|
||||
# self.return_context_observation = not (learn_sub_trajectories or self.do_replanning)
|
||||
self.return_context_observation = True
|
||||
self.traj_gen_action_space = self._get_traj_gen_action_space()
|
||||
# self.action_space = self._get_action_space()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user