[Feature Request] Integration for OpenSpiel environments #2133
Open
Description
Motivation
It would be great to be able to use OpenSpiel's environments with TorchRL.
Solution
Its rl_environment
interface is basically identical to that of gym, so the integration should relatively straightforward. I'm more than willing to help achieve this.
Alternatives
I'm not sure if it's already possible to do this using GymLikeEnv
, but so far my experimentation has failed.
Additional context
Checklist
- I have checked that there is no similar issue in the repo (required)