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

fix(quadxwaypointscost): fix quadxwaypointscost observation space shape bug #282

Closed rickstaa closed 1 year ago

rickstaa commented 1 year ago

This pull request ensures that the observation space shape that is set in the environment initialization is equal to the shape the reset and step methods returned.

279