From 328209f4366d39d2a15a4376dc0b931b457014d9 Mon Sep 17 00:00:00 2001 From: Haichao Zhang Date: Wed, 28 Jun 2023 15:31:08 -0700 Subject: [PATCH] Fix pre-trained model path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 142b2ab..f705f57 100755 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ scripts You can run the `test.py` script to verify your environment setup. If it runs then you have installed the gym environments correctly. To train an agent, run `train.py`. To evaluate a pretrained agent, run `play.py`. We provie a -pretrained agent checkpoint in the [./runs/pretrain-v0](runs/pretrain-v0) directory. +pretrained agent checkpoint in the [./runs/pretrain-v0](runs/gait-conditioned-agility/pretrain-v0) directory.