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
In the current implementation, it is possible that there can be bad transitions in the rollout storage. The feedforward generator does not filter out these bad samples, when sampling imitator experience for gail. Would this hurt the discriminator's performance because at times it will be getting wrong state transition pairs from the imitator ?
The text was updated successfully, but these errors were encountered:
In the current implementation, it is possible that there can be bad transitions in the rollout storage. The feedforward generator does not filter out these bad samples, when sampling imitator experience for gail. Would this hurt the discriminator's performance because at times it will be getting wrong state transition pairs from the imitator ?
The text was updated successfully, but these errors were encountered: