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
Hi, i read your code, and it is easy to understand, but there is one line of code that i'm confusing about. https://github.com/transedward/pytorch-ddpg/blob/master/agents/ddpg_low_dim.py#L142 , should we use state_batch or next_state_batch to compute the next_action? in the paper, the author use next_state_batch to compute the next_action, am i understand it right?
The text was updated successfully, but these errors were encountered:
Hey, sorry I thought my last reply was successful.
I think you might be right but I don't have time to test it recently.
Do you mind changing the code and seeing if it performs better?
Hi, i read your code, and it is easy to understand, but there is one line of code that i'm confusing about. https://github.com/transedward/pytorch-ddpg/blob/master/agents/ddpg_low_dim.py#L142 , should we use
state_batch
ornext_state_batch
to compute the next_action? in the paper, the author usenext_state_batch
to compute the next_action, am i understand it right?The text was updated successfully, but these errors were encountered: