|
|
|
|
|
|
) |
|
|
|
) from ie |
|
|
|
if action_spec.continuous_size > 0: |
|
|
|
self._env_actions[behavior_name].continuous[index] = action.continuous[0] |
|
|
|
self._env_actions[behavior_name].continuous[index] = action.continuous[0, :] |
|
|
|
self._env_actions[behavior_name].discrete[index] = action.discrete[0] |
|
|
|
self._env_actions[behavior_name].discrete[index] = action.discrete[0, :] |
|
|
|
|
|
|
|
def get_steps( |
|
|
|
self, behavior_name: BehaviorName |
|
|
|