JiatongBao / DRLSorting

Learn Multi-Step Object Sorting Tasks through Deep Reinforcement Learning
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

disturb_numb #1

Closed gplminhduc147 closed 1 year ago

gplminhduc147 commented 1 year ago

Hello. When I run the trainning code. I've got this error:

Traceback (most recent call last): File "main.py", line 769, in main(args) File "main.py", line 31, in main disturb_num = args.disturb_num AttributeError: 'Namespace' object has no attribute 'disturb_num'

What should I do to fix this error? Thank you so much

JiatongBao commented 1 year ago

Please set: disturb_num = 0. This parameter was not used in simulation.

gplminhduc147 commented 1 year ago

Thank you for your help. I set disturb_num = 0 and the simulation worked well.