bisk/tasks/hurdles.py [114:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        info['score'] = score
        reward = score

        if info.get('fell_over', False):
            done = True
            reward = -1
        return obs, reward, done, info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



bisk/tasks/polebalance.py [238:244]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        info['score'] = score
        reward = score

        if info.get('fell_over', False):
            done = True
            reward = -1
        return obs, reward, done, info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



