Thank you very much for this Implementation of the sac algorithm. Maybe due to the rlbench update, a little error occurred. If it is convenient for you, can you tell me which new variable name can be used for action_size instead?
File "rlbench_rl.py", line 26, in __init__ action_size = self.env.env.action_size AttributeError: 'Environment' object has no attribute 'action_size'
Thank you very much for this Implementation of the sac algorithm. Maybe due to the rlbench update, a little error occurred. If it is convenient for you, can you tell me which new variable name can be used for action_size instead?
File "rlbench_rl.py", line 26, in __init__ action_size = self.env.env.action_size AttributeError: 'Environment' object has no attribute 'action_size'