k-Armed Bandit
1.0.0
A collection of k-armed bandits and assoicated agents for reinforcement learning
Loading...
Searching...
No Matches
bandit
__init__.py
Go to the documentation of this file.
1
"""
2
The bandit module implements several k-armed bandit type problems.
3
"""
4
from
.base_bandit
import
BaseBandit
5
from
.normal
import
Normal
6
from
.random_walk
import
RandomWalk
7
from
.static
import
Static
Generated by
1.9.8