From 000033973b5a8a4c4c3ce5aba8f0428e5e4e8bb4 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 3 Dec 2017 15:50:24 -0800 Subject: [PATCH] Update gail-result.md --- baselines/gail/result/gail-result.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/baselines/gail/result/gail-result.md b/baselines/gail/result/gail-result.md index 59602c4..8b02acc 100644 --- a/baselines/gail/result/gail-result.md +++ b/baselines/gail/result/gail-result.md @@ -3,16 +3,6 @@ Here's the extensive results for applying GAIL/BC on Mujoco environments, including Hopper, Walker2d, HalfCheetah, Humanoid, HumanoidStandup. Eery imitator is evaluated with seed to be 0. -## details about GAIL imitator - -For all environments, the -imitator is trained with 1, 5, 10, 50 trajectories, where each trajectory contains at most -1024 transitions, and seed 0, 1, 2, 3, respectively. - -### details about the BC imitators - -All BC imitators are trained with seed 0. - ## Results ### Determinstic Polciy (Set std=0) @@ -33,3 +23,12 @@ All BC imitators are trained with seed 0. | Humanoid-v1 | | | | HumanoidStandup-v1 | | | +### details about GAIL imitator + +For all environments, the +imitator is trained with 1, 5, 10, 50 trajectories, where each trajectory contains at most +1024 transitions, and seed 0, 1, 2, 3, respectively. + +### details about the BC imitators + +All BC imitators are trained with seed 0.