Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flatland
Flatland
Commits
08a30dbb
Commit
08a30dbb
authored
Sep 14, 2021
by
Dipam Chakraborty
Browse files
merge import fix
parent
6d9793bb
Pipeline
#8497
failed with stages
in 6 minutes and 50 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
flatland/envs/rail_env.py
View file @
08a30dbb
...
...
@@ -5,14 +5,11 @@ import random
from
typing
import
List
,
Optional
,
Dict
,
Tuple
<<<<<<<
HEAD
from
flatland.utils.rendertools
import
RenderTool
,
AgentRenderVariant
=======
import
numpy
as
np
from
gym.utils
import
seeding
from
dataclasses
import
dataclass
>>>>>>>
env
-
step
-
facelif
t
from
flatland.utils.rendertools
import
RenderTool
,
AgentRenderVarian
t
from
flatland.core.env
import
Environment
from
flatland.core.env_observation_builder
import
ObservationBuilder
from
flatland.core.grid.grid4
import
Grid4Transitions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment