移除无效代码
This commit is contained in:
parent
515da982a1
commit
d5401cefc9
|
@ -893,11 +893,6 @@ def _get_obs_general(infoset, position):
|
|||
landlord_down_num_cards_left = _get_one_hot_array(
|
||||
infoset.num_cards_left_dict['landlord_down'], 25)
|
||||
|
||||
other_handcards_left_list = []
|
||||
for pos in ["landlord", "landlord_up", "landlord_front", "landlord_down"]:
|
||||
if pos != position:
|
||||
other_handcards_left_list.extend(infoset.all_handcards[pos])
|
||||
|
||||
landlord_played_cards = _cards2array(
|
||||
infoset.played_cards['landlord'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue