Closed YiXiangChen1 closed 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
rvtpp_agent.py
continuous_action2
continuous_action
Thanks for looking into this!
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
Hi, @doublelei.
Thanks for your excellent work!
I was wondering in
rvtpp_agent.py
, it seems that the predicted action should becontinuous_action2
instead ofcontinuous_action
on line #L1118Thanks for looking into this!