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
The predicted q value and target q value are calculated on GPU and then be put on cpu. Consequently, the dqn loss is calculated on cpu. I'm confused why not finish all on GPU.
The text was updated successfully, but these errors were encountered:
see
rlpyt/rlpyt/agents/dqn/dqn_agent.py
Line 29 in f04f23d
The predicted q value and target q value are calculated on GPU and then be put on cpu. Consequently, the dqn loss is calculated on cpu. I'm confused why not finish all on GPU.
The text was updated successfully, but these errors were encountered: