2wenty1ne 2025-12-10 00:42:59 +01:00
parent 1c18a239a5
commit d573d4bfbf
1 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
#! TMP
import os
os.environ['MPLBACKEND'] = 'Agg'
from GenTunic.gen_tuning import gen_tuning_main
from ReinforcmentLearning.learning import multipleTries, oneTry
from ReinforcmentLearning.util import calc_time_reward
@ -18,9 +22,7 @@ plot_result = False
show_game = False
#! TMP
import os
os.environ['MPLBACKEND'] = 'Agg'
# oneTry(EPSILON, ALPHA, GAMMA, AMOUNT_RUNS, REWARD_ON_WIN, REWARD_ON_LOSE, plot_result, show_game)