You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2020. It is now read-only.
The step() function in Environment.hpp file of the quadrotor environment returns the summation of positionReward_ , thrustReward_ and orientationReward_. The coefficient of thrustReward_ is 0, so its value will be 0, and angVelReward_ in not included even though it has been calculated.
So, is angVelReward_ intentionally not included in the summation or is it just a small error?
The
step()function inEnvironment.hppfile of the quadrotor environment returns the summation ofpositionReward_ , thrustReward_ and orientationReward_. The coefficient of thrustReward_ is 0, so its value will be 0, andangVelReward_in not included even though it has been calculated.So, is
angVelReward_intentionally not included in the summation or is it just a small error?