AttributeError: 'RLTrainer' object has no attribute 'device'
Opened this issue · 0 comments
wuyukun-tong commented
Traceback (most recent call last):
File "train.py", line 510, in
main()
File "train.py", line 430, in main
trainer = RLTrainer(conf_path, args.eval)
File "train.py", line 83, in init
self.agent = DDPGfDAgent(self.full_conf.agent_config, self.device)
AttributeError: 'RLTrainer' object has no attribute 'device'