Forked from
Flatland / baselines
314 commits behind the upstream repository.
config.gin 273 B
run_grid_search.name = "n_agents_results"
run_grid_search.num_iterations = 1002
run_grid_search.hidden_sizes = [32, 32]
run_grid_search.map_width = 15
run_grid_search.map_height = 15
run_grid_search.n_agents = {"grid_search": [1, 2, 3, 4]}
run_grid_search.horizon = 50