Adding new policy.

This commit is contained in:
jogima-cyber 2024-10-09 22:23:15 +00:00
parent 3c2b19f955
commit 15924315eb
6 changed files with 328 additions and 67 deletions

View File

@ -275,6 +275,7 @@ class CaTAgent:
self.commands * np.array([2.0, 2.0, 0.25]),
self.gravity_vector[:, 0],
self.dof_pos * 1.0,
#((self.dof_pos - self.prev_dof_pos) / self.dt) * 0.05,
self.dof_vel * 0.05,
self.last_actions[0]
),

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long