rickstaa / ros-gazebo-gym

Framework for integrating ROS and Gazebo with gymnasium, streamlining the development and training of RL algorithms in realistic robot simulations.
https://rickstaa.dev/ros-gazebo-gym/
MIT License
27 stars 2 forks source link

fix: fix action space dtype #17

Closed rickstaa closed 1 year ago

rickstaa commented 1 year ago

This pull request ensures that the action dtype is correctly converted and a warning is thrown when the user supplies the wrong dtype. It also fixes the dtype of the terminated boolean that is returned by the step method.