Commit 1740aef8 authored by Sébastien Gamblin's avatar Sébastien Gamblin
Browse files

Some calculation optimizations

parent 04391bed
Loading
Loading
Loading
Loading
+1 −1
Changes for launch_xp.sh: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ run_process_loop () {
    echo $filename

    # shellcheck disable=SC2086
    if false; then
    if true; then
      /usr/bin/time -f "; %C; time; %es; memory; %MKB; cpu; %P;ch;${Cards_in_hand};end;${end}" -o "$filename"_time.txt \
        python3 hanabi_loop.py \
        -O -b "$begin" -e "$end" -step "$Nb_steps" -a "$agent" -ch "$Cards_in_hand" -xc "$Timeout" -lr 5 $Symbolic_flag -mc "$TimeoutMCPU" -pu "$TimeoutMCPU" $proba $Norm_flag \