instadeepai / jumanji

🕹️ A diverse suite of scalable reinforcement learning environments in JAX
https://instadeepai.github.io/jumanji
Apache License 2.0
607 stars 77 forks source link

feat: Peg Solitaire env #201

Open George-Ogden opened 1 year ago

George-Ogden commented 1 year ago

This merge request contains code for a new environment: peg solitaire

carlosgmartin commented 12 months ago

@George-Ogden What's the status of this PR? Anything I could help with?

George-Ogden commented 12 months ago

Hi @carlosgmartin Is there a plan to merge this? If so, I can rebase onto main

carlosgmartin commented 12 months ago

I guess @clement-bonnet or @sash-a needs to approve it?

George-Ogden commented 12 months ago

I've merged main and fixed the typing, linting and testing issues.

clement-bonnet commented 9 months ago

Hi @George-Ogden , thank you for the contribution! I think the last discussion led to questions about whether it was best for Solitaire to be integrated into Jumanji or somewhere else given its lack of initial state distribution and stochasticity. We are currently trying to wrap up Pacman, Sokoban, SlidingTilePuzzle, and FlatPack for the camera-ready version of the paper and the 0.4 release. Therefore, we will loop back on Solitaire after the release, and hope to get back to you soon 🙏