#include <rl_common/Random.h>
#include <rl_common/core.hh>
#include <vector>
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
class | ExplorationModel |
Defines the ExplorationModel class. Reward bonuses based on the variance in model predictions are described in: Hester and Stone, "Real Time Targeted Exploration in Large Domains", ICDL 2010. And intrinsic reward bonuses based on variance novelty as described in: Hester and Stone, "Intinrisically Motivated Model Learning for a Developing Curious Agent", AAMAS ALA 2012.
Definition in file ExplorationModel.hh.