doublelei / VIHE

3 stars 0 forks source link

Potential Issue with action prediction in `rvtpp_agent.py` #2

Closed YiXiangChen1 closed 6 months ago

YiXiangChen1 commented 6 months ago

Hi, @doublelei.

Thanks for your excellent work!

I was wondering in rvtpp_agent.py, it seems that the predicted action should be continuous_action2 instead of continuous_action on line #L1118

Thanks for looking into this!

doublelei commented 6 months ago

Hi, you are right, continuous_action2 is the correct variable to use. Sorry for the mix-up when cleaning up the code. It's fixed now in commit