You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm simulating a single end in an 8-end game of curling. The scoring of a single end is not simply win/lose/draw; the total score matters for the game.
Can the method getGameEnded return values outside of [-1,1]? Can the range be wider and can they be floating point?
Wider range would allow me to win 2 points in first end, but lose 5 in the next end and thus indicate that the new model should not be accepted.
This discussion was converted from issue #184 on December 09, 2020 08:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm simulating a single end in an 8-end game of curling. The scoring of a single end is not simply win/lose/draw; the total score matters for the game.
Can the method
getGameEnded
return values outside of [-1,1]? Can the range be wider and can they be floating point?Wider range would allow me to win 2 points in first end, but lose 5 in the next end and thus indicate that the new model should not be accepted.
Beta Was this translation helpful? Give feedback.
All reactions