maddpg icon indicating copy to clipboard operation
maddpg copied to clipboard

what's benchmark used for?

Open KK666-AI opened this issue 6 years ago • 1 comments

FYI

KK666-AI avatar Nov 19 '19 02:11 KK666-AI

What should I do if my benchmark report is wrong?

2023-05-18 13:40:39.690276: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Traceback (most recent call last): File "train.py", line 196, in train(arglist) File "train.py", line 84, in train env = make_env(arglist.scenario, arglist, arglist.benchmark) File "train.py", line 61, in make_env env = MultiAgentEnv(world, scenario.reset_world, scenario.reward, scenario.observation, scenario.benchmark_data) AttributeError: 'Scenario' object has no attribute 'benchmark_data'

x45w avatar May 18 '23 05:05 x45w