IrisRainbowNeko / genshin_auto_fish

基于深度强化学习的原神自动钓鱼AI
4.76k stars 724 forks source link

最后一步在cmd执行时报错, doesn't contains class named 'Exp' #214

Closed majaja7414 closed 2 years ago

majaja7414 commented 2 years ago

RT, 以下是完整的报错,谢谢

Traceback (most recent call last): File "C:\Users\60106\genshin_auto_fish-master\yolox\exp\build.py", line 14, in get_exp_by_file exp = current_exp.exp() AttributeError: module 'yolox_tiny_fish' has no attribute 'exp'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\60106\genshin_auto_fish-master\fishing.py", line 193, in exp = get_exp(args.exp_file, args.name) File "C:\Users\60106\genshin_auto_fish-master\yolox\exp\build.py", line 51, in get_exp return get_exp_by_file(exp_file) File "C:\Users\60106\genshin_auto_fish-master\yolox\exp\build.py", line 16, in get_exp_by_file raise ImportError("{} doesn't contains class named 'Exp'".format(exp_file)) ImportError: yolox/exp/yolox_tiny_fish.py doesn't contains class named 'Exp'