From ac9ced12000960e94c6e7da561b423734ce1acb1 Mon Sep 17 00:00:00 2001 From: Rahul Date: Sun, 22 Jan 2017 23:10:20 +0530 Subject: [PATCH] Update demo.py In my system without the added line it was not running. --- demo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo.py b/demo.py index b0122a8..2294d47 100644 --- a/demo.py +++ b/demo.py @@ -36,6 +36,7 @@ def main(): #init environment env = gym.make('flashgames.CoasterRacer-v0') + env.configure(remotes=1) observation_n = env.reset() #init variables