From 6faf9956d970be67ad590d7093ad9edaa63b7cae Mon Sep 17 00:00:00 2001 From: ruiyang sun Date: Fri, 24 Mar 2023 03:03:54 +0800 Subject: [PATCH] chore(readme): fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47b37abe1..998c053ed 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,10 @@ omnisafe --help # Ask for help omnisafe [command] --help # Ask for command specific help # Quick benchmarking for your research, just specify: 1.exp_name, 2.num_pool(how much processes are concurrent), 3.path of the config file(refer to omnisafe/examples/benchmarks for format) -omnisafe benchmark test_benchmark, 2, "./saved_source/benchmark_config.yaml" +omnisafe benchmark test_benchmark 2 "./saved_source/benchmark_config.yaml" # Quick evaluating and rendering your trained policy, just specify: 1.path of algorithm which you trained -omnisafe eval ./saved_source/PPO-{SafetyPointGoal1-v0}, "--num-episode", "1" +omnisafe eval ./saved_source/PPO-{SafetyPointGoal1-v0} "--num-episode" "1" # Quick training some algorithms to validate your thoughts # Note: use `key1:key2`, your can select key of hyperparameters which are recursively contained, and use `--custom-cfgs`, you can add custom cfgs via CLI