Skip to content

Commit

Permalink
[Fix] Score path & Xvfb installation
Browse files Browse the repository at this point in the history
  • Loading branch information
shxingch committed Dec 13, 2024
1 parent 1552dac commit a93fea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion template/docker-template/run_python.shell
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a93fea0

Please sign in to comment.