Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.17 KB

README: Vertical Symbolic Regression via Deep Policy Gradient#

Directory

Dataset

  • data: the generated dataset. Every file represents a ground-truth expression.
  • src/scibench: the data oracle API to draw data.

Prerequisite of using these methods

  • install the dependency package
pip install -r requirements.txt
  • install our data oracle
cd src/scibench
pip install -e .

Methods

Extra

  • plots: the jupyter notebook to generate our figure.
  • result: contains all the output of all the programs, the training logs.

3. Look at the summarized result

Just open the result and plots folders.