From f741ec6ae6c1f5d7170c28d5fd290259d6e69e72 Mon Sep 17 00:00:00 2001 From: Shunichi09 Date: Tue, 7 Apr 2020 17:31:45 +0900 Subject: [PATCH] Add: catpole env --- Environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Environments.md b/Environments.md index 70e8bcf..bd14d23 100644 --- a/Environments.md +++ b/Environments.md @@ -17,7 +17,7 @@ You can set arbinatry time constant, tau. The default is 0.63 s ### Cost. - + Q = diag[1., 1., 1., 1.], R = diag[1., 1.] @@ -32,7 +32,7 @@ X_g denote the goal states. ### Cost. - + Q = diag[5., 5., 1.], R = diag[0.1, 0.1]