fix
parent
1c18a239a5
commit
d573d4bfbf
8
main.py
8
main.py
|
|
@ -1,3 +1,7 @@
|
||||||
|
#! TMP
|
||||||
|
import os
|
||||||
|
os.environ['MPLBACKEND'] = 'Agg'
|
||||||
|
|
||||||
from GenTunic.gen_tuning import gen_tuning_main
|
from GenTunic.gen_tuning import gen_tuning_main
|
||||||
from ReinforcmentLearning.learning import multipleTries, oneTry
|
from ReinforcmentLearning.learning import multipleTries, oneTry
|
||||||
from ReinforcmentLearning.util import calc_time_reward
|
from ReinforcmentLearning.util import calc_time_reward
|
||||||
|
|
@ -18,9 +22,7 @@ plot_result = False
|
||||||
show_game = 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)
|
# oneTry(EPSILON, ALPHA, GAMMA, AMOUNT_RUNS, REWARD_ON_WIN, REWARD_ON_LOSE, plot_result, show_game)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue