From 8925580fb629c3050cfb36d4e54129e968a2ab08 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Mon, 26 Sep 2016 20:58:19 -0700 Subject: [PATCH] nit for filter (#443) --- examples/trpo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trpo/README.md b/examples/trpo/README.md index 73c259043..019a4e236 100644 --- a/examples/trpo/README.md +++ b/examples/trpo/README.md @@ -25,7 +25,7 @@ Run this code to start an experiment. ``` git clone https://github.com/joschu/modular_rl cd modular_rl -export KERAS_BACKEND=theano && ./run_pg.py --env Pong-ram-v0 --agent modular_rl.agentzoo.TrpoAgent --video 0 --n_iter 500 --filter 0 +export KERAS_BACKEND=theano && ./run_pg.py --env Pong-ram-v0 --agent modular_rl.agentzoo.TrpoAgent --video 0 --n_iter 500 --filter 1 ``` **Note: On some versions of Mac OS X, this produces NaNs.**