malib.utils.notations module

malib.utils.notations.AGENT_EXPERIENCE_TABLE_NAME_GEN(env_id, policy_id, policy_type)
malib.utils.notations.EPISODE_EXPERIENCE_TABLE_NAME_GEN(env_id)
malib.utils.notations.deprecated(func)[source]

This is a decorator which can be used to mark functions as deprecated. It will result in a warning being emitted when the function is used.