rlcard icon indicating copy to clipboard operation
rlcard copied to clipboard

Should Action.FOLD always been 0 in NL holdem?

Open aetheryang opened this issue 4 years ago • 2 comments

As log say:

Player 1 chooses Action.ALL_IN =============== Community Card =============== ============= Player 0 - Hand ============= =============== Chips =============== In Pot: 134 Remaining: [66, 0] =========== Actions You Can Choose =========== 0: Action.CALL, 1: Action.FOLD

BUT when some one just raise or call:

Player 1 chooses Action.RAISE_HALF_POT =============== Community Card =============== ============= Player 0 - Hand ============= =============== Chips =============== In Pot: 24 Remaining: [90, 86] =========== Actions You Can Choose =========== 0: Action.FOLD, 1: Action.CALL, 2: Action.RAISE_HALF_POT, 3: Action.RAISE_POT, 4: Action.ALL_IN

aetheryang avatar Nov 18 '20 13:11 aetheryang

补充说明:具体情况是这样的,我在 NL 德州的 human 2人桌下玩了几把,发现当一方 all in 时,另一方可操作的选项只有 FOLD 和 CALL,但 CALL 对应了0, FOLD 对应了1. 而普通的下注加注时 FOLD 是 0,CALL 是 1.

aetheryang avatar Nov 25 '20 02:11 aetheryang

@aetheryang The id here is just an ID to make the selection easier. It does not correspond to the action in the environment.

daochenzha avatar Nov 26 '20 22:11 daochenzha

Should this be closed?

alexx-ftw avatar Sep 07 '22 13:09 alexx-ftw

@alexx-ftw Yes I will close it. Thanks!

daochenzha avatar Sep 09 '22 23:09 daochenzha