tkn-tub / veins-gym

Reinforcement Learning-based VANET simulations
https://www2.tkn.tu-berlin.de/software/veins-gym/
GNU General Public License v2.0
53 stars 8 forks source link

AssertionError: The reward returned by `step()` must be a float #12

Closed serapergun closed 1 year ago

serapergun commented 2 years ago

When I change the observation space, I am getting this error: "AssertionError: The reward returned by step() must be a float" via env.checker

But before, the program was running well. And also, my reward is described as float, too. What should be done? Regards,