TAXONS  0.1
Task Agnostic eXploration of Outcome spaces through Novelty and Surprise
taxons.core.metrics.rnd Namespace Reference

Classes

class  BaseNet
 
class  RND
 
class  View
 

Variables

 device = torch.device('cpu')
 
 rnd = RND(6, 2, device=device)
 
int state = np.load('../../env.npy')/255
 
 aaa = rnd.training_step(state)
 

Variable Documentation

taxons.core.metrics.rnd.aaa = rnd.training_step(state)
taxons.core.metrics.rnd.device = torch.device('cpu')
taxons.core.metrics.rnd.rnd = RND(6, 2, device=device)
taxons.core.metrics.rnd.state = np.load('../../env.npy')/255