Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Sep 10, 2023
1 parent 9ebde2e commit 766f4e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rofunc/learning/RofuncRL/tasks/ase/humanoid_amp.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def __init__(self, cfg, rl_device, sim_device, graphics_device_id, headless, vir
"../../../../../examples/data/amp/" + motion_file)
self._load_motion(motion_file_path)

self._load_motion(motion_file_path)

self._amp_obs_space = spaces.Box(np.ones(self.get_num_amp_obs()) * -np.Inf,
np.ones(self.get_num_amp_obs()) * np.Inf)
self._amp_obs_buf = torch.zeros((self.num_envs, self._num_amp_obs_steps, self._num_amp_obs_per_step),
Expand Down

0 comments on commit 766f4e3

Please sign in to comment.