Lei Yan
Lei Yan
**Description** **Produce** Steps to reproduce the behavior: 1. Windows 10, Compiler: Intel(R) Fortran Compiler 1900 2. Run 'FAST.Farm_x64.exe FAST.Farm--input.dat' case with cmd 3. See the error **Expected behavior** Obviously, my...
I wonder if lstm+ppo/sac could use in Tianshou? Since there are some problems.
While training Pendulum-v0 with lstm+ppo, the following problems occurred using parallel environment: ``` Traceback (most recent call last): File "D:\desktop\lunwen_dabao\xinsuanfa0912\tian_sac_test\launch_multiprocessing_traning_cylinder.py", line 91, in runner = Runner( File "C:\Users\1900\.conda\envs\yl\lib\site-packages\tensorforce\execution\runner.py", line 168,...
I suppose SAC algorithm has one actor network and two critic network, now I want to rank the DRL states importance by calculate integrated gradients of each states to sork...