rickstaa / stable-gym

This package contains several gymnasium environments with positive definite cost functions, designed for compatibility with stable RL agents.
https://rickstaa.dev/stable-gym
MIT License
12 stars 2 forks source link

feat(classicalcontrol): add additional info to step/reset return #274

Closed rickstaa closed 1 year ago

rickstaa commented 1 year ago

This pull request adds the reference, state_of_interest and reference_error keys to the info dictionary that is returned by the step and reset methods.