stone meng

Results 4 comments of stone meng

same issue with me. MY ENV INFO: ``` (pytorch_env) [root@worker01 MARL]# python version.py /root/anaconda3/envs/pytorch_env/lib/python3.6/site-packages/gym/core.py:27: UserWarning: WARN: Gym minimally supports python 3.6 as the python foundation not longer supports the version,...

the problem solved after i changed from gym 0.26 to gym 0.18.3 ` pip install gym==0.18.3 ` everthing works fine and the problem no longer appears. the problem originates from...

是不是temp!=0? 随机采样导致的? 如果已经是temp=0,那么细节一些 那就是精度导致 热加载的时候是AB直接算然后加结果;如果是merge可能因为merge过程中参数精度的原因丢失了一些信息。