rlcard icon indicating copy to clipboard operation
rlcard copied to clipboard

Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.

Results 87 rlcard issues
Sort by recently updated
recently updated
newest added

There are probably more updated RL algorithms out there that are packed within established libraries, how can they be plugged directly into RL Card for advanced testing? - https://github.com/openai/baselines?tab=readme-ov-file#subpackages -...

I am using the Bridge environment in RLCard and made a small modification to the get_payoffs method to print the selected bid at the end of the game. The code...

When a betting round ends in no-limit hold'em, the game_pointer was being reset unconditionally to (dealer_id + 1) % num_players. If all players were in bypass (folded or all-in), the...

`numpy.ndarray.tostring()` was deprecated and more recently fully removed from numpy. `tobytes()` should have the exact same behavior.

I noticed that the hosted documentation is not up to date. For example, in the UNO documentation here: https://rlcard.org/games.html#state-encoding-of-uno It differs from what is shown in the documentation within the...

Hi @daochenzha, @billh0420, @mjudell, and RLCard contributors, I'm training a DMC model for the Doudizhu environment (action space ~30,000, state dim 602 with 3x15 matrix) on CPU (MacBook Pro M1...