hsp icon indicating copy to clipboard operation
hsp copied to clipboard

In Asymmetric Self-play

Open hualuoyu opened this issue 4 years ago • 0 comments

Process ThreadedWorker-4: Traceback (most recent call last): File "/home/ubuntu16/anaconda3/envs/rllab3/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() File "/home/ubuntu16/hsp-master/hsp/multi_threading.py", line 19, in run batch, stat = self.trainer.run_batch() File "/home/ubuntu16/hsp-master/hsp/trainer.py", line 277, in run_batch episode, episode_stat = self.get_episode() File "/home/ubuntu16/hsp-master/hsp/trainer.py", line 34, in get_episode state = self.env.reset() File "/home/ubuntu16/hsp-master/hsp/self_play.py", line 243, in reset assert self.args.sp_asym AssertionError

May I ask the author what kind of mistake this is? I don't know how to correct it How can I correct it?

hualuoyu avatar Feb 18 '21 02:02 hualuoyu