zhan0903

Results 11 comments of zhan0903

Hi, everyone, I met an issue: "g++: error: unrecognized command line option ‘-Wl’", any help?

@kashif thanks for your response. The TF version does not use the GPU either. I will try `torch.no_grad() wrappers `. I test your code in my experiments. Thanks Han

@kashif Hi, I used the `torch.no_grad()` in the backpropagation process for SAC, but it didn't improve the speed. The TF version doesn't use the GPU, but it is faster than...

Thanks. It works. By the way, the gym-adv is just the gym environment library or it includes the adv algorithms already and no need to use rllab-adv code anymore? Thanks.

Thanks. I have a question: the author gives an example: "python adversarial/scripts/train_adversary.py --env InvertedPendulumAdv-v1 --folder ~/rllab-adv/results". The parameter "InvertedPendulumAdv-v1" comes from where? How about other envs? Where can I find...

Thanks. I ran the example, but no cartoon came up, only text result showing on the terminal. How to see the algorithm result in the animation?

Thanks, but that visualize the result only.

It seems this repo don't include the RARL framework/algorithm implementation, just provide how to train adversary?

I met the same error. Is there any solution to this?