Lei Yan

Results 22 comments of Lei Yan

Dear @jjonkman, How do you verify the results generated by fast. Farm? How do you know how accurate the wake is? Is there a more accurate way to verify and...

Dear @jjonkman, Currently, when I change the grid parameters of Fast. Farm, I encounter the following problems. Is it beyond the scope of the fan or other reasons? My intention...

Dear @jjonkman, Thank you. I finally solved the problem. Later when I changed the entry conditions, I wanted to use TurbSim to generate the BTS file as shown (WindType=3), but...

Dear @jjonkman, This is my input file in Turbsim. I don't know why, but the value in the red circle cannot be read. It is displayed as N/A ![InkedKCG7SDR){7CNA{V)ULG7VM3_LI](https://user-images.githubusercontent.com/58902376/131503531-4d6e712a-21f4-4d54-9836-da3876c39262.jpg) ![8X7J80G`8WVR0`9JAM@@V](https://user-images.githubusercontent.com/58902376/131503582-19789e4e-7008-4c64-8eb0-8d421066be94.png)...

Is there any workaround for this? I also had the same problem

Hi @iamysy! I am very happy that you can use our platform:) For the first question: In view of the fact that PPO requires a lot of parameter tuning work,...

Hi @iamysy ! Well, I think you still have the following parameter unchanged, which is the key to determine the total number of steps each episode runs in each environment:...

I'm very glad to see that you succeeded. The test function for [square](https://github.com/venturi123/DRLinFluids-examples/blob/main/examples/square2D_multiprocessing/DRLinFluids_square/single_run.py) and [cylinder](https://github.com/venturi123/DRLinFluids-examples/blob/main/examples/cylinder2D_multiprocessing/DRLinFluids_cylinder/single_run.py) has been updated. Please notify me immediately if you have any questions.

Hi @e-dinesh ! Which Tensorforce version did you use? I suggest Tensorforce==0.6.0:)

Hi @nuance1979! ```python: import tianshou, gym, torch, numpy, sys print(tianshou.__version__, gym.__version__, torch.__version__, numpy.__version__, sys.version, sys.platform) 0.4.9 0.19.0 1.11.0+cpu 1.22.4 3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)]...