cfl-minds / drl_shape_optimization

Deep reinforcement learning to perform shape optimization
MIT License
58 stars 15 forks source link

Warning msg and new ver #4

Closed zonexo closed 2 years ago

zonexo commented 2 years ago

Hi,

I just tried it. There are some warning msg below. Are they normal:

****** Starting episode 0
***    Starting control 0
WARNING:root:Dolfin's XML is a legacy format. Consider using XDMF instead.
-2.465207003554415 -0.5213985274605915
good epoch; reward: 0.2115029393916301
****** Starting episode 1
***    Starting control 0
WARNING:root:Dolfin's XML is a legacy format. Consider using XDMF instead.
Building point search tree to accelerate distance queries.

WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/math_ops.py:3066: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.

Also, has the new PBO been added into the current code? If not, will it be easier to update? Is there any guide on how it can be done?

Thanks!

jerabaul29 commented 2 years ago

Are you using the docker container to run the code? :)

These seems to be only depreciation warnings, so not errors per se.

zonexo commented 2 years ago

yes, i'm using docker

zonexo commented 2 years ago

Also, has the new PBO been added into the current code? If not, will it be easier to update? Is there any guide on how it can be done?

jviquerat commented 2 years ago

Hi @zonexo,