chenhongge / SA_DQN

[NeurIPS 2020, Spotlight] State-Adversarial DQN (SA-DQN) for robust deep reinforcement learning
https://arxiv.org/pdf/2003.08938.pdf
31 stars 11 forks source link

The same level of agents in the paper cannot be reproduced from the source code #3

Open leoranlmia opened 1 year ago

leoranlmia commented 1 year ago

Dear authors: Thanks for sharing this code! This is a great work! However, when I try to train the robust agents with PGD solver, I cannot get the same level of agents of the paper. After testing these agents, only get:

Maybe my configured environment is the cause? Could you provide the exact version of python and main packages (torch, gym, numpy etc.)? Or what else might be the cause?

Looking forward to hearing from you! Thank you!