@@ -3,9 +3,10 @@ This repository allows to run Rail Environment multi agent training with the RLL
...
@@ -3,9 +3,10 @@ This repository allows to run Rail Environment multi agent training with the RLL
It should be clone inside the main flatland repository.
It should be clone inside the main flatland repository.
## Installation:
## Installation:
`pip install ray`
```sh
$pipinstall ray
`pip install gin-config`
$pipinstall gin-config
```
To start a grid search on some parameters, you can create a folder containing a config.gin file (see example in `grid_search_configs/n_agents_grid_search/config.gin`.
To start a grid search on some parameters, you can create a folder containing a config.gin file (see example in `grid_search_configs/n_agents_grid_search/config.gin`.
...
@@ -14,24 +15,32 @@ Then, you can modify the config.gin file path at the end of the `grid_search_tra
...
@@ -14,24 +15,32 @@ Then, you can modify the config.gin file path at the end of the `grid_search_tra
The results will be stored inside the folder, and the learning curves can be visualized in
The results will be stored inside the folder, and the learning curves can be visualized in