colosseum.benchmark
The module that handles the benchmarking procedure of the package, stores the default Colosseum agents_and_benchmarks, contains the cached measures of hardness for the environments in the default benchmark.
1""" 2The module that handles the benchmarking procedure of the package, stores the default Colosseum agents_and_benchmarks, contains the 3cached measures of hardness for the environments in the default benchmark. 4""" 5 6from colosseum.benchmark.benchmark import BENCHMARKS_DIRECTORY 7from colosseum.benchmark.benchmark import ColosseumDefaultBenchmark