From c14400c72cdaddb651be64ab16c59ded1393335f Mon Sep 17 00:00:00 2001 From: "S.P. Mohanty" <spmohanty91@gmail.com> Date: Wed, 9 Oct 2019 15:41:44 +0200 Subject: [PATCH] Update env_create interface for flatland 2.1.* --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 2caab65..955376f 100644 --- a/run.py +++ b/run.py @@ -54,7 +54,7 @@ while True: # You can also pass your custom observation_builder object # to allow you to have as much control as you wish # over the observation of your choice. - observation = remote_client.env_create( + observation, info = remote_client.env_create( obs_builder_object=my_observation_builder ) if not observation: -- GitLab