rr-learning/CausalWorld

is_not_fixed wrong call

ossamaAhmed opened this issue · 0 comments

base_task.py, l. 502:
if self._stage.get_rigid_objects()[rigid_object].is_not_fixed:

'is_not_fixed' in the if statement is a function but doesn't get called. I guess is_not_fixed is supposed to be a property method.