Hi,when I run the trainer of A3C on Linux terminal, it showed the AssertionError like the title, what does it mean?
But it didn't happen when I use SSH to run the trainer.
Thank you.
File "/home/yongqiang/anaconda3/envs/tf/lib/python3.7/site-packages/ray/tune/trial_runner.py", line 515, in _process_trial
result = self.trial_executor.fetch_result(trial)
File "/home/yongqiang/anaconda3/envs/tf/lib/python3.7/site-packages/ray/tune/ray_trial_executor.py", line 351, in fetch_result
result = ray.get(trial_future[0])
File "/home/yongqiang/anaconda3/envs/tf/lib/python3.7/site-packages/ray/worker.py", line 2121, in get
raise value.as_instanceof_cause()
ray.exceptions.RayTaskError(AssertionError): [36mray_worker[39m (pid=19490, host=yongqiang-Precision-5820-Tower)
This should be fixed in the latest starter kit release, see this post for instructions:
https://competitions.codalab.org/forums/18353/3208/
Posted by: HuaweiUK @ Dec. 6, 2019, 5:18 a.m.