Merge branch 'bruce_port_envs' into future
This commit is contained in:
commit
9295e21d68
@ -50,6 +50,7 @@ class BoxPushingEnvBase(MujocoEnv, utils.EzPickle):
|
|||||||
self._desired_rod_quat = desired_rod_quat
|
self._desired_rod_quat = desired_rod_quat
|
||||||
|
|
||||||
self._episode_energy = 0.
|
self._episode_energy = 0.
|
||||||
|
self.velocity_profile = []
|
||||||
|
|
||||||
self.observation_space = spaces.Box(
|
self.observation_space = spaces.Box(
|
||||||
low=-np.inf, high=np.inf, shape=(28,), dtype=np.float64
|
low=-np.inf, high=np.inf, shape=(28,), dtype=np.float64
|
||||||
@ -68,6 +69,8 @@ class BoxPushingEnvBase(MujocoEnv, utils.EzPickle):
|
|||||||
|
|
||||||
unstable_simulation = False
|
unstable_simulation = False
|
||||||
|
|
||||||
|
self.velocity_profile.append(self.data.qvel[:7].copy())
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.do_simulation(resultant_action, self.frame_skip)
|
self.do_simulation(resultant_action, self.frame_skip)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user