Devin Hua

Results 2 issues of Devin Hua

https://github.com/IBM/pytorch-seq2seq/blob/f146087a9a271e9b50f46561e090324764b081fb/seq2seq/models/DecoderRNN.py#L105 I think .view(batch_size, output_size, -1) should be .view(batch_size, -1, output_size) or this line just makes no sense.

你好,我运行了AirSimNH.exe/SimpleAvoid.exe,之后再运行start_train_with_plot.py,但是在这两个环境下,都报错“No registered env with id”,请问如何解决这个问题? 报错具体如下: (airuav) E:\UAV_Navigation_DRL_AirSim>python start_train_with_plot.py init training thread Traceback (most recent call last): File "E:\anaconda3\envs\airuav\lib\site-packages\gym\envs\registration.py", line 150, in spec return self.env_specs[id] KeyError: 'airsim-env-v0' During handling of...