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
Thanks for your codes which work very well.
The origin DQN(1.dqn.ipynb) set batch_size=32 which is ineffective on GUP so I changed it to 256. But it's bad performance. Is there any experience in this?
batch_size=32
batch_size=256
Or should I try more experiments with batch_size=256 or try more random seed?
Thanks again.
The text was updated successfully, but these errors were encountered:
Thanks for your codes which work very well.
The origin DQN(1.dqn.ipynb) set batch_size=32 which is ineffective on GUP so I changed it to 256. But it's bad performance. Is there any experience in this?
batch_size=32
batch_size=256
Or should I try more experiments with batch_size=256 or try more random seed?
Thanks again.
The text was updated successfully, but these errors were encountered: