Skip to main content

Implements multi-armed bandits

Project description

Gym Bandits

A multi-armed bandits environment for OpenAI gym.

Installation instructions

Requirements: gym and numpy

pip install gym-bandits

Usage

import gym
import gym_bandits

env = gym.make('MultiArmedBandits-v0') # 10-armed bandit
env = gym.make('MultiArmedBandits-v0', nr_arms=15) # 15-armed bandit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gym_bandits-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

gym_bandits-0.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page