_images/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.

Robotic Board Game Documentation

Enjoy scrolling through!

Indices and tables