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 83 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...