fulltopic/rlpractice

Error in valueTensor assignment

fulltopic opened this issue · 1 comments

valueTensor = gaeReturns.view({dqnOption.trajStepNum * dqnOption.envNum, 1});

valueTensor was assigned with gaeReturns.

As valueTensor has not been referenced afterwards, the error has no affection on test result.

Commit 42f5de1