Learning

Parameters

class agilerl.wrappers.learning.Skill(env)

The Skill class, used in curriculum learning to teach agents skills. This class works as a wrapper around an environment that alters the reward to encourage learning of a particular skill.

Parameters:

env (Gymnasium-style environment) – Environment to learn in

step(action)

Uses the step() of the env that can be overwritten to change the returned data.