mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
fix parameter name in compute_decimal_reward docstring
This commit is contained in:
parent
ef33dbc077
commit
5d3bfda677
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def compute_decimal_reward(answer: Optional[str], oracle_answer: str, strip_comm
|
|||
Args:
|
||||
answer: Answer provided by model
|
||||
oracle_answer: Correct answer to the question
|
||||
allow_commas: Whether to allow commas in the answer e.g "1,000" = "1000"
|
||||
strip_commas: Whether to remove commas from answers e.g "1,000" = "1000"
|
||||
|
||||
Returns:
|
||||
Reward value between 0.0 and 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue