in robosumo/envs/agents.py [0:0]
def after_step(self, action): self.posafter = self.get_qpos()[:2].copy() # Control cost reward = - self.COST_COEFS['ctrl'] * np.square(action).sum() return reward