Mungojerrie  1.1
Mungojerrie
Functions
Gym.cc File Reference

Interface between learner and model/objective. More...

#include <queue>
#include <map>
#include <utility>
#include <fstream>
#include <boost/serialization/utility.hpp>
#include <boost/serialization/map.hpp>
#include <boost/serialization/unordered_map.hpp>
#include "Gym.hh"
Include dependency graph for Gym.cc:

Functions

set< GymAction > getGreedyActions (GymObservation const &observation, Qtype const &Q, double tolerance, Player player)
 
void addAutoSuccessors (vector< GymAction > &actions, set< State > const &exAutoSuccessors)
 
set< GymAction > getMinActions (GymObservation const &observation, Qtype const &Q, double tolerance)
 

Detailed Description

Interface between learner and model/objective.

Author
Mateo Perez, Fabio Somenzi, Ashutosh Trivedi