MOEA/D DQN源码运行过程记录

错误:cmd输入conda报错
解决:系统环境设置
MOEA/D DQN源码运行过程记录_第1张图片
错误:python环境切换失败
根本错误:无法加载文件C:\Users\xxx\Documents\WindowsPowerShell\profile.ps1,因为在此系统上禁止运行脚本
解决:https://blog.csdn.net/qq_42951560/article/details/123859735
MOEA/D DQN源码运行过程记录_第2张图片
错误:
C:\Users\liuya>python
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.
Failed calling sys.interactivehook
Traceback (most recent call last):
File “C:\Python\Python37\lib\site.py”, line 439, in register_readline
readline.read_history_file(history)
File “C:\Python\Python37\lib\site-packages\pyreadline\rlmain.py”, line 165, in read_history_file
self.mode._history.read_history_file(filename)
File “C:\Python\Python37\lib\site-packages\pyreadline\lineeditor\history.py”, line 82, in read_history_file
for line in open(filename, ‘r’):
UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0x80 in position 247: illegal multibyte sequence
解决:https://blog.csdn.net/qq_15000281/article/details/106401531
MOEA/D DQN源码运行过程记录_第3张图片
错误:VScode出现错误:Module “torch” has no “xxx” member pylint no-member
解决:https://blog.csdn.net/m0_46483236/article/details/126647972
MOEA/D DQN源码运行过程记录_第4张图片
错误:
在这里插入图片描述
解决:
MOEA/D DQN源码运行过程记录_第5张图片
错误:list’ object has no attribute
解决:HV = ea.indicator.HV(NDSet[0].ObjV, PF)

错误:找不到文件
解决:建立文件
MOEA/D DQN源码运行过程记录_第6张图片

配置日志??
https://blog.csdn.net/sinat_34166518/article/details/84028155

HV(超体积):

GD(世代距离):

IGD(反转世代距离):

你可能感兴趣的:(多目标优化,python,vscode,开发语言)