Skip to content
Snippets Groups Projects
Commit d89a8260 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

.

parent a9069ddc
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,8 @@ class RailEnv(Environment):
stop_penalty = 0 # penalty for stopping a moving agent
start_penalty = 0 # penalty for starting a stopped agent
# Where the agent will be placed to when the reach their target destination
# (Remove the agents to free the cell)
# Where the agent is placed when he reached his destination(target)
# remove_agents_at_target must be set to true in the RailEnv(...)
DEPOT_POSITION = lambda agent, agent_handle : (-10, -10)
def __init__(self,
......
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