|
TAXONS
0.1
Task Agnostic eXploration of Outcome spaces through Novelty and Surprise
|


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 | |
Generates a lot of random agents and tests them
| def random_search.RandomSearch.__init__ | ( | self, | |
| env, | |||
| parameters | |||
| ) |
| 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 | |||
| ) |
| random_search.RandomSearch.archive |
| random_search.RandomSearch.opt |
| random_search.RandomSearch.pop_size |
| random_search.RandomSearch.population |