File size: 99 Bytes
78940a4
 
1
2
3
def compute_dense_reward(correct_action: bool) -> float:
    return 1.0 if correct_action else 0.0