Skip to content
Snippets Groups Projects
Commit d5cda2c5 authored by Jae Young Lee's avatar Jae Young Lee
Browse files

README.txt -> README.md

parent fbb9b168
No related branches found
No related tags found
1 merge request!2Final test
......@@ -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.
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