Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 513 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 513 Bytes

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/