Regularized-GradientTD icon indicating copy to clipboard operation
Regularized-GradientTD copied to clipboard

No RlGlue

Open limaries30 opened this issue 3 years ago • 1 comments

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

limaries30 avatar Jan 12 '22 01:01 limaries30

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?

andnp avatar Mar 28 '22 19:03 andnp