From 92a8c574d55118a2469288a5943aff1b75238780 Mon Sep 17 00:00:00 2001 From: Yann Bouteiller Date: Sun, 5 Dec 2021 23:37:55 -0500 Subject: [PATCH] typo --- tmrl/config/config_objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmrl/config/config_objects.py b/tmrl/config/config_objects.py index a80676c..b1e5fe1 100644 --- a/tmrl/config/config_objects.py +++ b/tmrl/config/config_objects.py @@ -140,7 +140,7 @@ def sac_v2_entropy_scheduler(agent, epoch): agent_scheduler=None, # sac_v2_entropy_scheduler start_training=cfg.TMRL_CONFIG["ENVIRONMENT_STEPS_BEFORE_TRAINING"]) # set this > 0 to start from an existing policy (fills the buffer up to this number of samples before starting training) else: # images - TRAINER = partial0( + TRAINER = partial( TrainingOffline, Env=partial(UntouchedGymEnv, id="rtgym:real-time-gym-v0", gym_kwargs={"config": CONFIG_DICT}), Memory=MEMORY,