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

No RlGlue #6

Open
limaries30 opened this issue Jan 12, 2022 · 1 comment
Open

No RlGlue #6

limaries30 opened this issue Jan 12, 2022 · 1 comment

Comments

@limaries30
Copy link

Is the library changed to RLGlue not RlGlue?

In RLGlue I think there are some changes and the code doesn't work.
I get error like

TypeError: 'RlGlueCompatWrapper' object is not callable
@andnp
Copy link
Member

andnp commented Mar 28, 2022

Hmm, changes to RLGlue should not impact that line of code, nor should they impact this experiment code as a whole (note the requirements.txt lock the RLGlue version).

I am still able to run the code after cloning the repository to a fresh development environment and installing dependencies. Taking a look at the definition of RlGlueCompatWrapper, this is a class and so should be callable: (see https://github.com/rlai-lab/Regularized-GradientTD/blob/master/experiments/control/utils/rl_glue.py#L9).

Did you make modifications to the code? And if so, could you post them here?

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