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

Classes

class  taxons.core.utils.utils.LRScheduler
 
class  taxons.core.utils.utils.Logger
 

Namespaces

 taxons.core.utils.utils
 

Functions

def taxons.core.utils.utils.action_formatting (env_tag, action)
 
def taxons.core.utils.utils.extact_hd_bs (env, obs, reward=None, done=None, info=None)
 
def taxons.core.utils.utils.get_projectpath ()
 
def taxons.core.utils.utils.load_maze_image ()
 
def taxons.core.utils.utils.show (bs_points, filepath, name=None, info=None, upper_limit=1.35, lower_limit=-1.35)
 
def taxons.core.utils.utils.split_array (a, batch_size=32, shuffle=True)