Skip to content

This is app for deep understanding of bandit algorithm.

Notifications You must be signed in to change notification settings

RottenFruits/go_bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_bandit

This is app for deep understanding of bandit algorithm. demo

Install

git clone https://github.com/RottenFruits/go_bandit.git

Usage

  • build docker
cd go_bandit
docker build -t go_bandit -f Dockerfile/Dockerfile .
  • login container
docker run -p 8080:8080 -it --name go_bandit go_bandit /bin/bash
  • start app
cd src/go_bandit
go run *.go
  • access server

http://localhost:8080/

About

This is app for deep understanding of bandit algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published