TAXONS  0.1
Task Agnostic eXploration of Outcome spaces through Novelty and Surprise
agents.py File Reference

Classes

class  taxons.core.evolution.agents.BaseAgent
 
class  taxons.core.evolution.agents.FFNeuralAgent
 
class  taxons.core.evolution.agents.DMPAgent
 

Namespaces

 taxons.core.evolution.agents
 

Variables

 taxons.core.evolution.agents.agent = DMPAgent({'degree':5, 'dof':1, 'type':'poly'})
 
 taxons.core.evolution.agents.env = gym.make('Billiard-v0')
 
list taxons.core.evolution.agents.a = []
 
list taxons.core.evolution.agents.b = []
 
int taxons.core.evolution.agents.ts = 1000
 
 taxons.core.evolution.agents.f = agent(k)
 
 taxons.core.evolution.agents.fig = plt.figure()
 
 taxons.core.evolution.agents.ax1 = fig.add_subplot(111)