SirRender00 / texasholdem

A pure python package for Texas Hold 'Em poker
https://github.com/SirRender00/texasholdem/
MIT License
75 stars 18 forks source link

texasholdem for RL #209

Open LucasColas opened 1 year ago

LucasColas commented 1 year ago

Is there a plan to use this library for reinforcement learning ?

SirRender00 commented 1 year ago

Certainly, this package can be used in RL perhaps by adding an adapter than can turn a TexasHoldEm object into a OpenAI Gym environment. That would require some work in writing the adapter.

I believe such an adapter has a place in this package.