ur_openai_gym icon indicating copy to clipboard operation
ur_openai_gym copied to clipboard

TypeError: __init__() got an unexpected keyword argument 'actor_class'

Open ammar-n-abbas opened this issue 10 months ago • 8 comments

Hi,

while running the training files through rosrun as defined in the readme, I am getting this error:

  **File "~/catkin_ws/src/ur_openai_gym/ur_rl/scripts/tf2rl_sac.py", line 83, in <module>**
    policy = SAC(
  File "~.local/lib/python3.8/site-packages/tf2rl/algos/sac.py", line 50, in __init__
    super().__init__(
  File "~/.local/lib/python3.8/site-packages/tf2rl/algos/policy_base.py", line 86, in __init__
    super().__init__(memory_capacity=memory_capacity, **kwargs)
**TypeError: __init__() got an unexpected keyword argument 'actor_class'**

ammar-n-abbas avatar Aug 15 '23 09:08 ammar-n-abbas