dellalibera/gym-backgammon
Backgammon OpenAI Gym
This project provides a digital environment for playing Backgammon, making it easier to experiment with different game strategies. You input the current board setup, dice roll, and whose turn it is, and it calculates all the legal moves available. It's designed for anyone interested in developing or testing artificial intelligence for Backgammon, from researchers to hobbyists.
No commits in the last 6 months.
Use this if you are developing or studying AI agents that need to learn how to play Backgammon optimally, or if you need to simulate Backgammon gameplays.
Not ideal if you're looking for a simple application to play Backgammon against a human or a pre-built AI, as this requires programming knowledge to utilize.
Stars
54
Forks
15
Language
Python
License
MIT
Category
Last pushed
May 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dellalibera/gym-backgammon"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qgallouedec/panda-gym
Set of robotic environments based on PyBullet physics engine and gymnasium.
nicrusso7/rex-gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
amazon-science/auction-gym
AuctionGym is a simulation environment that enables reproducible evaluation of bandit and...
upb-lea/openmodelica-microgrid-gym
OpenModelica Microgrid Gym (OMG): An OpenAI Gym Environment for Microgrids
vietnh1009/Super-mario-bros-A3C-pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros