Skip to content

Commit

Permalink
Update mario install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Jul 17, 2023
1 parent 8e63892 commit 0970082
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,18 @@ Mario at this point, however, will not run on any operation system besides Linux

To install the additional requirements for ToadGAN:
```bash
javac carl/envs/mario/Mario-AI-Framework/**/*.java
git submodule update --init --recursive

# if this does not work, clone manually
git clone https://github.com/frederikschubert/Mario-AI-Framework carl/envs/mario/Mario-AI-Framework
git clone https://github.com/Mawiszus/TOAD-GUI carl/envs/mario/TOAD-GUI

# System requirements
sudo apt install libfreetype6-dev xvfb

# Compile java source files
cd carl/envs/mario/Mario-AI-Framework/src
javac *.java
```

## CARL's Contextual Extension
Expand Down

0 comments on commit 0970082

Please sign in to comment.