joschu / modular_rl

Implementation of TRPO and related algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Affects of the line search bug

zhongwen opened this issue · comments

Hi John,

I have noticed the line search bug from Woj's TF implementation of TRPO, see
wojzaremba/trpo#1

and found out that you have fixed it here. May I ask the affects of this line search bug?