From 15d6c6f0b482048c8aeae425cfc688c1d92997a6 Mon Sep 17 00:00:00 2001 From: Claude Formanek Date: Thu, 22 Aug 2024 09:08:19 +0200 Subject: [PATCH] exp: 6halfcheetah omiga. --- run_exps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_exps.py b/run_exps.py index d43a53d2..19992da2 100644 --- a/run_exps.py +++ b/run_exps.py @@ -49,7 +49,7 @@ # "og_marl/tf2/systems/maddpg_cql_cpg.py" ] -TASK = "task.env=mamujoco_omiga task.scenario=6halfcheetah task.dataset=Expert" +TASK = "task.env=mamujoco_omiga task.scenario=3hopper task.dataset=Expert" SEEDS = [5]