From a93fea0cc238ab6a560632d7f6c6211031328542 Mon Sep 17 00:00:00 2001 From: Alkdis Chen Date: Sat, 14 Dec 2024 00:51:53 +0800 Subject: [PATCH] [Fix] Score path & Xvfb installation --- README.md | 2 +- template/docker-template/run_python.shell | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cded747..894cdac8 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Please ensure that your computer has sufficient memory, or close unnecessary run -Your score will be stored in a JSON file called `spongeScore.json` for bathing and `dressingScore.json` for dressing under `~/.config/unity3d/RCareWorld/BathingPlayer/` for bathing and `~/.config/unity3d/RCareWorld/DressingPlayer/` for dressing. +Your scores will be stored in two JSON files, called `spongeScore.json` for bathing and `dressingScore.json` for dressing both under `~/.config/unity3d/RCareWorld/DressingPlayer/`. # Submit to EvalAI Once you are done with your solutions, submit your code to EvalAI following [this](https://rcareworld.readthedocs.io/en/phy-robo-care/submission.html) tutorial. Remember, you need to sign up as a team on EvalAI before Sep 8 (11:59pm AoE) to participate. diff --git a/template/docker-template/run_python.shell b/template/docker-template/run_python.shell index 38bfcc17..f2296053 100644 --- a/template/docker-template/run_python.shell +++ b/template/docker-template/run_python.shell @@ -3,7 +3,7 @@ set -e if ! command -v Xvfb &> /dev/null; then echo "Xvfb is not installed. Installing..." - sudo apt-get update && sudo apt-get install -y xvfb + apt-get update && sudo apt-get install -y xvfb fi if xdpyinfo -display :99 >/dev/null 2>&1; then