Source code for kernel.actions

# -*- coding: utf-8 -*-

""" Definition of the class ActionSet """


[docs]class ActionSet(object): """ The action set of the agent """ def __init__(self): """ ActionSet Initialization"""