Skip to content
Snippets Groups Projects
Commit c14400c7 authored by spmohanty's avatar spmohanty
Browse files

Update env_create interface for flatland 2.1.*

parent 5ef3357a
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ while True: ...@@ -54,7 +54,7 @@ while True:
# You can also pass your custom observation_builder object # You can also pass your custom observation_builder object
# to allow you to have as much control as you wish # to allow you to have as much control as you wish
# over the observation of your choice. # over the observation of your choice.
observation = remote_client.env_create( observation, info = remote_client.env_create(
obs_builder_object=my_observation_builder obs_builder_object=my_observation_builder
) )
if not observation: if not observation:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment