From 925db59d437d72112ad0f865f870bdc3de683d8e Mon Sep 17 00:00:00 2001 From: MLErik <baerenjesus@gmail.com> Date: Mon, 4 Nov 2019 15:37:19 -0500 Subject: [PATCH] adjusted readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f81370b9..0812791a 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ env = RailEnv(width=width, rail_generator=rail_generator, schedule_generator=schedule_generator, number_of_agents=nr_trains, - malfunction_generator=stochastic_data, # Malfunction data generator + malfunction_generator_and_process_data=malfunction_from_params(stochastic_data), obs_builder_object=observation_builder, remove_agents_at_target=True # Removes agents at the end of their journey to make space for others ) -- GitLab