cerl icon indicating copy to clipboard operation
cerl copied to clipboard

NameError: name 'GaussianPolicy' is not defined

Open berat-cakir opened this issue 4 years ago • 0 comments

Where do you define the GaussianPolicy function described in main.py line 138? NameError: name 'GaussianPolicy' is not defined

I couldn't find the function in any of the .py files inside the core folder or main.py itself. So, if it's from another library, to which one does it belong? Searching online I could only find a GaussianPolicy from TensorFlow: see here But that doesn't seem to be the correct one either.

berat-cakir avatar Nov 11 '21 19:11 berat-cakir