4 Comments
User's avatar
тна Return to thread
Hal W Heinrich's avatar

I'm looking for a reinforcement API with an interface. I.e. I code my use case as class implementing the specified interface, and then pass that off to the API. My use case is backgammon variations. Specifically, hunting for variants that highly reward skill.

Expand full comment
Alejandro Piad Morffis's avatar

Unfortunately I haven't done a lot in RL in the last few years so I'm not sure if there's anything like a scikit-learn for RL with a high level, generic API. All the RL code I've seen in research (mostly related to LLMs these days, not traditional game playing) is based on pytorch and pretty low level.

Expand full comment
Hal W Heinrich's avatar

Ok, thx. If you come across anything ...

Expand full comment
Alejandro Piad Morffis's avatar

For sure....

Expand full comment