Skip to content

Commit

Permalink
[gym_jiminy/toolbox|rllib] Implement task score at scheduler level ra…
Browse files Browse the repository at this point in the history
…ther than task settable wrapper level.
  • Loading branch information
duburcqa committed Feb 1, 2025
1 parent cb64583 commit 8e6f511
Show file tree
Hide file tree
Showing 6 changed files with 475 additions and 323 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ def pd_adapter(action: np.ndarray,
satisfied at all cost.
:param command_state_upper: Upper bound of the command state that must be
satisfied at all cost.
:param motors_velocity_deadband: Target velocity deadband for which the target
motor velocity will be cancelled out completely.
:param motors_velocity_deadband: Target velocity deadband for which the
target motor velocity will be cancelled
out completely.
:param step_dt: Time interval during which the target motor accelerations
will be held constant.
:param out: Pre-allocated memory to store the target motor accelerations.
Expand Down Expand Up @@ -480,7 +481,6 @@ def _setup(self) -> None:
# Reset the command state
fill(self._command_state, 0)


@property
def fieldnames(self) -> List[str]:
return [f"currentTarget{N_ORDER_DERIVATIVE_NAMES[2]}{motor.name}"
Expand Down
Loading

0 comments on commit 8e6f511

Please sign in to comment.