File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ python search_methods/astar.py --states data/puzzle48/test/data_0.pkl --model sa
59
59
# ##### See solution results
60
60
python scripts/compare_solutions.py --soln1 results/puzzle48/results.pkl --soln2 results/puzzle48/results.pkl
61
61
62
+
62
63
# ## Lights Out 7x7
63
64
# ##### Train cost-to-go function
64
65
python ctg_approx/avi.py --env lightsout7 --states_per_update 500000 --batch_size 1000 --nnet_name lightsout7 --max_itrs 1000000 --loss_thresh 1.0 --back_max 50 --max_update_steps 200 --update_method astar --num_update_procs 30 --num_test 1000
@@ -69,6 +70,7 @@ python search_methods/astar.py --states data/lightsout7/test/data_0.pkl --model
69
70
# ##### See solution results
70
71
python scripts/compare_solutions.py --soln1 results/lightsout7/results.pkl --soln2 results/lightsout7/results.pkl
71
72
73
+
72
74
# ## Sokoban
73
75
python ctg_approx/avi.py --env sokoban --states_per_update 5000000 --batch_size 1000 --nnet_name sokoban --max_itrs 1000000 --loss_thresh 1.0 --back_max 1000 --max_update_steps 50 --update_method gbfs --num_update_procs 30 --num_test 1000
74
76
You can’t perform that action at this time.
0 commit comments