@@ -38,7 +38,7 @@ These are the minimum steps required to replicate the results for simple_interse
* To test one of these trained low-level policies, for example wait: `python3 low_level_policy_main.py --option=wait --test --saved_policy_in_root`
* Available maneuvers are: wait, changelane, stop, keeplane, follow
* These results are visually evaluated.
* Note: This training has a high variance due to the continuous action space, especially for stop and keeplane maneuvers. It may help to train for 0.2 million steps than the default 0.1 million by adding argument '--nb_steps=200000' while training.
* Note: This training has a high variance issue due to the continuous action space, especially for stop and keeplane maneuvers. It may help to train for 0.2 million steps than the default 0.1 million by adding argument '--nb_steps=200000' while training.
* High-level policy:
* To train high-level policy from scratch using the given low-level policies: `python3 high_level_policy_main.py --train`
* To evaluate this trained high-level policy: `python3 high_level_policy_main.py --evaluate --saved_policy_in_root`.
...
...
@@ -59,4 +59,4 @@ have modified.
1.`yapf -i YOUR_MODIFIED_FILE.py`
2.`docformatter --in-place YOUR_MODIFIED_FILE.py`
`yapf` formats the code and `docformatter` formats the docstrings.
\ No newline at end of file
`yapf` formats the code and `docformatter` formats the docstrings.