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,
The two lines referenced below seem to have canceling effects (the second quoted line is the inverse of the sigmoid). I was wondering what has been the purpose of putting them.
Hi,
The two lines referenced below seem to have canceling effects (the second quoted line is the inverse of the sigmoid). I was wondering what has been the purpose of putting them.
pytorch-a2c-ppo-acktr-gail/a2c_ppo_acktr/algo/gail.py
Lines 101 to 102 in 1120cdf
I think if the purpose has been to make this a Wasserstein GAIL, it would be nice to do sth like
if args.wasserstein... else...
The text was updated successfully, but these errors were encountered: