- Nov 06, 2019
- Nov 05, 2019
-
-
Christian Baumberger authored
include discussion points in cleanup agents static Closes #185 See merge request flatland/flatland!260
-
u229589 authored
-
Christian Baumberger authored
remove static agents Closes #185 See merge request flatland/flatland!259
-
u229589 authored
-
u229589 authored
Merge branch 'master' of gitlab.aicrowd.com:flatland/flatland into 185-refactoring-cleanup-agents_static
-
- Nov 04, 2019
-
-
Erik Nygren authored
ResolvedError_01_gettingStartedDoc See merge request flatland/flatland!258
-
u229589 authored
-
- Nov 02, 2019
-
-
ashivani authored
-
- Nov 01, 2019
-
-
Christian Baumberger authored
Malfunction last step missed Closes #263 and #269 See merge request flatland/flatland!246
-
Erik Nygren authored
-
Erik Nygren authored
-
Christian Eichenberger authored
faq for flatland Closes #262 See merge request flatland/flatland!250
-
-
- Oct 31, 2019
-
-
Erik Nygren authored
-
Erik Nygren authored
will this be to expensive? If yes this can easily be refactored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
adrian_egli authored
replace boolean global numpy array with int numpy array where the agent handle... Closes #271 See merge request flatland/flatland!255
-
Christian Eichenberger authored
removed unused example Closes #264 See merge request flatland/flatland!253
-
u229589 authored
replace boolean global numpy array with int numpy array where the agent handle is set inside the numpy array (#271)
-
Christian Baumberger authored
#237 added missing doc string Closes #237 See merge request flatland/flatland!252
-
- Oct 30, 2019
-
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
-
Erik Nygren authored
Reintroduced some malfunction parameters but are not used.
-
Erik Nygren authored
At each step we first check for possible malfunctions. THen we apply them and do all the agent steps At the end we look at what agents should be fixed. This lead so to: Current malfunction value says how many step calls are necessary till agent can move again e.g. malfunction = 2, we have to call step() twice untill the agent can move again. Code cleanup
-
Erik Nygren authored
At each step we first check for possible malfunctions. THen we apply them and do all the agent steps At the end we look at what agents should be fixed. This lead so to: Current malfunction value says how many step calls are necessary till agent can move again e.g. malfunction = 2, we have to call step() twice untill the agent can move again.
-
Erik Nygren authored
It now gives the probability that an agent breaks at given time step given the number of agents and the rate of failures of a single agent. These number now need to be much larger.... otherwise we will have alot of failures
-