Skip to content

Commit

Permalink
Update tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkramer authored Dec 18, 2024
1 parent 92fe29c commit 17474f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"from evaluate_with_given_params import load_model_and_test\n",
"\n",
"data_path = r\"../../Data/random_sat_data/test/\" #tbf with path of the evaluation dataset\n",
"!mkdir ../../Data/trajectories/ #create a folder to save the trajectories\n",
"!mkdir ../../Data/trajectories/random_3SAT/ #create a folder to save the trajectories\n",
"\n",
"trajectories_path = r\"../../Data/trajectories/random_3SAT/\"\n",
Expand Down

0 comments on commit 17474f9

Please sign in to comment.