From 18b6390be606e6eac559489bb34e5dfc47a14168 Mon Sep 17 00:00:00 2001 From: Vladislav Zavadskyy <16824835+VladislavZavadskyy@users.noreply.github.com> Date: Tue, 13 Nov 2018 21:03:55 +0200 Subject: [PATCH] Typo fix (#287) --- baselines/deepq/build_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselines/deepq/build_graph.py b/baselines/deepq/build_graph.py index dd96f0e..650449c 100644 --- a/baselines/deepq/build_graph.py +++ b/baselines/deepq/build_graph.py @@ -33,7 +33,7 @@ The functions in this file can are used to create the following functions: stochastic: bool if set to False all the actions are always deterministic (default False) update_eps_ph: float - update epsilon a new value, if negative not update happens + update epsilon to a new value, if negative no update happens (default: no update) reset_ph: bool reset the perturbed policy by sampling a new perturbation