Skip to content

Framework for building RL agents for the K-Armed Bandit problem.

Notifications You must be signed in to change notification settings

mparigi/k-armed-bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Armed Bandit

This is a framework for building RL agents for the K-Armed Bandit problem.

Directory Overview

agents/ contains implementations of different RL agents.

bandits/ contains implementations of the K-Armed Bandit environment.

distributions/ contains implementations of probability distributions, likely to be used by environments.

AgentGame.py plays the game using an agent.

InteractiveGame.py allows the user to play the game via terminal input.

GameState.py is a helper class for the *Game.py programs.

About

Framework for building RL agents for the K-Armed Bandit problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages