TAXONS  0.1
Task Agnostic eXploration of Outcome spaces through Novelty and Surprise
random_search.RandomSearch Class Reference
Inheritance diagram for random_search.RandomSearch:
Collaboration diagram for random_search.RandomSearch:

Public Member Functions

def __init__ (self, env, parameters)
 
def evaluate_agent (self, agent)
 
def train (self, args, kwargs)
 

Public Attributes

 pop_size
 
 population
 
 archive
 
 opt
 

Detailed Description

Generates a lot of random agents and tests them

Constructor & Destructor Documentation

def random_search.RandomSearch.__init__ (   self,
  env,
  parameters 
)

Member Function Documentation

def random_search.RandomSearch.evaluate_agent (   self,
  agent 
)
This function evaluates the agent in the environment. This function should be run in parallel
:param agent: agent to evaluate
:return:
def random_search.RandomSearch.train (   self,
  args,
  kwargs 
)

Member Data Documentation

random_search.RandomSearch.archive
random_search.RandomSearch.opt
random_search.RandomSearch.pop_size
random_search.RandomSearch.population

The documentation for this class was generated from the following file: