From 3196cfb9f70c7e0017aed9955df4107b3c5d4453 Mon Sep 17 00:00:00 2001 From: whikwon Date: Wed, 29 May 2019 00:19:23 +0900 Subject: [PATCH] Remove whitespace --- scripts/config/agent/open_manipulator_reacher_v0/sac.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/config/agent/open_manipulator_reacher_v0/sac.py b/scripts/config/agent/open_manipulator_reacher_v0/sac.py index f1ad31f..8f3dca4 100644 --- a/scripts/config/agent/open_manipulator_reacher_v0/sac.py +++ b/scripts/config/agent/open_manipulator_reacher_v0/sac.py @@ -110,4 +110,3 @@ def get(env, args): # create an agent return Agent(env, args, hyper_params, models, optims, target_entropy) -