Skip to content

nguyenthanhtrung2910/robotic-board-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.