Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'instrument2' is not defined #44

Closed
vitchyr opened this issue Oct 5, 2016 · 1 comment
Closed

NameError: name 'instrument2' is not defined #44

vitchyr opened this issue Oct 5, 2016 · 1 comment

Comments

@vitchyr
Copy link
Contributor

vitchyr commented Oct 5, 2016

rllab/misc/logger.py:256 has the following line:

    from rllab.misc import instrument2

I'm getting a NameError error at this statement. It looks like this was introduced in this recent commit. It doesn't look like any of the branches have a rllab/misc/instrument2.py module. Was this file left out of this commit, or am I missing something?

@dementrock
Copy link
Member

Oops. I decided that instrument2.py was not useful to be released since it was slower than the default, but overlooked these references. Fixed in 9081c00.

jonashen pushed a commit to jonashen/rllab that referenced this issue May 29, 2018
Implement std_share_network architecture in the GaussianMLP*
classes of TensorFlow.

The std_share_network creates a single neural net with output
length of 2 * action_dimension. The first half output params
are the means params, and the second half params are the
log_std params.

As a result, the GaussianMLP* classes can support a new
architecture.

Refer to: rll#44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants