k-Armed Bandit 1.0.0
A collection of k-armed bandits and assoicated agents for reinforcement learning
Loading...
Searching...
No Matches
Classes | Namespaces
epsilon_greedy.py File Reference

Go to the source code of this file.

Classes

class  agent.epsilon_greedy.EpsilonGreedy
 A greedy agent that occasionally explores. More...
 

Namespaces

namespace  agent
 The agent module provides some sample agents that can learn from a bandit.
 
namespace  agent.epsilon_greedy