main_multiplayers_more module

Script to load the config, run the simulations, and plot them, for the multi-players case.

main_multiplayers_more.USE_PICKLE = False

Should we save the Evaluator object to a .pickle file at the end of the simulation?

main_multiplayers_more.USE_HD5 = True

Should we save the data to a .hdf5 file at the end of the simulation?

main_multiplayers_more.PLOT_DIR = 'plots'

Directory for the plots

main_multiplayers_more.piechart = False

Plot a piechart for collision counts? Otherwise, plot an histogram.

main_multiplayers_more.averageRegret = True

Use average regret ?

main_multiplayers_more.normalized = True

Plot normalized regret?

main_multiplayers_more.fairnessAmplitude = False

Use amplitude measure for the fairness or std?

main_multiplayers_more.subTerms = True

Plot the 3 sub terms for the regret

main_multiplayers_more.do_simple_plots = False

Whether to do the plots for single experiments or not

main_multiplayers_more.do_comparison_plots = True

Whether to do the plots for comparison experiments or not

main_multiplayers_more.interactive = False

Whether to show plots, one by one, or not at all and just save them

main_multiplayers_more.debug_memory = False

Debug the memory consumption? Using Environment.memory_consumption.display_top_tracemalloc().