Regularized-GradientTD
Regularized-GradientTD copied to clipboard
No RlGlue
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
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?