Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nguyenthanhtrung2910/robotic-board-game

Repository files navigation

docs/source/_static/logo.gif

Static Badge

GitHub License

PyPI - Python Version

PyPi package

Static Badge

Static Badge

PyPI - Downloads

GitHub Issues or Pull Requests


Overview

This library simulates the process of a board game. The goal of the simulation is to predict the game process statistics depending on various parameters. From this, we can conclude which parameters are desirable to set in order to play effectively in a real game.

We design a simple board game as an reinforcement learning environment and try to solve this.

For more details, read the documention in here.

Installation

Installation in virtual environment is always recommended:

python -m venv .venv
source .venv/bin/activate

Simply install with pip:

pip install rbgame

Warning

If you want to animate the game process with pre-trained models, please follow steps in our documention.

About

Simulation a board game with reinforcement learning.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages