SSKKai / RLBench-SAC-with-DenseReward

MIT License
2 stars 0 forks source link

'Environment' object has no attribute 'action_size' #1

Open Walkashame opened 1 year ago

Walkashame commented 1 year ago

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'

lgzid commented 1 year ago

Have you resolved it now