From 5d456c961e225904d3c14c2960d0a0d9e938f033 Mon Sep 17 00:00:00 2001 From: DelinQu Date: Thu, 4 Jul 2024 21:25:41 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c7a08..2c62035 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SimplerEnv: Simulated Manipulation Policy Evaluation Environments for Real Robot Setups + OpenVLA policy > [!IMPORTANT] -> This a fork repo from [SimplerEnv](https://github.com/DelinQu/SimplerEnv) with [openvla](https://github.com/openvla/openvla) policy intergration. The evaluation results are not very satisfactory, possibly due to my code implementation and the OpenVLA model itself. I need about one day to complete all the experiments and organize the data before report the results. If you have any questions, please feel free to suggest code modifications and raise issues. +> This a fork repo from [SimplerEnv](https://github.com/simpler-env/SimplerEnv) with [openvla](https://github.com/openvla/openvla) policy intergration. The evaluation results are not very satisfactory, possibly due to my code implementation and the OpenVLA model itself. I need about one day to complete all the experiments and organize the data before reporting the results. If you have any questions, please feel free to suggest code modifications and raise issues. > * the evaluation scripts keep consistent with original repo under ./scripts/ ```bash