Start Here
sinergym
Examples
Base reward class.
All reward functions should inherit from this class.
env (Env) – Gym environment.
Methods
__init__(env)
__init__