Qiulei Wang
Qiulei Wang
The errors are shown as follows ``` ... [ 98%] Building CXX object glue-codes/openfast/CMakeFiles/openfast_cpp.dir/src/FAST_Prog.cpp.o [ 98%] Building CXX object glue-codes/openfast/CMakeFiles/openfast_cpp.dir/src/FastLibAPI.cpp.o [ 98%] Linking CXX executable openfast_cpp /bin/ld: ../../modules/aerodyn/libaerodynlib.a(AeroDyn.f90.o): in function...
Hi @pandamzzzzz , Could you please show me more context printed on your terminal about this error? Besides, are you working on WSL or HPC cluster? Also, have you ever...
Hi @pandamzzzzz , DRLinFluids has been well tested on general Linux systems. However, it lacks extensive testing on multi-node HPC clusters. I have noticed that there are indeed some issues...
Hi @CharAaznable , DRLinFluids has been well tested on general Linux systems. However, it lacks extensive testing on multi-node HPC clusters. I have noticed that there are indeed some issues...
Hi @e-dinesh, we will do a quick test about your issue, and give you feedback soon.
Hi @e-dinesh, Due to the limitation of OpenFOAM and DRL approach, `DRLinFluids` is mainly based on CPU currently. We may develop this package so that can be run on GPU,...
Hi @zonexo , You should compile the custome boundary condition. Please clone [this repository](https://github.com/venturi123/DRLinFluids-examples) first (actually we only need the newbc folder), and following [this step](https://github.com/venturi123/DRLinFluids-examples#step-1-compiling-new-boundary-conditions-in-openfoam-v8) to compile it easily.
The `WARNING:root:No min_value bound specified for state` is generated by the DRL backend package [tensorforce](https://github.com/tensorforce/tensorforce/blob/d83d25c4e7a84aac34e1400cfa827c43fd198ac9/tensorforce/core/models/model.py#L81C17-L81C17), and you may ignore it since there is no limitation for the value bound of...
Hi @MohamedASattar , There are some necessary pieces of information I would like to know first. Which example are you running? The `record` folder is designed as a simple logger...
Hi @MohamedASattar , It's quite strange that the 2D cylinder example is experiencing this issue. Are you saying that the reward is not being accumulated from single steps? Are you...