holl- / PDE-Control

Code for the ICLR 2020 paper "Learning to Control PDEs"
MIT License
29 stars 8 forks source link

About how to generate data in legacy code shape transition #2

Closed kuwt closed 3 years ago

kuwt commented 3 years ago

I am currently trying to study the shape transition experiment from the legacy code so I need to generate the data using shapegen.py. However, I do not know how to produce the shapelib. I would like to know if I have misunderstood anything or if i can find the shapelib in some place or generated by some script in the repository. Thanks.

holl- commented 3 years ago

Hi kuwt, for the Burgers' experiment, I would recommend checking out the notebook first. The legacy code is not as polished.

The basic shapes are located in /notebooks/shapes. You may need to copy them to the right directory before running the script.