[Feature Request] Integration for OpenSpiel environments
Open
A pull request for this has already been merged.
- #2345 by @kurtamohler — merged
enhancement
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 484
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 207
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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.