From 96bcb2e05525e75b1eb4045dd2d26a5711502a41 Mon Sep 17 00:00:00 2001 From: Shuo Diao Date: Tue, 16 Apr 2019 13:54:08 -0700 Subject: [PATCH] Add use curiosity in Hallway example environment --- docs/Learning-Environment-Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Learning-Environment-Examples.md b/docs/Learning-Environment-Examples.md index d85cffe209..75301af3be 100644 --- a/docs/Learning-Environment-Examples.md +++ b/docs/Learning-Environment-Examples.md @@ -246,6 +246,7 @@ If you would like to contribute environments, please see our `VisualHallway` scene. * Reset Parameters: None. * Benchmark Mean Reward: 0.7 + * To speed up training, you can enable curiosity by adding `use_curiosity: true` in `config/trainer_config.yaml` * Optional Imitation Learning scene: `HallwayIL`. ## [Bouncer](https://youtu.be/Tkv-c-b1b2I)