2wenty1ne 2025-12-10 00:44:16 +01:00
parent d573d4bfbf
commit 44b7a4e942
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,8 @@
import math
import time
import matplotlib
matplotlib.use('Agg')
from matplotlib import pyplot as plt
import numpy as np
from GenTunic.gen_math import project_bit

View File

@ -1,3 +1,5 @@
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd

View File

@ -1,7 +1,3 @@
#! 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