From c00422beb725259794fe96cad0bb7a01aef8e16b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 4 May 2024 04:27:15 +0900 Subject: [PATCH] Update README.md minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc271d..cf12a34 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ python rapp.py env=forward_locomotion run_path=[YOUR_RUN_DIRECTORY] This will update the prompt in `dr_eureka/prompts/initial_users/forward_locomotion.txt` with the computed RAPP bounds. -Third, run run DR generation with the new reward and RAPP bounds: +Third, run DR generation with the new reward and RAPP bounds: ``` python dr_eureka.py env=forward_locomotion ```